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

Posts: 161
Location: Scotland
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!
 
When You Register, These Ads Go Away!
Old 03-19-2006, 08:32 PM Re: How do I do this?
vangogh's Avatar
Post Impressionist

Posts: 8,923
Name: Steven Bradley
Location: Boulder, Colorado
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 | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 03-22-2006, 05:21 PM Re: How do I do this?
trendybox's Avatar
Experienced Talker

Posts: 43
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]-
http://trendybox.net
trendybox is offline
Reply With Quote
View Public Profile Visit trendybox's homepage!
 
Old 03-23-2006, 12:18 AM Re: How do I do this?
vangogh's Avatar
Post Impressionist

Posts: 8,923
Name: Steven Bradley
Location: Boulder, Colorado
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 | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to How do I do this?
 

Thread Tools

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

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