CP,
09-20-2007, 05:00 PM
Hi all i have some trouble getting a small peice of CSS to work properly.
I am working on the inner background of my forum.
I am adding the extra CSS under Style Manager > MyStyle > MainCSS > Additional CSS Definitions (at the bottom)
Now this is the CSS im using to add an image line on the left side of the inner background of my forum. Ive got it to work on the left using this css:
.page {
background:
url(images/styles/bubble-flower/misc/z02_24.gif) repeat-y left
}
See this image: http://img.photobucket.com/albums/v226/kayzplace/sidecsss.jpg
But it dosent work when i try the same and add the same to the right.. and if i do get it to work on the right the left disappears... and vice versa..
Ive also tried..
.page {
background:
url(images/styles/bubble-flower/misc/z02_24.gif) repeat-y left;
url(images/styles/bubble-flower/misc/z02_24.gif) repeat-y right
}
Can anybody please help me?
Thanks ever so much!
I am working on the inner background of my forum.
I am adding the extra CSS under Style Manager > MyStyle > MainCSS > Additional CSS Definitions (at the bottom)
Now this is the CSS im using to add an image line on the left side of the inner background of my forum. Ive got it to work on the left using this css:
.page {
background:
url(images/styles/bubble-flower/misc/z02_24.gif) repeat-y left
}
See this image: http://img.photobucket.com/albums/v226/kayzplace/sidecsss.jpg
But it dosent work when i try the same and add the same to the right.. and if i do get it to work on the right the left disappears... and vice versa..
Ive also tried..
.page {
background:
url(images/styles/bubble-flower/misc/z02_24.gif) repeat-y left;
url(images/styles/bubble-flower/misc/z02_24.gif) repeat-y right
}
Can anybody please help me?
Thanks ever so much!