This is a discussion on "[SOLVED] Background issue (CSS)" within the Web Page Design section. This forum, and the thread "[SOLVED] Background issue (CSS) are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Background issue (CSS)
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] Background issue (CSS)
Hi guys. I'm on another project (in between the moving and getting things ready to really move to Canada) and I can't seem to get the background right.
Here's a preview URL: http://www.poppen.ca/showcase/commun-art This is what i want: There's a div called "container" which should hold the backgroundcolor of the content-div _and_ the menu-div. But when the content exceeds the backgroundimage at the bottom, the wrapping container doesn't "grow" with the inner divs.. Is there a solution for this? |
|
|
|
#2
|
|||
|
|||
|
Re: Background issue (CSS)
Add a clearing <div> below all of your content: <div class="clear"></div> with CSS .clear { clear: both }
Alternatively, set your container to { overflow: auto } |
|
#3
|
|||
|
|||
|
Re: Background issue (CSS)
Quote:
Thanx alot! |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fixed Background Issue | LeeNic | Web Page Design | 6 | Mar 18th, 2008 09:55 |
| [SOLVED] css positioning issue | danny322 | Web Page Design | 4 | Nov 23rd, 2007 13:32 |
| [SOLVED] Form Issue | longstand | PHP Forum | 8 | Nov 16th, 2007 06:14 |
| background moving issue | alphaquad | Web Page Design | 3 | Aug 30th, 2007 08:00 |
| a:hover and background-position issue with ie6 | mezema | Web Page Design | 5 | Jun 15th, 2006 15:32 |