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.
|
|
|
|
|
![]() |
||
continuous side borders
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
|
|||
|
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? |
|
|||
|
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. 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.) |
|
|||
|
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/ |
![]() |
| Tags |
| continuous, side, borders |
| Thread Tools | |
|
|
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 |