Hi,
I've implemented a Style Sheet in Dreamweaver; one of the elements is
supposed to stay right with the text flowing around it on the left. A
similar tag is supposed to stay left with the text flowing around it to the
right.
This "Div" container I use to align pictures. Anyway, In Firefox, the
container is correctly sized to the aspect ratio and size of the image.
However, in IE 6, the image is squashed horizontally and the text given more
room. I wouldn't mind so much if IE correctly adjusted the Y size of the
image proportionately , but it does not. Is there a work-around that still
allows me to use Auto for width?
The tag looks like this:
..imagewraprigh t {
width: auto;
float: right;
background: #ffffff;
padding: 6px;
margin-left: 6px;
margin-bottom: 6px;
}
The resulting page is here:
http://www.thermoteknix.com/beta/con...ish/index.html. Note the
correct positioning/size in Firefox and the incorrect positioning/size in IE
6.
Thanks for any help you can give me,
Robin.
I've implemented a Style Sheet in Dreamweaver; one of the elements is
supposed to stay right with the text flowing around it on the left. A
similar tag is supposed to stay left with the text flowing around it to the
right.
This "Div" container I use to align pictures. Anyway, In Firefox, the
container is correctly sized to the aspect ratio and size of the image.
However, in IE 6, the image is squashed horizontally and the text given more
room. I wouldn't mind so much if IE correctly adjusted the Y size of the
image proportionately , but it does not. Is there a work-around that still
allows me to use Auto for width?
The tag looks like this:
..imagewraprigh t {
width: auto;
float: right;
background: #ffffff;
padding: 6px;
margin-left: 6px;
margin-bottom: 6px;
}
The resulting page is here:
http://www.thermoteknix.com/beta/con...ish/index.html. Note the
correct positioning/size in Firefox and the incorrect positioning/size in IE
6.
Thanks for any help you can give me,
Robin.
Comment