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
How to Repeat Vertically
Old 11-09-2010, 09:59 AM How to Repeat Vertically
Banned

Posts: 39
Trades: 0
I currently have the following code in my CSS:

Code:
#footer{clear:both; text-align:center; overflow:hidden; margin:0 auto; padding:20px 0 0px 0; background:#323232 url(../images/footerbg.gif) no-repeat center top; height:40px}
I have attached a screenshot of the bottom half of my website. The black part is the footerbg.gif that you see in the CSS.

I would like for that image to repeat down to the bottom of the page.

Any idea on what code should be edit from above to make that happen?
Attached Images
File Type: jpg webmaster.jpg (23.0 KB, 4 views)
CyberWizard is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-09-2010, 10:33 AM Re: How to Repeat Vertically
shivaji's Avatar
Ultra Talker

Posts: 321
Trades: 0
I think you need repeat-y.

#footer{
clear:both;
text-align:center;
overflow:hidden;
margin:0 auto;
padding:20px 0 0 0;
background:#323232 url(../images/footerbg.gif) repeat-y center top; height:40px
}
__________________

Please login or register to view this content. Registration is FREE
- uncommon free scripts

Please login or register to view this content. Registration is FREE
- Städte, Sport, Party, Gourment, Apartments, Hotels
shivaji is offline
Reply With Quote
View Public Profile Visit shivaji's homepage!
 
Old 11-09-2010, 11:23 AM Re: How to Repeat Vertically
Banned

Posts: 39
Trades: 0
That's what I thought too but still not working
CyberWizard is offline
Reply With Quote
View Public Profile
 
Old 11-09-2010, 12:23 PM Re: How to Repeat Vertically
radiant_luv's Avatar
Skilled Talker

Posts: 56
Location: WebVille
Trades: 0
A link to actual page would be easy to determine the issue or atelast the markup and css. Otherwise as far as your question goes; "repeat-y" is used to repeat vertically.

Last edited by radiant_luv; 11-09-2010 at 12:25 PM..
radiant_luv is offline
Reply With Quote
View Public Profile Visit radiant_luv's homepage!
 
Old 11-10-2010, 06:51 AM Re: How to Repeat Vertically
shivaji's Avatar
Ultra Talker

Posts: 321
Trades: 0
Quote:
Originally Posted by radiant_luv View Post
A link to actual page would be easy to determine the issue or atelast the markup and css. Otherwise as far as your question goes; "repeat-y" is used to repeat vertically.
Right, without link we cannot help more. Maybe you are forgot DOCTYPE declaration.
__________________

Please login or register to view this content. Registration is FREE
- uncommon free scripts

Please login or register to view this content. Registration is FREE
- Städte, Sport, Party, Gourment, Apartments, Hotels
shivaji is offline
Reply With Quote
View Public Profile Visit shivaji's homepage!
 
Reply     « Reply to How to Repeat Vertically
 

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.80588 seconds with 13 queries