Posted by Jonathan N. Little on 12/22/06 16:00
K A Nuttall wrote:
> Beauregard T. Shagnasty wrote:
>
>> Works in IE for me if I change the #col3 to: float: right;
>
> I tried that, it didn't work here.
>
>> "It's an IE bug." :-)
>
> Now there's a surprise.
>
> I've now added the horizontal menu to the page:
> www.yammer.co.uk/untitled.html
>
> There must be an easier way to fix this bug than mucking about with
> width deltas.
>
IE problem is a round off error. Pisser,but you can compromise by
tweaking the LI to:
..hzmenu li {
width: 19.95%;
}
It is a PITA though, take it up with MS, they don't seem compelled to
really support CSS spec even for version 7. Maybe they need to leave
somethings to sell us on upgrading version 8 (Only available with the
Windows after Vista!)
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|