SitePoint Sponsor |
|
User Tag List
Results 1 to 7 of 7
Thread: CSS Dropshadow?
-
May 14, 2001, 12:38 #1
- Join Date
- May 2001
- Location
- A Home
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Does anyone happen to know the string to put droshadowing into a style sheet to achieve the effect, aka somewhat like www.avault.com, I've seen scripts that mimic it, but have yet to figure out the way to add it as a class.
-
May 14, 2001, 12:55 #2
- Join Date
- Feb 2001
- Location
- Stockport, UK
- Posts
- 729
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
FILTER: DropShadow(OffX=2, OffY=3, color:#000000)
Easy way to find out css attributes is (in IE)
1. Open the page that has the effect you like.
2. Goto file Save As and choose save type 'Web Page Complete' save into a directory of your choose. This save the html file you specified and creates a subdirectory (with the same name as the html file) into which all the relevant files are saved.
3. Open the html file in a text editor and find the bit of the page you are interested in and find out what class is being applied to the html tag.
4. Open the css file stored in the sub-directory.
easy-peasy
-
May 14, 2001, 13:52 #3
- Join Date
- Oct 2000
- Location
- Nashvegas Baby!
- Posts
- 7,845
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Webmonkey does CSS filtering up in style.
http://hotwired.lycos.com/webmonkey/...l?tw=authoringAdobe Certified Coldfusion MX 7 Developer
Adobe Certified Advanced Coldfusion MX Developer
My Blog (new) | My Family | My Freelance | My Recipes
-
Jun 9, 2001, 19:58 #4
- Join Date
- Jan 2001
- Location
- Ottawa ON
- Posts
- 315
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
When I run pages with MSs dropshadow command through the W3C validator it throws up an error. What can I do about that?
-
Jun 10, 2001, 04:21 #5
- Join Date
- Jan 2001
- Location
- Milton Keynes, UK
- Posts
- 1,011
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
When I run pages with MSs dropshadow command through the W3C validator it throws up an error. What can I do about that?
Checking on the MS site the attribute is a proposed attribute so it may be added to the css standard in future. If and when that may happen is anyones guess though.
http://www.msdn.microsoft.com/worksh...ies/filter.asp
-
Jun 10, 2001, 06:00 #6
- Join Date
- Jan 2001
- Location
- Ottawa ON
- Posts
- 315
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Why is CSS designed so that when a browser encounters a style property it doesn't recognize it disregards the entireset of style properties? Internet Explorer's system of interpreting all styles that it understands up until the one that it doesn't seems to be a better workaround.
Imagine what HTML would be like if browsers threw up an error message every time they encountered a tag that they didn't understand - it would be chaos.
-
Jun 10, 2001, 17:09 #7
- Join Date
- Mar 2001
- Location
- Medina, OH
- Posts
- 440
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally posted by prowsej
Imagine what HTML would be like if browsers threw up an error message every time they encountered a tag that they didn't understand - it would be chaos.Kevin
Bookmarks