On 10 Des, 21:36, RobShaver <[email protected]> wrote:
> Hi All,
>
> This is my first post to this list but I've had this CSS problem with
> IE for a long time. I'm sure it's something simple (I hope) but I've
> never discovered how to fix it in my Internet research.
>
> Here's a link to the web site with the problem:http://austincsl.org
>
> In FireFox and Chrome the left-hand navigator bars are all right
> together like you'd expect. But in all the versions of IE I've tried
> they are spaced out vertically with about one bar width between each.
It might be that IE has different defaults for the margin and padding
properties on the li element.
You could try someting like:
#nav li { margin: 0; padding: 0 }
--
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]