Hi,
It must be a bug in 7.23 as it works perfectly in opera 7.02?
As I haven't got 7.23 installed you'll just have to play around with it a bit to see what works. I suggest you simplify it right down and try to get it to work from the ground up.
However I've changed it so that it works in Opera 6 now (which i do have installed) so maybe this will work for your 7.23 as well.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>test</title>
<style type="text/css">
<!--
#main {
margin: 0 auto 0 auto;
width: 40%;
}
.box {
background: #e0e0e0;
border: 1px solid black;
padding: 2%;
position:relative;
}
.t100 {
background: #fff;
border: 1px solid black;
float: left;
height: 100px;
margin-right: 2%;
text-align: center;
width: 100px;
position:relative;
}
#float {
float: left;
margin-left:1% ;
width: 46%;
position:relative;
}
.clr {
clear: both;
}
-->
</style>
</head>
<body>
<div id="main">
<div id="float">
<div class="box">
<div class="t100"> <img src="x.jpg" alt="image alt text" /> </div>
Blah blah blah, words words words, blah blah blah, words words words, blah
blah blah, words words words.
<div class="clr"></div>
</div>
</div>
<div id="float">
<div class="box">
<div class="t100"> <img src="y.jpg" alt="image alt text" /> </div>
This is the stuff on the right.
<div class="clr"></div>
</div>
</div>
</div>
</body>
</html>
Hope that helps.
Paul
Bookmarks