i tried to remove (at code level) the spaces between the images and the content div....but no changes
so....what can i do?
here is my code:
<html>
<head>
<style type="text/css">
div.box {color: gray; padding: 0px; width: 200px; height: 100%;}
div.content {background-image: url('repeat.jpg'); background-repeat: repeat-x; height: 200px; text-align: right;}
img.stanga {float: left;}
img.dreapta {float: right;}
img.afisata {float: left;}
</style>
</head>
<body>
<div class="box">
<img class="stanga" src="stanga.jpg" alt=""
><img class="dreapta" src="dreapta.jpg" alt=""
><div class="content"
><img class="afisata" src="imagine.gif" alt="" width="80px" height="80px"
><p>DDD cccs s sdasd as d as d as d asdsadsadasdasd asd as d as d as d asd as d as dasasasdasdasdasdadasdas sdadsadasasdasda</p>
</div>
</div>
HERE ARE THE OUTPUTS:
wrong one (Internet Explorer)

good one (Firefox)
Edited by kknaru, 19 July 2008 - 08:53 PM.
