Mr_J Posted December 9, 2008 Share Posted December 9, 2008 Hi everyone I have a project: Online account! All the browsers show this site fine BUT... IE I stripped everything down and re-build it but still. The reason why I need IE to work is because I`m from SA and its only our computer guys that use Better browsers. When the page load in IE7, it moves a table to the left-bottom. The rest seem in place <div id="contenttext"> <div class="bodytext" style="padding:12px;" align="justify"> <strong><?Php echo "Dear ".$_SESSION['user']['roep_naam']; ?> <br /> you have access to the following On-Line systems</strong> </div> <br /> <div class="panel" align="justify"> <span class="orangetitle">ACCOUNTS</span> <br> <span class="bodytext"><br /> <table border="1" width="540px"><tr><td align="center"><b>Provider</b></td><td align="center"><b>Account No</b></td></tr> </span> </div> <div class="panel" align="justify"> <span class="orangetitle">PROVIDERS</span> <span class="bodytext"><br /> Please contact us <a href="mailto:[email protected];[email protected]?Subject=Make my PCD On-line&body=Please make my debtors available on the Internet.">here</a> if you want to publish your PCD content on the Internet. </span> </div> </div> this is the css that handles it: #content{ width:800px; } #contenttext{ float:left; width:608px; background-color:#F7F7F7; border-left:solid 1px #999999; border-right:solid 1px #999999; border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; min-height:360px; } .panel{ padding:12px; border:solid 1px #E4E4E4; background-color:#EEEEEE; margin:10px; padding:10px; width:550px; height:100px; } the test link: www.medbel.co.za/jaco/pcd Login: [email protected] pw: 123 :'( please don`t spam me Link to comment https://forums.phpfreaks.com/topic/136238-solved-all-but-ie-work/ Share on other sites More sharing options...
Maq Posted December 9, 2008 Share Posted December 9, 2008 That link is broken... You can use conditional statements to check for specific browsers. Link to comment https://forums.phpfreaks.com/topic/136238-solved-all-but-ie-work/#findComment-710680 Share on other sites More sharing options...
Mr_J Posted December 9, 2008 Author Share Posted December 9, 2008 That link is broken... sorry... www.cycletrac.co.za/jaco/pcd Link to comment https://forums.phpfreaks.com/topic/136238-solved-all-but-ie-work/#findComment-710684 Share on other sites More sharing options...
Maq Posted December 9, 2008 Share Posted December 9, 2008 Is it only IE7? Because IE6 looks exactly like FF3... Link to comment https://forums.phpfreaks.com/topic/136238-solved-all-but-ie-work/#findComment-710687 Share on other sites More sharing options...
Mr_J Posted December 9, 2008 Author Share Posted December 9, 2008 Is it only IE7? Because IE6 looks exactly like FF3... I do not have another version of ie... Don`t know Link to comment https://forums.phpfreaks.com/topic/136238-solved-all-but-ie-work/#findComment-710688 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.