Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Problem with IE7 on SOME pages

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

    Default Problem with IE7 on SOME pages

    I am integrating:
    Kayako Support Suite
    WHMCS
    Status2k
    vBulletin

    to have the same design as the main website, they all work fine on ff3 but:
    Kayako and Status2k are messed up on ie7
    while WHMCS and vBulletin has no problems.

    I use the same files, codes, includes on all pages.

    I removed all the content from the pages that cause the problem and left only the header that i add to every page, it still caused the same problem.

    the URL is:
    Problem solved, thanks
    Last edited by djr33; 12-01-2008 at 04:06 AM. Reason: [user requested links be removed]

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

    Default

    I noticed that you tried to self close some div tags:
    Code:
    <div id="theolay" style="height: 1394px; width: 1266px;"/>
    That is not valid. Div tags have separate close tags:
    Code:
    <div id="theolay" style="height: 1394px; width: 1266px;"></div>
    Fix all of those and your problem might disappear.
    Last edited by djr33; 12-01-2008 at 04:06 AM. Reason: [user requested links be removed]

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

    Default

    i cant seem to find the tags you are talking about, where exactly are they

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

    Default

    I looked at this page: [URL Removed at user request] with firebug.
    Last edited by djr33; 12-01-2008 at 04:07 AM.

  5. #5
    Join Date
    Nov 2008
    Posts
    31
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    these tags doesnt exist in the real code i viewed. nor does the class: "theolay" exists at all

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

    Default

    That's strange, here is what I see:
    Code:
    <div id="nomain"/>
    As you can see there are a few self closing div containers. Maybe someone knows if firebug does that?
    Last edited by djr33; 12-01-2008 at 04:10 AM. Reason: [Edited to remove user's domain from post, at user request]

  7. #7
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Start here Missing a few tags, you have stylesheet calls in the body section, etc. etc.
    Last edited by djr33; 12-01-2008 at 04:10 AM.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  8. #8
    Join Date
    Nov 2008
    Posts
    31
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    this is not the error.
    I removed all data, corrected all errors:
    [url removed at user request]
    and the error still exists
    Last edited by djr33; 12-01-2008 at 04:11 AM.

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

    Default

    The invalid div containers are created by the box script (mybox.js). Try removing that to see if it causes the problem.
    Last edited by djr33; 12-01-2008 at 04:11 AM.

  10. #10
    Join Date
    Nov 2008
    Posts
    31
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    did that but its not fixed, only the bg is fixed but the naviigation is still wrong..

    check to see

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
  •