Thanks, your suggestion worked as prescribed!

Ian


-----Original Message-----
From: Uwe Kaiser [mailto:[EMAIL PROTECTED] 
Sent: May 13, 2005 11:19 PM
To: Rutgers
Subject: Re: [css-d] Space below left nav

Hi Rutgers,

The solutuion with background-image will function only,
if the left navigation and the contents (on the right of it)
are having a common parent element.
This common parent element should have the background-image.


Example:

<div> header </div>

   <div> <!-- body with background-image -->

     <div> left navigation </div>
     <div> contents </div>

   </div> <!-- end of body -->

<div> footer </div>


regards,
Uwe Kaiser


Rutgers schrieb:
> Thx, I'll give it a try!
> 
> Ian
> 
> 
> -----Original Message-----
> From: Uwe Kaiser [mailto:[EMAIL PROTECTED] 
> Sent: May 13, 2005 6:25 PM
> To: Ian & Anna-Ruth Rutgers
> Subject: Re: [css-d] Space below left nav
> 
> Ian & Anna-Ruth Rutgers schrieb:
> 
>>Thank you everyone for your help with my work on this page.  The
> 
> problem
> 
>>with the footer has been resolved.  
>>
>>My remaining issue is with the space below the left navigation.  I
> 
> would
> 
>>love it if someone would point out how to get the grey background of
> 
> the
> 
>>left navigation to continue to the bottom of the page.  This is not an
>>issue in Internet Explorer, but in Firefox and Netscape.
>>
> 
> 
> Hi,
> 
> This is an issue in MSIE/PC, FF/PC etc.
> Please increase/decrease the font-size -- and you will see.
> 
> 
> I didn't look at your source, but normaly the solution in
> such case consists in using a background-image.
> (eg.    width: 2000px, height: 4px,  repeat-y)
> The grey part at left should be as wide as the left nav.
> 
> 
> 
>   width of leftnav in px
> ---------------------------------------------------------------
> |     color: grey      |     transparent
> ---------------------------------------------------------------
>              <-------  2000px  -------->
> 
> 
> 
> regards,
> Uwe Kaiser
> 
> 
> 


______________________________________________________________________
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