Repeat the Background image down the page |
Repeat the Background image down the page |
Feb 12 2008, 03:59 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2008 Member No: 608,035 |
I am trying to repeat it down the page but it doesn't seem to be working.
Would really appreciated it if someone could help me out. CODE <style type="text/css"> { Background Properties } table, tr, td { background-color:transparent; border:none; border-width:1;} body { background-color:000000; background-image:url(); background-attachment:scroll; background-position:top center; background-repeat:repeat-y; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-color:FFFFFF; border-style:solid; padding-left:px; padding-right:px; scrollbar-face-color:000000; scrollbar-highlight-color:120C08; scrollbar-3dlight-color:222222; scrollbar-shadow-color:222222; scrollbar-darkshadow-color:222222; scrollbar-arrow-color:FFFF00; scrollbar-track-color:000000; } .CodeMyLayout.com { Table Properties } table table { border: 1px } table table table table{border:1px} table, tr, td { background-color:transparent; border:none; border-width:1;} table table table { border-style:solid; border-width:1; border-color:FFFFFF; background-color:595252; background-image:url('Enter Image URL'); background-repeat:repeat; background-attachment:fixed; background-position:top center; filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90; } table table table table td {filter:none;} { Text Properties } table, tr, td, li, p, div {color:ffffff} .btext, .orangetext15, .nametext, .whitetext12 {font-weight:bold; font-style:normal; } .blacktext10, .blacktext11, .blacktext12, .lightbluetext8, .redtext, .redbtext, .text {font-weight:bold; font-style:normal;} { Link Properties } a:active, a:visited, a:link {font-weight:normal; font-style:normal; } a:hover {font-weight:normal; font-style:normal; } { Tweaks } </style><div align="center"><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmNvZGVteWxheW91dC5jb20=" target="_blank"></a><br>Get <a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmNvZGVteWxheW91dC5jb20=" target="_blank"></a> @ <a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmNvZGVteWxheW91dC5jb20=" target="_blank"></a></div>
<span class="off"></span><span class="off"></span><div class="image"> <img src="http://i258.photobucket.com/albums/hh271/yell0wbus/idiotbox.gif"></div><style> body {margin-top:380px} div.image { position:absolute; top:0px; left:50%; margin-left:-390px; width:675px; height:400px; } </style><span class="off"> </span></style> |
|
|
|
![]() |
Feb 12 2008, 05:45 AM
Post
#2
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
This is how you code should be:
CODE body {
background-color:; background-image:; background-repeat:repeat-y; background-position:center center; } |
|
|
|
Feb 17 2008, 04:31 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2008 Member No: 608,035 |
That code doesn't make the background image scroll..
Or maybe I have just put it in wrong. I am not entirely sure as to where to put it in my code. |
|
|
|
Feb 17 2008, 05:28 AM
Post
#4
|
|
![]() i did your boyfriend ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 3,335 Joined: Feb 2004 Member No: 4,071 |
you dont seem to have a url after background-image
|
|
|
|
Feb 17 2008, 11:11 AM
Post
#5
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
O I didn't know you want it to scroll.
CODE body {
background-color:transparent; background-image:url(IMAGE_URL_HERE); background-repeat:repeat-y; background-attachment:scroll; background-position:center center; } |
|
|
|
![]() ![]() |