Forum Moderators: not2easy
<div style="position: absolute; top: 230px; left: 230px; width: 500px; height: 300px; text-align: justify;">
<img class="pfloat" src="picture.jpg" width="200" height="200" alt="picture" />text text whole bunch of text </div>
Whereas the class is:
.pfloat {
float: left;
padding-right: 10px;
padding-bottom: 5px;
}
This is displaying properly in IE6 with a slight margin between the right side of the picture and the left side of the text. In other words fine for me.
But in Netscape 4.6 it does fine except the first 2 characters of text are moved over a few spaces. Like:
-------¦--->First line starts over here
-------¦ then it wraps around the
-------¦ photo just like it is
-------¦ supposed to with a
-------¦ slight margin between the
photo and text then it jumps below the
photo just like I wanted it to do.
I have tried everything. Any suggestions appreciated.
At the extreme, you might do a server side redirect *just for* that browser, to serve them a different page perhaps.
Though, unless your user base justifies it, I wouldn't spend that much time developing a custom solution for such an old browser.
IE's been confused for a long time. Look for for the specs in detail here [w3.org ] Read about the VISUAL Formatting Model and then about FLOATS. Good luck!