Jump to content

Stretch image 100% problem.


virtuexru

Recommended Posts

OK. So the image/background image I want to stretch out is circled in red:

 

needba1.gif

 

Here is the code for this section in the CSS:

 

.rightsub

{

background-image: url(img/rightsub.gif);

min-height: 50px;

}

 

For the actual page file:

 

<div id="navigation">

<div class="rightsub">

</div>

</div>

 

The navigation ID in question is:

 

#navigation

{

float: left;

width: 200px;

}

Link to comment
https://forums.phpfreaks.com/topic/41811-stretch-image-100-problem/
Share on other sites

It will not work that way with css alone unless you are using a fixed width you can use faux columns. THere is another method using borders but that will not let you use images like the pattern you have. If you want you can use javascript to dynamically set the height based on that content section.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.