SitePoint Sponsor

User Tag List

Results 1 to 8 of 8

Thread: Browser Compatibility for Drop Down Menu

  1. #1
    SitePoint Member
    Join Date
    Jul 2002
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Browser Compatibility for Drop Down Menu

    First of all, I need folks to view this site in anything other than IE 7.0 and Firefox, focusing specificially on the functionality of the drop down menus, and let me know whether or not they work.

    Second, I know that the pull downs do not work in IE 6.0 and would like to know the work around for this, especially since that is the browser the client is using. I have started to add redundant text link navigaiton as a backup.

    http://72.32.163.4/index.php

    Thanks,
    Marjorie

  2. #2
    SitePoint Guru
    Join Date
    Apr 2007
    Posts
    813
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works ok on firefox and safari

  3. #3
    SitePoint Member
    Join Date
    Jul 2002
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks !

  4. #4
    CSS & JS/DOM Adept bronze trophy
    Join Date
    Mar 2005
    Location
    USA
    Posts
    5,481
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They aren't working in Opera 9.2.

    Please fix your XHTML and (non-pseudo-class related) CSS errors.

    In XHTML documents the xmlns attribute must be specified on the <html> element.
    Code:
    <html xmlns="http://www.w3.org/1999/xhtml">
    We miss you, Dan Schulz.
    Learn CSS. | X/HTML Validator | CSS validator
    Dynamic Site Solutions
    Code for Firefox, Chrome, Safari, & Opera, then add fixes for IE, not vice versa.

  5. #5
    SitePoint Addict
    Join Date
    Apr 2007
    Location
    Phoenix, AZ
    Posts
    230
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since you are using the li:hover, one possible workaround for IE6 - http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
    Joe

  6. #6
    SitePoint Addict
    Join Date
    Sep 2001
    Posts
    320
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    check the menu i used on www.lemanskarting.com. IE6 only allows the :hover affect on links. you need to download a special behavior that makes IE6 use the :hover effect properly.
    Steve Davis

  7. #7
    SitePoint Guru redhillccwebmas's Avatar
    Join Date
    Jun 2005
    Posts
    989
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why the heck are you using tables for layout?

  8. #8
    SitePoint Addict
    Join Date
    Sep 2001
    Posts
    320
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by redhillccwebmas View Post
    why the heck are you using tables for layout?
    i think it's cuz a lot of us are still behind, including me. i'm just now figuring out css layout.
    Steve Davis

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
  •