Hi guys,
Here is my problem which is annoying the hell out of me.
In all other browsers accept IE5/5.5 my navigation bar displays correctly. I am using an inline css styled list.
The problem in IE 5/5.5 is that it doesn't take the padding or margins between the list items, which gives the impression that all my navigation links are close together.
You'll see what I mean with the example above. I have checked it in ie6, opera7, netscape6 & 7, mozilla and firebird, and it a looks fine in all of them.
Anyone have any idea's?
strange inline list problem with IE 5/5.5
You will have to implement the "Box model hack" for it to work properly with IE 5.x. Just do a search here on this forum and you should find a link to it explaining how it should be done.
strange inline list problem with IE 5/5.5
ok here is the link to the hack explanation: http://www.tantek.com/CSS/Examples/boxmodelhack.html
