icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » All Things Techy » Web Standards Design » Accordion Help...

Web Standards Design Discuss accessibility, CSS, XHTML and more.

Reply
 
LinkBack Thread Tools Search this Thread
Old January 23rd, 2008, 9:15 PM   #1 (permalink)
DemonicAngel
Super #1
 
twirp's Avatar
 
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" />
and/or
Code:
<div style="clear: both"></div>
But it doesn't seem to work...
Thanks for any help.
__________________
You wear Vans so high school kids will think that you can skate. He wears Vans because he can skate. TwiRp wears Vans because they were on sale. Pass76 wants Vans.
twirp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old January 23rd, 2008, 9:42 PM   #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
Brandonnn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
This user thanks Brandonnn for this great post!
twirp (January 24th, 2008)
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On