Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 06-13-2010, 12:43 PM Repeat-y
Junior Talker

Posts: 3
Trades: 0
I have a div (main 2) where I want the image to repeat-y as I enter more text into the website. Instead of repeating, the image disappears.

It works when I suggest a height for the class but not when I take the height out and add text.

I also have two divs inside of the main2 that floats text left and right.

Can anyone help?

Thanks,
Toya

Website found here: http://www.toyaburton.com/index.php/contact


Code:
.main2{
background: url(images/mainMid.jpg) center repeat-y;
width:871px;
margin: 0 15px 0 15px;
}

.contentLeft{
float: left;
width: 545px;
margin:10px 0 0 20px;
}

.contentRight{
float: right;
width:250px;
margin: 10px 20px 20px 20px;
}
Innovative Blis is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-13-2010, 01:40 PM Re: Repeat-y
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You have not CLEARED your floats:

http://www.webmaster-talk.com/css-fo...you-clear.html

Add overflow: auto; to .main2 to clear the floats inside it.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-13-2010, 04:39 PM Re: Repeat-y
Junior Talker

Posts: 3
Trades: 0
Thanks for the response. I read into the floats and added the overflow but it still is the same. The image doesn't repeat-y

Code:
.main2{
background: url(images/mainMid.jpg) center repeat-y;
width:871px;
margin: 0 15px 0 15px;
overflow: auto;
}

.contentLeft{
float: left;
width: 545px;
margin:10px 0 0 20px;
}

.contentRight{
float: right;
width:250px;
margin: 10px 20px 20px 20px;
}
Innovative Blis is offline
Reply With Quote
View Public Profile
 
Old 06-13-2010, 08:20 PM Re: Repeat-y
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
In what browser??? I added overflow:auto to .main2 and your background appeared just fine.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-13-2010, 11:24 PM Re: Repeat-y
Junior Talker

Posts: 3
Trades: 0
Thanks! I had to clear my cache to see the change.
Innovative Blis is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Repeat-y
 

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24495 seconds with 12 queries