Ian Young wrote:
>> ...
>> This page which has three columns (original design is different on every
>> page). Aligns on FF and IE7 vertically with the grey spacer at
>> the top right
>> but on IE6 it is aligned about 10px to the left.  ...
> 
> http://www.dbadvertising.co.uk/css/about_us.php
> 
> PS, the 5px drop was due to a padding issue and is resolved, but the extra
> white space in IE6 is eluding me. I have tried, display:inline etc to no
> avail.
> 
> I think it is a case of not seeing the wood for the trees. I can get
> everything to line up if I make the extreme right hand column wider, but the
> design needs it as in the above.
> 
> compare
> 
> http://www.dbadvertising.co.uk/css/about.php
> 

The exceeding width of .pic-wrapper {width: 150px} inside
.innerr_about {width: 120px} expands the box in IE<7.

BTW, .pic-wrapper does not "wrap" the pics because it contains a float, 
.innerr_pic, which sticks out of its parent.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to