Help - Search - Members - Calendar
Full Version: background repeat
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
avalon*
okay for a non xanga site if i want to repeat my background vertically would it be

CODE
<!-- begin code provided by createblog.com -->
background-repeat-x-y: url("MYURL");
<!-- end code provided by createblog.com -->


or am i totally off?
sweetdreamsx3
CODE
<!-- begin code provided by createblog.com -->
body {
background: #FFFFFF url("http://URL");
background-attachment: scroll;
background-position: top left;
background-repeat:repeat;
scrollbar-face-color:#FFFFFF;
scrollbar-arrow-color:'#FFFF00';
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:'#FFFFFF';
scrollbar-highlight-color:'#FFFF00';
scrollbar-3dlight-color:'#FFFF00';
scrollbar-darkshadow-Color:'#FFFF00';
<!-- end code provided by createblog.com -->


This is what I have..
[[edit]] Oh for a nonxanga...Um...you can test it all out..lol
queen
if you want it to repeat vertically put "repeat-y", if you want it horizontally, put "repeat-x"... hence the x axis and y axis ;o
avalon*
so it would be

CODE
<!-- begin code provided by createblog.com -->
background-repeat-y: url("MYURL");
<!-- end code provided by createblog.com -->


right?
DesperateXMeasures
CODEBOX: -> right click -> copy/paste
avalon*
hm. these are all not working..ahh! is there any other way i could get more blank space on the bottom of my page cause right now my text stops right at the bottom and there is no space at all.
DesperateXMeasures
um, you're confusing me. Where are you putting that code?
avalon*
well it's not in a xanga so i'm just sticking it in my css for my website on one specific page.
DesperateXMeasures
Can I see your CSS?
avalon*
CODE
<!-- begin code provided by createblog.com -->
<style type='text/css'>
Body {background-color: #F3EEDD; background: url(http://img101.exs.cx/img101/5553/repeat3.jpg) repeat-y;
cursor: crosshair;
}

<!-- end code provided by createblog.com -->
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.