Log In · Register

 
 
Closed TopicStart new topic
Myspace Background, bottom right fixed background
-Snyder
post Jun 4 2007, 04:48 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Mar 2007
Member No: 512,068



Im trying to make a fixed background to go into the bottom right corner and I dont want all that mumble jumble in it I just want the background anyone have the code?
 
YourSuperior
post Jun 4 2007, 05:11 PM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Try the code below, and replace background url here with your background image url.

CODE
<style type="text/css">
body{
background-image: url("BACKGROUND URL HERE");
background-attachment: fixed;
background-position: bottom right;
background-repeat: no-repeat;
}
</style>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: