Michael Rainey schrieb:
...  I have
an image set as each link's background that gets re-positioned. When any page from the redesign is loaded for the first time in Firefox/Windows, the background images for the navigation do not show up, and only do after you mouse over them. If the images are cached, then they show up fine.

Redesign: http://testjml.dyndns.org/
Redesign CSS: http://testjml.dyndns.org/css/headcase.css


I cannot reproduce it with DeerPark, but with my old Moz1.6;
if that's not my error then the problem is described somewhere (and behind) in the bugzilla.

Even on reload, when the bg is there in Moz1.6, the hover states do not change the bg here. I think it's related to the overflow: hidden; which changes something on floats.

#nav a { border-right: 1px solid rgb(255, 255, 255); padding: 40px 0pt 0pt; /*overflow: hidden;*/ float: left; height: 0px ! important;}

#nav a:hover, #nav a:active, #nav a:focus { background-position: 0pt -40px; }

seems to fix it here. Plus, I don't understand the reason for the overflow:hidden and the height:0px !important.

Ingo


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to