David Laakso wrote:
> Alan Gresley wrote:
>> David Bailey wrote:
[..]
>>> http://www.widemannviolins.com/index.php
>>>
>>>
>>> 1. Text content:
>>> The text drops down below the image on the right instead of being  
>>> parallel to it. I'm sure I've seen something about this problem  
>>> before in one of my books, but I can't find it for the life of me.
>>>     
>>
>> What text content are you referring to? Both IE6 and other browsers show 
>> the image on the right (a man) quite parallel to any text that I can see.
>>   
> 
> 
> 
> Alan,
> I wonder if he is referring to the white space beneath Tobias in 
> compliant browsers in an 800 window, or in any width window when the 
> fonts are scaled; and that this white space also appears beneath Tobias 
> in IE/8 and down, regardless of the widow width? In other words, is 
> Tobias supposed to resting at the bottom bar regardless of window size 
> or user font preference?


Oh I see now (not a IE6 bug). Thank you David.

It's collapsing margins from the list at the bottom of the content. They 
collapse through to div##rightColumn_hp since the image of Tobias is a 
float. The fix is to zero out that bottom margin.


#rightColumn_hp ul {
        margin-bottom:0;
}


Just tested in Firefox.


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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