Profile Page Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EvoIX_MR2006
    Member
    • Feb 2007
    • 34
    • 3.6.x

    Profile Page Error

    I am experiencing an error in my profile page when running a new Style in IE.

    The Buttons that change the profile information pages do not appear in IE, whereas they function perfectly in Firefox. Attached are images of Firefox and IE with my site running in them. I realize I'm running a new style, so I don't expect any support related help - but some suggestions of things to try would be very helpful.

    Thanks!

    Click image for larger version

Name:	error-ie.jpg
Views:	1
Size:	73.9 KB
ID:	3706438
    Click image for larger version

Name:	functions-firefox.jpg
Views:	1
Size:	70.2 KB
ID:	3706439
  • Onimua
    Senior Member
    • Apr 2005
    • 4572

    #2
    Then it's most likely something to do with your style; there was another about a similar issue and it came down to the custom style. The person with a similar problem had it related to the header, so perhaps start there.
    Congratulations on the death of vBulletin, Internet Brands.

    Comment

    • EvoIX_MR2006
      Member
      • Feb 2007
      • 34
      • 3.6.x

      #3
      I have narrowed it down to my header as well, but can't stick in bits and pieces of the code in order to test as if I don't stick it all in, all I get is a picture...

      Comment

      • pete_brady
        Member
        • Aug 2001
        • 41
        • 4.2.X

        #4
        I too am having the missing tabs problem in IE, so I just checked the page source on my own forum's profile page in both IE 7 and FF 2.0.0.11

        Firefox:
        PHP Code:
        <!-- visitor_messaging -->
        <
        ul style="height: 28px;" class="tab_list"><li style="width: 131px; display: block; background-position: 0px;" fixed_width="131" class="tborder tcat" tab_id="visitor_messaging" id="visitor_messaging_tab">Visitor Messages</li><li style="width: 76px; display: block; background-position: 0px;" fixed_width="76" class="tborder thead" tab_id="aboutme" id="aboutme_tab">About Me</li><li style="width: 76px; display: block; background-position: 0px;" fixed_width="76" class="tborder thead" tab_id="stats" id="stats_tab">Statistics</li><li style="width: 62px; display: block; background-position: 0px;" fixed_width="62" class="tborder thead" tab_id="friends" id="friends_tab">Friends</li><li style="width: 87px; display: block; background-position: 0px;" fixed_width="87" class="tborder thead" tab_id="infractions" id="infractions_tab">Infractions</li><li style="width: 98px; display: block; background-position: 0px;" fixed_width="98" class="tborder thead" tab_id="contactinfo" id="contactinfo_tab">Contact Info</li><li title="" style="display: none; background-position: 0px;" class="tborder thead overflow_tab" dir="ltr">ยป</li></ul><div class="tborder tcat tab_header"></div><div style="display: block;" id="visitor_messaging" class="tborder content_block">
            <
        h4 style="display: none;" class="thead block_title">
                <
        a href="#top" class="collapse_gadget" onclick="return toggle_collapse('visitor_messaging')"><img id="collapseimg_visitor_messaging" src="images/buttons/collapse_generic.gif" alt="" border="0"></a>
                <
        a name="visitor_messaging"></a>
                <
        span class="block_name">Visitor Messages</span>
            </
        h4>
            <
        div class="block_content" id="collapseobj_visitor_messaging" style="display: block;">
            <!-- 
        Editor Scripts --> 
        IE7
        PHP Code:
        <!-- visitor_messaging -->
        <
        div id="visitor_messaging" class="tborder content_block">
            <
        h4 class="thead block_title">
                <
        a href="#top" class="collapse_gadget" onclick="return toggle_collapse('visitor_messaging')"><img id="collapseimg_visitor_messaging" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
                <
        a name="visitor_messaging"></a>
                <
        span class="block_name">Visitor Messages</span>
            </
        h4>
            <
        div class="block_content" id="collapseobj_visitor_messaging" style="">
            <!-- 
        Editor Scripts --> 
        I can't figure out why the unordered list for the Tabs doesn't appear in the IE page but does appear in Firefox.

        Anyone?

        Comment

        • EvoIX_MR2006
          Member
          • Feb 2007
          • 34
          • 3.6.x

          #5
          Originally posted by pete_brady
          I too am having the missing tabs problem in IE, so I just checked the page source on my own forum's profile page in both IE 7 and FF 2.0.0.11

          Firefox:
          PHP Code:
          <!-- visitor_messaging -->
          <
          ul style="height: 28px;" class="tab_list"><li style="width: 131px; display: block; background-position: 0px;" fixed_width="131" class="tborder tcat" tab_id="visitor_messaging" id="visitor_messaging_tab">Visitor Messages</li><li style="width: 76px; display: block; background-position: 0px;" fixed_width="76" class="tborder thead" tab_id="aboutme" id="aboutme_tab">About Me</li><li style="width: 76px; display: block; background-position: 0px;" fixed_width="76" class="tborder thead" tab_id="stats" id="stats_tab">Statistics</li><li style="width: 62px; display: block; background-position: 0px;" fixed_width="62" class="tborder thead" tab_id="friends" id="friends_tab">Friends</li><li style="width: 87px; display: block; background-position: 0px;" fixed_width="87" class="tborder thead" tab_id="infractions" id="infractions_tab">Infractions</li><li style="width: 98px; display: block; background-position: 0px;" fixed_width="98" class="tborder thead" tab_id="contactinfo" id="contactinfo_tab">Contact Info</li><li title="" style="display: none; background-position: 0px;" class="tborder thead overflow_tab" dir="ltr">ยป</li></ul><div class="tborder tcat tab_header"></div><div style="display: block;" id="visitor_messaging" class="tborder content_block">
              <
          h4 style="display: none;" class="thead block_title">
                  <
          a href="#top" class="collapse_gadget" onclick="return toggle_collapse('visitor_messaging')"><img id="collapseimg_visitor_messaging" src="images/buttons/collapse_generic.gif" alt="" border="0"></a>
                  <
          a name="visitor_messaging"></a>
                  <
          span class="block_name">Visitor Messages</span>
              </
          h4>
              <
          div class="block_content" id="collapseobj_visitor_messaging" style="display: block;">
              <!-- 
          Editor Scripts --> 
          IE7
          PHP Code:
          <!-- visitor_messaging -->
          <
          div id="visitor_messaging" class="tborder content_block">
              <
          h4 class="thead block_title">
                  <
          a href="#top" class="collapse_gadget" onclick="return toggle_collapse('visitor_messaging')"><img id="collapseimg_visitor_messaging" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
                  <
          a name="visitor_messaging"></a>
                  <
          span class="block_name">Visitor Messages</span>
              </
          h4>
              <
          div class="block_content" id="collapseobj_visitor_messaging" style="">
              <!-- 
          Editor Scripts --> 
          I can't figure out why the unordered list for the Tabs doesn't appear in the IE page but does appear in Firefox.

          Anyone?
          Hmmmm... I didn't even think to look there. Nice find.

          Comment

          • Darked_Hax
            New Member
            • Feb 2008
            • 1
            • 3.6.x

            #6
            Originally posted by EvoIX_MR2006
            Hmmmm... I didn't even think to look there. Nice find.
            I have the same problem, anyone fix them?

            Thanks...

            Comment

            Related Topics

            Collapse

            Working...