squiblo Posted August 7, 2009 Share Posted August 7, 2009 if you view this page on IE and Firefox the search form is a different amount of px from the top on each, how can this be solved? http://www.squiblo.com/results.php? my doctype is: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> Quote Link to comment Share on other sites More sharing options...
waynew Posted August 7, 2009 Share Posted August 7, 2009 Hi, you had best put this in the CSS forum as it's not really a PHP issue. You could try adding this to your CSS: form{ padding:0px; margin:0px; } Quote Link to comment Share on other sites More sharing options...
dreamwest Posted August 7, 2009 Share Posted August 7, 2009 <div style=" position:relative; width:440px; height:515px;"> <div style="position:absolute; top:15px; left:20px; " >Position me anywhere within the relative div, using top:45; right left and/or bottom</div> </div> 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.