2 replies [Last post]
stark2k
stark2k's picture
User offline. Last seen 8 years 25 weeks ago. Offline
newbie
Joined: 2003-08-14
Posts: 6
Points: 0

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.

Example Page

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?

paCkeTroUTer
paCkeTroUTer's picture
User offline. Last seen 8 years 32 weeks ago. Offline
rank Enthusiast
Enthusiast
Timezone: GMT+11
Joined: 2003-06-27
Posts: 240
Points: 0

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.

paCkeTroUTer
paCkeTroUTer's picture
User offline. Last seen 8 years 32 weeks ago. Offline
rank Enthusiast
Enthusiast
Timezone: GMT+11
Joined: 2003-06-27
Posts: 240
Points: 0

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