Results 1 to 4 of 4

Thread: not sure how to fix this, please help!

  1. #1
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default not sure how to fix this, please help!

    I am sure that this is no surprise to many of you and hope that someone kind help me find a solution. I am having trouble displaying a drop down CSS menu in IE7, it seems to work fine in Firefox. Please advise and thank you for all your help with this. I have spent far too much time on this and still can't figure it out.

    Website is located at: myasvn.org/_/campusrec/temp.php

    PHP Code:
    /* Navigation Menu */

    ul#menu { 
        
    backgroundrgb(636976url('../_media/bk-menu.png'repeat-x;
         list-
    style-typenone
        list-
    style-imagenone;
          list-
    style-positionoutside;
           
    width950px;
        
    height34px;
        
    displayblock;
        
    line-height34px;
        
    z-index:2;
        }

    ul#menu li a {
        
    displayblock;
        
    colorrgb(255255255);
        
    text-decorationnone;
        
    text-aligncenter;
        }

    ul#menu li a:hover, ul#menu li:hover {
        
    background-colorrgb(536066);
        }

    ul#menu li {
        
    border-right1px solid rgb(536066);
         
    floatleft;
        }

    ul#menu li ul { 
        
    positionabsolute
        
    left: -999em
        
    background-colorrgb(238238238); 
        
    width165px
        list-
    style-typenone
        list-
    style-imagenone
        list-
    style-positionoutside
        }
        
    ul#menu li li { 
        
    border-rightmedium none
        
    width157px
        
    floatleft
        
    line-height30px
        }
        
    ul#menu li li a { 
        
    border-bottom1px solid rgb(210210210); 
        
    width157px
        
    color#000000;
        
    text-decorationnone
        
    text-alignleft
        
    padding-left8px
        
    displayblock
        }
        
    ul#menu li li a:hover { 
        
    colorrgb(255255255); 
        
    background-colorrgb(20400); 
        }
        
    ul#menu li:hover ul { 
        
    leftauto
        }
        
    ul#menu li:hover ul, #menu li.sfhover ul { 
        
    leftauto
        } 

  2. #2
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    As far as I know IE only supports A tags to be links, so everything else won't work.

  3. #3
    Join Date
    Mar 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks for your reply. It's fixed now. =)

  4. #4
    Join Date
    Mar 2008
    Location
    TN
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    IE7 supports hover on other elements besides the <a>. IE6 does not.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •