
Weird PHP or Div issue with FireFox?
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, theIt 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)
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
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.
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?
Can you reproduce in a new profile, before trying that clear the cache.
THEN
Do you have any add-ons, or use a proxy or filtering service, that might modify the structure of the page?
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