CCing the list

l Message-----
> From: Debbie Campbell [mailto:[email protected]]
> Sent: Thursday, February 11, 2010 3:33 PM
> To: [email protected]
> Subject: Re: [css-d] please help with form item label display in IE7/6
> 
> Setting the labels to position: fixed; did fix the problem in IE6, but
> not in IE7. Thanks for the suggestion, that's half the trouble taken
> care of...

If it fixes the problem it is because for IE6 position:fixed works as well
as position:static ;-)

It looks like you took your example page down, so I can't tell you what
selector to use, but it would be something like this:

* html selector-that-match-the-one-in-which-you-use-position-relative {
position:static; }

In short, keep the original rule you had (the one that includes
"position:relative"), but add the above to overwrite it for IE 5/6 

--
Regards,
Thierry 
www.tjkdesign.com | www.ez-css.org




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

Reply via email to