1 reply [Last post]
metropol
Offline
newbie
Last seen: 19 years 33 weeks ago
Joined: 2003-10-14
Posts: 1
Points: 0

I'm trying to create a nice menu by placing links in a table cell and setting them to display: block; In Mac IE, all of the links go edge-to-edge in the cell except the first one, which is shorter. It works fine in other browsers.

Any ideas? You can check out a version of it at http://www.backattheranch.ca/t/t.html

-Matt

dbowne
Offline
Enthusiast
Washinton DC
Last seen: 20 years 2 weeks ago
Washinton DC
Joined: 2003-05-22
Posts: 53
Points: 0

move the id="nav"

Metropol,

Remove the id="nav" from the table cell and create a div id="nav" to hold the menu links. This fixes the IE 5.5 Mac display problem, chalk it up to browser issues unless anyone else has a more concrete explaination.

dbowne