Mike Breiding wrote:

> <http://epicroadtrips.us/dad/journals/travel/usa/central_states_north_trip_june_2-15_1977/001.html>
>  So, I used a negative margin to "pull" the image into the left 
> column. It appears as I would like  it in Fire Fox, but in IE 6.0 the
>  image is clipped.

> Question: Is there a better way to handle this?

Since you're floating so many images you can of course float this one
too, but that's just a variant and not really any better.

> If not, can the clipped image be changed in IE6?

<p style="margin-left: -100px; position: relative;"><img ...

...where the 'position: relative;' will make overflowing part of
paragraph with image visible in IE6 and older versions.

We usually don't wrap images in otherwise empty paragraphs in order to
position them, but instead apply styles directly to the images. The
exception being an image centered in a paragraph with 'text-align: center'.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to