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"> Link to comment https://forums.phpfreaks.com/topic/169196-solved-different-web-browsers/ 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; } Link to comment https://forums.phpfreaks.com/topic/169196-solved-different-web-browsers/#findComment-892731 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> Link to comment https://forums.phpfreaks.com/topic/169196-solved-different-web-browsers/#findComment-892782 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.