Is it possible to have 2 repeating background images?

This is a discussion on "Is it possible to have 2 repeating background images?" within the Web Page Design section. This forum, and the thread "Is it possible to have 2 repeating background images? are both part of the Design Your Website category.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 8th, 2005, 20:08
New Member
Join Date: Dec 2005
Age: 25
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Is it possible to have 2 repeating background images?

Is it possible to have 2 repeating horizontal background images one on left and 1 on the right that meet in the center ?

I have a website splash page and it has repeating downwards lines on the left and repeating upwards lines on the right. I want to have them as my background but cant figure out how.

I want it to look somthing like this.. //////////// \\\\\\\\\\\\\\

Here is my bunk code that I have so far and doesnt work.

<html>
<head>
<style type="text/css">
body
{
background-image: url('images/backleft.png');
background-position: left;

background-image: url('images/backright.png');
background-position: right;


}
</style>
</head>

<body>
</body>
</html>

It obviously doesnt work and I know why it doesnt work. I am just using it as a starting point.


I noticed that Billy Busseys www.akuza.com has accomplished what I wanted to do but I cant understand how he did it even after looking at his code.
Reply With Quote

  #2 (permalink)  
Old Dec 9th, 2005, 00:09
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is it possible to have 2 repeating background images?

This may be an intresting read for you.
http://www.quirksmode.org/css/multiple_backgrounds.html

It is possible by the css standard, but most browsers don't have this feature.

There are ways you could fake it by useing layers.
Reply With Quote
Reply

Tags
possible, repeating, background, images

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
Is it possible to have 2 background images? lmc148 Web Page Design 8 Jun 17th, 2008 01:46
Optimizing Repeating CSS Background Images undoIT Web Page Design 7 Dec 31st, 2007 18:40
repeating background issues. Therealmatt Starting Out 4 Sep 20th, 2007 22:54
Repeating an image along the bottom of the page without setting it as background. imagius Web Page Design 9 Apr 27th, 2007 08:35
Rpeating images (not pg background) johnnybravo Web Page Design 5 Aug 6th, 2006 14:59


All times are GMT. The time now is 13:42.


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