hi,
i have pics on a blog that I want to float left.
Under IE7, only the first 10 pixels or so appear. Some pics another ribbon is visible lower.
The site is: Pentatours
I tried the built-in align left feature, I added style float left in the img and in a div. I even create a class
On the pics in the main content area have that. Possible interference between other codes?
If I remove the float, then it appears fine.
Thanks for your help
HH
PS: This issue is only on the homepage.... bizarre!
i have pics on a blog that I want to float left.
Under IE7, only the first 10 pixels or so appear. Some pics another ribbon is visible lower.
The site is: Pentatours
I tried the built-in align left feature, I added style float left in the img and in a div. I even create a class
PHP:
.imleft {
display: block;
float: left;
}
On the pics in the main content area have that. Possible interference between other codes?
If I remove the float, then it appears fine.
Thanks for your help
HH
PS: This issue is only on the homepage.... bizarre!