Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

Weird PHP or Div issue with FireFox?

  • 6 àwọn èsì
  • 5 ní àwọn ìṣòro yìí
  • 2 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ cor-el

more options

Not sure what's going on but a specific div code is appearing differently in Firefox and Chrome.

http://i.imgur.com/LHkhEEM.png

In FireFox, the
Sidebar appears OUTSIDE of the content div.... In Chrome, the
Sidebar appears INSIDE of the content div...

It appears fine on everyone's firefox except for mine. So is there a setting or something that I did to make this happen? or reverse? I did the firefox restart and the problem is still there. I'm losing my mind over here cause I can't edit the site.

Not sure what's going on but a specific div code is appearing differently in Firefox and Chrome. http://i.imgur.com/LHkhEEM.png In FireFox, the <div> Sidebar appears OUTSIDE of the content div.... In Chrome, the <div> Sidebar appears INSIDE of the content div... It appears fine on everyone's firefox except for mine. So is there a setting or something that I did to make this happen? or reverse? I did the firefox restart and the problem is still there. I'm losing my mind over here cause I can't edit the site.

All Replies (6)

more options

This is the HTML:

 
<div id="sidebar">
<div class="<?php echo $tmq_sidebarwidth;?>">
<?php dynamic_sidebar( $tmq_pagesidebar ); ?>
</div>
</div>
<div class="clearboth"></div>

Everything is closed properly... And as mentioned, it works in everyone elses firefox. We all have the latest version - 23.0.1.

Why would this appear fine on someone elses but not mine?

moderator added tags to show the posted code

Ti ṣàtúnṣe nípa the-edmeister

more options

Maybe its using the ID in multiple places, have you done that check?

You may also want to try safe mode and see if it goes away.

more options

Thanks. I tried viewing it in safe mode but the problem is still there.

The ID only appears once but, again, why would the page load fine for other firefox users but not me?

more options

Can you reproduce in a new profile, before trying that clear the cache.

THEN

more options

Do you have any add-ons, or use a proxy or filtering service, that might modify the structure of the page?

more options

Did you verify that all tags are closed properly in the generated code?

Firefox closes and reopens tags if there is content that isn't allowed, so check source code and the generated code (Ctrl+A; View Selection Source) for any text marked in red.

Ti ṣàtúnṣe nípa cor-el