Hi,
This should look the same in all three browsers.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="DC.title" content="Forum" />
<meta name="revisit-after" content="3 days" />
<meta name="Classification" content="NGO" />
<meta name="description" content="We build just and sustainable peace..." />
<meta name="keywords" content="kosova, kosovo, prishtina, ngo, ojq, forum" />
<meta name="distribution" content="GLOBAL" />
<meta name="rating" content="General" />
<meta name="copyright" content="copyright(c)2000-2004 Forum" />
<meta name="author" content="Rrota" />
<meta http-equiv="reply-to" content="info@rrota.net" />
<meta name="language" content="sq" />
<meta http-equiv="Content-Type" content="text/html; Select from list" />
<meta name="robots" content="ALL, INDEX, FOLLOW" />
<title>Tirona</title>
<style type="text/css">
h1,h2,h3 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
padding: 0;
margin: 0;
}
#border {
width: 647px;
border : solid #000 1px;
margin: 0;
padding: 0;
}
#topslice {
background-color: #DDD6C6;
height: 5px;
width: 100%;
margin: 0;
padding: 0;
color: #000;
float: left;
overflow : hidden;
}
.head {
width: 497px;
background-color: #FFCC00;
height: 21px;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
border-right: solid #000 1px;
float: left;
color: #000;
}
.head h1{
padding-left: 12px;
padding-top: 3px;
margin : 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}
.lfthead {
width: 149px;
height: 21px;
background-color: #FFCC00;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
float: right;
color: #000;
}
*html .lfthead {width: 149px;}/*hack mode assuming full doctype with uri */
#txtbox {
width: 264px;
background-color: #645A57;
color : #FFF2BC;
float: left;
}
#txtbox h2{
text-align: left;
padding-top: 14px;
padding-left: 13px;
padding-bottom: 13px;
padding-right: 12px;
}
.img {
padding: 0;
margin: 0;
float: right;
vertical-align: top;
}
.img img {display:block}
#cell {
width: 497px;
background-color: #645A57;
text-align: left;
color: #000;
padding: 0;
margin: 0;
border-right: solid #000 1px;
min-height : 183px;}
* html #cell {height:183px}
.clearer{
height:1px;
overflow:hidden;
margin-top:-1px;
clear:both;
}
</style>
</head>
<body>
<!-- border of the page, container of everything -->
<div id="border">
<!-- top slice design issue -->
<div id="topslice"></div>
<div class="head">
<h1>mirėsevini nė faqėn zyrtare tė bashkise sė tiranės</h1>
</div>
<div class="lfthead"></div>
<div id="cell">
<!-- text container -->
<div id="txtbox">
<h2>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc fermentum
volutpat enim. Vivamus nec purus in purus placerat ultricies. Pellentesque
adipiscing rhoncus ipsum. In eu wisi a pede vulputate convallis. Ut lectus
risus, mattis ac, adipiscing lacinia, porta id, velit. Nullam dapibus
arcu ac lectus. Quisque a nisl eu ligula volutpat nonummy. Curabitur aliquet
ligula nec felis. Vivamus nunc. Duis mollis pede eget enim. Lorem ipsum
dolor sit amet, consectetuer adipiscing elit.</h2>
</div>
<!-- image container -->
<div class="img"><img src="http://test.rrota.net/common/images/tirona.gif" alt="tirona"></div>
<br class="clearer" />
</div>
<!-- end of cell -->
<!-- clearing floats so the take no space -->
<div class="clearer"></div>
</div>
<!-- end of the border-->
</body>
</html>
You needed to clear the floated img for mozilla and set it to display:block. Ie doesn't like all those comment tags around floats for some reasons so I took them out.
I think thats all I did 
Paul
Bookmarks