Re: [css-d] Getting rid of IE positioning Hacks

2006-02-26 Thread Els
Ryan Morris wrote: > #ul-nav{ > *margin-top:-40px; > } > > If i remove this, see example > http://menutest.mnos.org/test_nogoodinie.php > > Is there any way to position this Menu (#ul-nav) correctly > without > relying on an invalidating position hack? Delete from styles for #ul-nav: width:100%;

Re: [css-d] Getting rid of IE positioning Hacks

2006-02-26 Thread Ingo Chao
Ryan Morris wrote: > ... I have this menu/submenu > http://menutest.mnos.org/test.php > (don't mind the page having no relative content - I cut out the excess for > the purpose of this email) How uncommon on this list, thanks. > This works fine in IE & Firefox - however, it's working ok in IE be

Re: [css-d] Getting rid of IE positioning Hacks

2006-02-26 Thread Jim Davis
Ryan, Try putting the IE hack in a conditional comment: Place this just prioir to . The validator ignores anything inside the comments. You will need the code on every page or set it up as an include. For more on conditional comments go to microsoft.com and search for 'conditional comment'. J

[css-d] Getting rid of IE positioning Hacks

2006-02-26 Thread Ryan Morris
Hello, I am trying to avoid using IE hacks as much as possible - especially ones that result in 'invalid' css. I have this menu/submenu http://menutest.mnos.org/test.php (don't mind the page having no relative content - I cut out the excess for the purpose of this email) This works fine in IE &