Thanks, Roger! -- I found the page on the clearfix method,

Phillip

On Jan 4, 2006, at 10:16 PM, Roger Roelofs wrote:

> Phillip,
>
> On Jan 4, 2006, at 9:15 PM, Phillip Hollweg wrote:
>
>> Hi:
>>
>> -- background image invisible NN 6-8 WIN
>>
>> This div ...
>>
>> #area { background-color: #314611; background-image: url(images/
>> areaBK.gif); background-repeat: repeat-y; text-align: left; position:
>> static; width: 750px; visibility: visible; margin-right: auto;  
>> margin-
>> left: auto; }
>>
>> is OK in other browsers, but the background image does not appear at
>> all in NN 6.2 - 8 for Windows, and maybe other platforms as well.
>>
>> See:
>>
>> http://dennisondi.com/mtest/
>
> The image shows up just fine when #area is more than 0px in  
> height.  Both #right and #left are floated, leaving no static  
> content in #area, so no height.  either float #area or add a  
> clearing element (or use the clearfix method if you want to avoid  
> extra markup)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to