|
Posted by patrick j on 11/06/06 10:31
On Mon, 6 Nov 2006 09:29:42 +0000, Dylan Parry wrote
(in article <4r8djnFqac9fU1@individual.net>):
> dorayme wrote:
>
>> http://members.optushome.com.au/droovies/test/footer.html
>
> No one else seems to have mentioned this, but the second example doesn't
> work properly in IE7 (default settings, WS2003). In that example, the
> text is cut-off at the bottom.
And if you zoom in IE7 then all manner of issues arise with the
horizontal list.
I had this problem with the horizontal lists on my web-site and this
was solved by BootNic in the recent thread:
"IE7 zoom messes up horizontal lists"
What is required is a separate style-sheet for IE7 with this
declaration { zoom: 100%; } the the selector ul and li.
In addition create a separate padding declaration for the li selector
in the IE 7 style-sheet and then muck about a bit until it works.
--
Patrick
Brighton, UK
<http://www.patrickjames.me.uk>
[Back to original message]
|