Get support from Xavier Media
It is currently Sun Dec 08, 2013 6:48 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: css repeat-y
PostPosted: Fri Dec 15, 2006 3:21 pm 

Points:
hi,
how to make, with CSS,
body background repeat-y and start repeating not from top. It should be something like this:
Image
background has a little space in top.
can someone help?
thx :)


Report this post
Top
  
Reply with quote  
 Post subject: css code
PostPosted: Fri Dec 15, 2006 3:59 pm 

Points:
Thanks for the example. :)


Here are some examples of using the CSS code if someone wants it:

Code:
/* Repeat up and down*/
body {
background: #FFF url(/images/yourimage.jpg) repeat-y top left;
}

/* Repeat left and right */
.yourclass {
background: #222222 url(/images/yourimage.gif) repeat-x bottom right;
}

/* only show the image once */
#your_id {
background: #000 url(/images/yourimage.png) no-repeat;
}

/* Make the image *fixed* */
HTML {
background: #555 url(/images/yourimage.ico) no-repeat bottom right fixed;
}


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Registered users: No registered users


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

Portal » Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
[
SEO MOD © 2007 StarTrekGuide ]