Results 1 to 4 of 4

Thread: Css/js/ie6

  1. #1
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Css/js/ie6

    I'm not sure whether this is a CSS or Javascript issue or a combination of both.

    I have a problem in IE6, all other browsers seem to be ok.

    http://www.selectsolar.co.uk/test_new/new_template.php

    I have a js menu in the header which was created using Dreamweaver's Spry Menu Bar function as I have no Javascript knowledge.

    In IE6 the menu is being pushed to the right. If I comment out the Javascript that creates the drop down menus the menu sits in the correct place.

    I don't think it's entirely the Javascript as the same menu works here
    http://www.selectsolar.co.uk
    with different CSS.

    Any help would be gratefully received, thanks very much.
    Last edited by ChocolateLover; 11-27-2008 at 12:05 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I looked at it in firebug and I found this:
    Code:
    position:relative; /* rumored to help with some IE problems (other than IE5/Mac. */
    Do you need it? Cause I'm sure this is your problem. Remove it and see what happens.

  3. #3
    Join Date
    Nov 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Resolved

    That worked.

    Thanks very much for your help.

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You're welcome! Make sure you go to your first post, edit, go advanced and then add the Resolved prefix to your thread.

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
  •