Tue, 2003-10-14 04:06
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
Mon, 2003-12-22 22:02
#1
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.