View Full Version : CSS Links
imported_Blindchild02
01-10-2005, 04:02 PM
Anyone know how to do a 1 pixel dropshadow for the category links??
if you do, the help would be appreciated!
Jolten
01-10-2005, 04:32 PM
.this{
border-bottom:1px solid #CCCCCC }
is that what you eman?
imported_Blindchild02
01-10-2005, 06:00 PM
will that add a 1 pixel shadow to a link?
Jolten
01-10-2005, 06:45 PM
It will add a 1 pixel border to the bottom of something. If you're looking to actually make "shadows" then you'll need to do a lot more research and be aware that transparency options don't work with many browsers. Check out www.alistapart.com for advanced CSS information.
filter:shadow(color=#CCCCCC, direction=180)
Honestly, it's supported so little I'd never use the actual shadow attribute.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.