Navigation menu appears correct in FF not in IE6

This is a discussion on "Navigation menu appears correct in FF not in IE6" within the Web Page Design section. This forum, and the thread "Navigation menu appears correct in FF not in IE6 are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 3rd, 2007, 20:49
New Member
Join Date: Sep 2007
Location: SoCal
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Navigation menu appears correct in FF not in IE6

I'm trying to get the site to appear the same way in Internet Explorer as it does in Firefox. As you can see in the images below, IE6 does not render the navigation title & menu and part of the header correctly. If anyone can help with a resolution to this problem it will be greatly appreciated!

Website Address: http://www.motor-fx.net/

Firefox: IE6:
Attached Files
File Type: html index.html (2.5 KB, 5 views)
File Type: css main.css (2.1 KB, 6 views)
Reply With Quote

  #2 (permalink)  
Old Sep 3rd, 2007, 21:04
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Navigation menu appears correct in FF not in IE6

Give this a go.

HTML: Select all
<li><a href="index.html" title="Home">Home</a></li    
><li><a href="#" title="Products">Products</a></li    
><li><a href="#" title="Links">Links</a></li    
><li><a href="#" title="About">About</a></li    
><li><a href="contact.php" title="Contact Us">Contact Us</a></li
></ul>
Reply With Quote
  #3 (permalink)  
Old Sep 3rd, 2007, 21:54
New Member
Join Date: Sep 2007
Location: SoCal
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Navigation menu appears correct in FF not in IE6

Wow thank you dab42pat!!! That did the trick. I couldn't really determine what is different about the code you posted and the original html. If it wouldn't be too much trouble could you please explain to me what you did different so I can avoid this problem in the future. Does it have something to do with how the li tag is closed?
Reply With Quote
  #4 (permalink)  
Old Sep 3rd, 2007, 22:04
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Navigation menu appears correct in FF not in IE6

Yes it is to do with the <li>, if you drop the > from the li tag it ensures that each navigation item remains indented on its own line and the whitespace between the elements is removed. I believe there are other ways but this is the option that works for me.

Glad it worked for you.
Reply With Quote
Reply

Tags
css, ie6, navigation

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
navigation menu problem bonnit Web Page Design 5 Apr 19th, 2008 09:51
Rollover navigation menu SJMAC Web Page Design 14 Feb 7th, 2007 14:07
width problem, menu appears 'squashed' @lun Web Page Design 4 Nov 18th, 2006 11:56
navigation menu problem...? JETshipJUMBO JavaScript Forum 2 Jul 29th, 2006 19:18
Content Appears Based on Drop-Down Menu Selection WiseWizards JavaScript Forum 3 Aug 9th, 2005 17:48


All times are GMT. The time now is 13:41.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43