continuous side borders

This is a discussion on "continuous side borders" within the Web Page Design section. This forum, and the thread "continuous side borders are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 14th, 2005, 10:19
New Member
Join Date: Apr 2005
Location: UK Derbyshire
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
continuous side borders

(hopefully this is posted to the right section of the forum.)

i've tried searching online for simple solutions to my problem but i suspect my search terms aren't correct as i can't seem to find anything related.

the problem is that i wish to create a page that has continuous borders running down either side of the page - very similar to what you see at
http://www.blogger.com/start.

here's an image to hopefully explain further what i mean.

whenever i try to implement this, the image i'm using either doesn't tile and repeat itself enough times (in any browser) or i get a margin at the bottom even though it is set to zero.

i can knock up a page or two to demonstrate further but as they will be so rudimentary i don't think they will help a great deal.

thanks for any help - if it's something that only an advanced html/css coder could implement then i'm prepared to put the effort in to learn.

thanks in advance.

  #2 (permalink)  
Old Apr 14th, 2005, 19:54
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
its so simple, you'll kick yourself for not thinking of it first!

1. create an image say 700 pixels wide and 50px like this one from my own site.

2. use CSS to set this pic as the background for your page (centered) like:

BODY {
margin: 0;
padding: 0;
background: #fff url(images/layout/bg_page2.gif) center repeat-y;
}

simple eh?
  #3 (permalink)  
Old Apr 14th, 2005, 22:01
New Member
Join Date: Apr 2005
Location: UK Derbyshire
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
aw, D3mon, that is fantastic.

it's simple to see when it's explained by someone who knows but unfortunately i'm a CSS idiot.

it appears i'm lacking in the most fundamental CSS skills and i can't excuse myself for not knowing - i'll have to make the effort to get to grips with it.

again, i really appreciate the reply D3mon.

(i've had a look at the site your profile links to - is it your own creation? it looks most impressive.)
  #4 (permalink)  
Old Apr 15th, 2005, 12:37
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
Glad to help.

Yes, buildyourown.org.uk is my own work. All CSS, except for the forums which I'm working on at the moment.

Goog tutorial to get you started on the path to CSS is at:

http://www.w3schools.com/css/
Closed Thread

Tags
continuous, side, borders

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Side by side positioning josephman1988 Web Page Design 7 Oct 20th, 2007 12:49
two divs side by side nashultz07 Web Page Design 10 Aug 9th, 2007 23:28
Random swf movie loader (continuous) markmod1 Flash & Multimedia Forum 1 Jul 3rd, 2007 14:49
pictures side by side thisandthat Web Page Design 3 May 16th, 2006 00:36
Client-Side VS Server Side Scripting redev2006 JavaScript Forum 1 Jul 30th, 2005 19:30


All times are GMT. The time now is 08:46.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43