|
Posted by BootNic on 01/30/07 00:50
> Marc <mbradshaw@beasolutions.com> wrote:
> news: 1170073829.99101.0@despina.uk.clara.net
> Hi gurus,
>
> I have a problem with a website I'm currently working on. In IE lists
> (<ul>) are pushed to the right for some reason. In Firefox it
> displays fine, but IE deems it necessary to push them to the right.
> I've messed around with margins and paddings but I can't seem to fix
> it. I wondered if someone else might spot the problem?
>
[snip]
Different browsers may have different default margins and padding on
elements. Perhaps even different versions of the same browser.
Adding the following may resolve the issue for this example.
ul,li {
margin: 0;
padding: 0;
}
--
BootNic Monday, January 29, 2007 7:50 PM
The more you find out about the world, the more opportunities there
are to laugh at it.
*Bill Nye*
Navigation:
[Reply to this message]
|