| Web Standards Design Discuss accessibility, CSS, XHTML and more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
DemonicAngel
Super #1
Joined in Aug 2004
Lives in Wherever The World Takes Me
Hosted on Pass76
1,826 posts
Gave thanks: 26
Thanked 35 times
|
Accordion Help...
![]() So the Issue I'm having is that I'm using mooTools accordion in a div with a background. I'm trying to make the background stretch with the accordion, but it won't... You can see the page here I tried putting Code:
<br clear="all" /> Code:
<div style="clear: both"></div> Thanks for any help. ![]() |
|
|
|
|
|
#2 (permalink) |
|
﴾͡๏̯͡๏﴿...tweet
Super #1
Joined in Dec 2005
5,768 posts
Gave thanks: 147
Thanked 151 times
|
don't specify a height for the content div (remove the bolded line):
Code:
#content {
width: 530px;
padding: 0px 60px 0px 60px;
height: 189px;
background-image: url(imagesOne/content_header.png);
background-repeat: no-repeat;
text-align: left;
margin: 0 auto 0 auto;
}
__________________
poof
|
|
|
|
| This user thanks Brandonnn for this great post! | twirp (January 24th, 2008) |