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.

Website Design Forum


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



Freelance Jobs

Reply
Old 03-19-2006, 03:51 PM How do I do this?
Extreme Talker

Posts: 161
Location: Scotland
Trades: 0
Hi,

I am wondering if you could tell me how to make this same to images (the tartan) be the same on the bottom? , I want it to be able to change on the height of the page so it is always along the bottom? no matter of the screen size etc.

how do I do it?

charliearchibal is offline
Reply With Quote
View Public Profile Visit charliearchibal's homepage!
 
 
Register now for full access!
Old 03-19-2006, 07:32 PM Re: How do I do this?
vangogh's Avatar
Post Impressionist

Posts: 10,816
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
You can use a little css to get the image to repeat to the bottom of the page.

body {background-image: url("path to your image") repeat-y}

In fact a better way to set it up would be to use only one block of the pattern to reduces the size of the image and also repeat it horizontally as well as vertically (repeat-x). If you want to repeat in both directions you don't need to specify the x and y.

body {background-image: url("path to your image") repeat}

will repeat the image in the x and y directions.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 03-22-2006, 04:21 PM Re: How do I do this?
trendybox's Avatar
Experienced Talker

Posts: 42
Trades: 0
actually i think more what you need to do, if i'm understanding correctly, is to add css like this:
Code:
body{
 background-image: url(URL);
 background-repeat: repeat-x;
 background-position: bottom;
}
That way the image is always at the bottom.
You'd also have to have the one at the top which you can do with another class and a repeat-x. then position it at the top and make it 100% wide.
__________________
-[Trendy Box]-

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

trendybox is offline
Reply With Quote
View Public Profile Visit trendybox's homepage!
 
Old 03-22-2006, 11:18 PM Re: How do I do this?
vangogh's Avatar
Post Impressionist

Posts: 10,816
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
trendybox is right. My bad I read your post to quickly. Ignore my idea please. trendybox code is the way to go.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to How do I do this?
 

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.12961 seconds with 12 queries