owosso Posted March 10, 2010 Report Share Posted March 10, 2010 Any idea why this code is not coming through in Safari? Here is the site.Here is the CSS #navVer { width: 210px; padding: 10px 0; float:left; background: url(images/navscreen.gif) no-repeat ; height: 315px; } #navVer-1 { list-style: none; width: 205px; padding: 12px 1px 0 2px; height: 150px;}#navVer-1 ul{ list-style: none; margin: 0px; padding: 0px;}#navVer-1 a:link{ color: #333; text-align:right; height: 24px; display:block; text-decoration: none; padding: 5px 25px 0; }#navVer-1 a:hover{ color: #FFF; background:url(images/roll.gif) ; border-bottom:1px solid #fff; }#navVer-1 a:active{ color: #999;} Link to comment Share on other sites More sharing options...
owosso Posted March 10, 2010 Author Report Share Posted March 10, 2010 (edited) Never mind. I guess it is working okay. I must need to clear my cache. Edited March 10, 2010 by owosso Link to comment Share on other sites More sharing options...
thescientist Posted March 10, 2010 Report Share Posted March 10, 2010 looks off in FF (mac) though. You should really validate for errors and consider using a strict DTD. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now