rxbanditboy1112 Posted January 16, 2008 Share Posted January 16, 2008 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 Quote Link to comment Share on other sites More sharing options...
AndyB Posted January 16, 2008 Share Posted January 16, 2008 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/ Quote Link to comment Share on other sites More sharing options...
rxbanditboy1112 Posted January 17, 2008 Author Share Posted January 17, 2008 awesome! That worked! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.