On my page, http://proxiesrus.com/index.php - in IE, the proxy div appears to be much lower than where it should be. In Firefox (etc) it is fine, and my code is 100% correct according to the validator. Any thoughts, please?
Had a quick look.. do u have a "clear: both;" div in there? Not sure if that will fix it, just a thought.
Thanks for advice Someone told me it's because... "I don't have a div tag closed" they're making guess, but? EDIT: I removed... <div id="sidebar"> <h1>FUN LINKS </h1> <div class="submenu"> <div align="right"><span class="goal"> <?php include("inc/1.php"); ?> </span></div> </div> <h1>SPONSORS</h1> <div class="submenu"> <?php include("inc/2.php"); ?> </div> <h1>FREE SOFTWARE</h1> <div class="submenu"> <div align="center"> <?php include("inc/3.php"); ?> </div> </div> </div> Code (markup): and it went to the top...
Check your divs. This sort of problem is due to the fact that you have your <div>s nested in the wrong way... I need to see your CSS file to help u properly (couldnt access it at "css/1.css"... maybe something wrong with my connection) but try moving the <div> that contains all your form elements so its between <div id="content"> and <div id="sidebar"> within the code. Anyway see if that helps - if not then give me the css file and I'd be willing to help.
Hey - thanks for the reply http://proxiesrus.com/css/1.css works now can you please take another look?