Old 15-04-2007, 21:35   #1 (permalink)
OrangeCat
Registered User
 
Join Date: Apr 2007
Posts: 39
Horizontal menu problem in IE

I can't be the only one who's run into this problem. I have a site design with CSS and the menu will only show the home link and nothing else. I haven't a clue why as I cannot spot anything wrong in the code.

I don't know why the home link works but the other do not.

Anyway, here's the code, can anyone let me know if you spot something wrong? It works fine in Firefox. IE is evil.

Code:
<div id="navigation"> <ul> <li><a href="index.html" title="Homepage">Home</a></li> <li><a href="about.html" title="about me">About Me</a></li> <li><a href="design.html" title="web design ">Design</a></li> <li><a href="portfolio.html" target="_blank" title="portfolio " >Portfolio</a></li> <li><a href="contact.html" title="contact ">Contact</a></li> </ul> </div>

And here's the css for it

Code:
#navigation { height:54px; background:url(../images/nav_bg.gif) top left repeat-x; overflow:hidden; position:relative; z-index:7999; background-image: url(greenstripe.gif); background-color: #ECE9D8; } #navigation ul { list-style:none; height:17px; width:800px; margin:18px auto 0 auto; } #navigation ul li { list-style:none; float:left; height:54px; margin:0 15px; } #navigation ul li a { height:17px; display:block; border-bottom:none; } #navigation ul li a:hover {border-bottom:none;} #navigation ul li a span {display:none;}
  Reply With Quote
Old 16-04-2007, 00:14   #2 (permalink)
dougmays
Registered User
 
Join Date: Oct 2006
Location: Ft. Lauderdale, FL.
Posts: 90
Send a message via AIM to dougmays
can you post the link or a screen shot?
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8