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.
|
|
|
|
|
![]() |
||
Is it possible to have 2 repeating background images?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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. |
|
|
|
#2
|
|||
|
|||
|
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. |
![]() |
| Tags |
| possible, repeating, background, images |
| Thread Tools | |
|
|
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 |