Jump to content

[SOLVED] Firefox, floating column problems....


rxbanditboy1112

Recommended Posts

Ok, so the problem occurring is that the floating right column falls below the floating left. I thought it might have been because one of the columnss is too big, but that isn't the case. It always happens on thus page and only sometimes on some other pages. It happens at random it seems on other pages....

 

http://www.surehitter.com/purchasenow.php

Link to comment
https://forums.phpfreaks.com/topic/86238-solved-firefox-floating-column-problems/
Share on other sites

I'd start by fixing the html code.  You have style definition strewn through the BODY of the page. They should ALL be in the HEAD section.  Then you have a whole mess of stuff at the start of the menu container that doesn't belong there.  I assume the menu is included. Remove everything in that include down to and including the BODY tag ... and at the end of it, remove the body and html closing tags.  An include is JUST the code you want to include, as if you copy-pasted it in place.

 

See what happens when you fix those problems.  If it still doesn't work the way you want, check the HTML and CSS code using online validators and fix any errors that are reported.

 

http://validator.w3.org/ and http://jigsaw.w3.org/css-validator/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.