avalon*
Oct 14 2004, 04:57 PM
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
Oct 14 2004, 05:07 PM
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
Oct 14 2004, 05:38 PM
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*
Oct 14 2004, 05:51 PM
so it would be
CODE
<!-- begin code provided by createblog.com -->
background-repeat-y: url("MYURL");
<!-- end code provided by createblog.com -->
right?
DesperateXMeasures
Oct 14 2004, 05:53 PM
avalon*
Oct 14 2004, 05:59 PM
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
Oct 14 2004, 06:03 PM
um, you're confusing me. Where are you putting that code?
avalon*
Oct 14 2004, 06:07 PM
well it's not in a xanga so i'm just sticking it in my css for my website on one specific page.
DesperateXMeasures
Oct 14 2004, 06:22 PM
Can I see your CSS?
avalon*
Oct 14 2004, 08:31 PM
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.