Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-26-2006, 07:16 AM   PM User | #1
stevefairclough
New to the CF scene

 
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
stevefairclough is an unknown quantity at this point
IE problems with CSS menu

hi Guys, i was wondering if anyone here could give me some help with a problem im having trying to get a CSS menu working in Internet Explorer

if you go to my site: http://www.stefairclough.com/menu/ and use Firefox the menu displays as i want it but in IE its a complete mess. i have no idea why this is? any help or advice would be very much appreciated. Ive really been pulling my hair out trying to get this to work but really dont want to give up on it.

thanks in advance, Steven

Last edited by stevefairclough; 01-26-2006 at 07:21 AM..
stevefairclough is offline   Reply With Quote
Old 01-26-2006, 10:19 PM   PM User | #2
Lerura
Regular Coder

 
Lerura's Avatar
 
Join Date: Aug 2005
Location: Denmark
Posts: 869
Thanks: 0
Thanked 112 Times in 111 Posts
Lerura will become famous soon enough
you are closing more ul's and li's than you are opening.
FF and NS seems to ignore that.
But ie is soooo strict, and kinda uses every chance it have, to mess up a page.

remove those in red
Code:
..........
<div id="menu"> 
              <ul>
                <li> 
                  <h2>ORGANIZATION</h2>

                  <ul>
                    <li><a href="#" title="About us (Home)">About us (Home)</a></li>
                    <li><a href="#" title="Recently filed co's - North">Recently 
                      filed co's - North</a> 
                    <li><a href="#" title="Recently filed co's - South">Recently 
                      filed co's - South</a></li>
                    <li><a href="#" title="Terms of Usage">Terms of Usage</a></li>
                    <li><a href="#" title="Contact Us">Contact Us</a></li>
                  </ul>

                </li>
                  </ul>
                </li>
              </ul>
              <ul>
                <li> 
                  <h2>COMPANY FORMATION</h2>
                  <ul>
                    <li><a href="#" title="Register A Business Name">Register 
                      A Business Name</a></li>

                    <li><a href="#" title="Form a Company">Form a Company</a> 
                      <ul>
                        <li><a href="#" title="Order a Company Formation">Order 
                          a Company Formation</a> 
                        <li><a href="#" title="What is included in our Company Formation Packs?">What 
                          is included in our Company Formation Packs ?</a></li>
                        <li><a href="#" title="What types of Different Companies Are There?">What 
                          types of Different Companies Are There ?</a></li>
                        <li><a href="#" title="Want to check a name ?">Want to 
                          check a name?</a></li>
                      </ul>

                    <li><a href="#" title="After your company is formed">After 
                      your company is formed</a></li>
                    <li><a href="#" title="Closing Up A Company">Closing Up A 
                      Company</a></li>
                  </ul>
                </li>
                  </ul>
                </li>
              </ul>
              <ul>

                <li> 
                  <h2>PRODUCT INFORMATION</h2>
                  <ul>
                    <li><a href="#" title="Industry Reports">Industry Reports</a></li>
                    <li><a href="#" title="Individual Searches">Individual Searches</a> 
                    <li><a href="#" title="Paragon">Paragon</a></li>
                    <li><a href="#" title="Monthly Financial Report">Monthly Financial 
                      Report</a></li>

                    <li><a href="#" title="Irish Motor Industry"> Irish Motor 
                      Industry</a></li>
                    <li><a href="#" title="Aspect Top 2500">Aspect Top 2500</a></li>
                  </ul>
                </li>
                      </ul>
                    </li>
                  </ul>

                </li>
              </ul>
            </div>
..........
Lerura is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 10:38 AM.


Advertisement
Log in to turn off these ads.