dk4210 Posted August 22, 2011 Share Posted August 22, 2011 Hello Guys, I am trying to get the the css to work but having a hard time with it and need some help.. Here is the content lined up in fire fox. Ad this is what it looks like in IE (See my issue) Here is the code echo '<div class="listing"><img src="'.$listing_photo.'"><span class="listlink"><a href="index.php?content=subcats&id='. $listing_id.'">'.$listing_title2.'</a></span><br><span class="listbody">'.$listing_body2.'<span class="readmore"><a href="index.php?content=subcats&id='. $listing_id.'"> Read more</a></span>>>></div>'; Here is the CSS .listing { width:560px; height:auto !important; margin: 0 auto; text-align: left } .listlink { float:left; margin-left: 10px; margin-top: 20px; position: absolute; text-decoration:underline; } .listbody { float: left; margin-left: 110px; margin-top: -30px; width:440px } .listingdiv{ border-bottom: 2px dotted #9EABB5; color:#FFF; } Please advise how to fix this.. Thanks for your help in advance.. Dan Link to comment https://forums.phpfreaks.com/topic/245452-srange-problem-in-ie-browser-compatibility-issue/ Share on other sites More sharing options...
dk4210 Posted August 22, 2011 Author Share Posted August 22, 2011 WOW no response? Link to comment https://forums.phpfreaks.com/topic/245452-srange-problem-in-ie-browser-compatibility-issue/#findComment-1260720 Share on other sites More sharing options...
Frank P Posted August 23, 2011 Share Posted August 23, 2011 WOW no response? A course in patience wouldn't be bad, I'd think. Link to comment https://forums.phpfreaks.com/topic/245452-srange-problem-in-ie-browser-compatibility-issue/#findComment-1260757 Share on other sites More sharing options...
Frank P Posted August 26, 2011 Share Posted August 26, 2011 Please advise how to fix this.. Please put it online. We cannot test it this way. Normally, posting the - whole - code would suffice, but with PHP that's not the case. Link to comment https://forums.phpfreaks.com/topic/245452-srange-problem-in-ie-browser-compatibility-issue/#findComment-1262177 Share on other sites More sharing options...
dk4210 Posted August 26, 2011 Author Share Posted August 26, 2011 i fixed it Frank thanks! Link to comment https://forums.phpfreaks.com/topic/245452-srange-problem-in-ie-browser-compatibility-issue/#findComment-1262191 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.