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 Quote Link to comment Share on other sites More sharing options...
dk4210 Posted August 22, 2011 Author Share Posted August 22, 2011 WOW no response? Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
dk4210 Posted August 26, 2011 Author Share Posted August 26, 2011 i fixed it Frank thanks! 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.