Posted by UKuser on 01/02/07 10:59
Hi Folks,
I had a div which was say 100px wide, with images in the following
order:
1) 80px wide
2) 120px wide
3) 120px wide
What I'm finding in IE (6) is that the 80px image aligns to the left.
Even if I change text-align or set right they both appear to align the
image to the left rather than to the right (which is what I wanted).
The fudge fix is use
html>body .rightbar
{
width:100px;
}
to fix it so IEs width is wider in the pre html> section.
Is there an easier way or better way to do this? Also is there a way
without using VMware/VPC to run/test IE7 and IE6 at the same time?
Thanks
A
Navigation:
[Reply to this message]
|