Can someone please tell me why IE6 doesnt display my news section separator image correctly as seen in IE7 & Firefox.
This is the problem page: http://www.outer-edge.com.au/test/news.html
Basically the news items are in 2 colums 'news_COL1' (left colum) and 'news_COL2' (right colum). I've added the news sparator image in news_COL1 like this:
<span style="clear:both;"><img src="http://www.webmaster-talk.com/images/EnviroNewsBanner.gif" width="710" height="50" /></span>
After doing this, the image passed straight through behind news_COL2 and the text was over the image, therefore I had to add a 50px break like this:
<div style="height:50px;"> </div>
How can I get this working in all browsers correctly?
Last edited by ana_rad : 06-05-2007 at 11:53 PM.
|