Log In · Register

 
background!
lhuvhurts
post Jan 28 2006, 05:02 PM
Post #1


I C DEAD PEOPLE
*****

Group: Member
Posts: 728
Joined: Jul 2004
Member No: 36,002



shifty.gif Well, i no its in the xanga scirpts but i just cant find it. what im looking for is a background script that is the bottom right...

get me/
 
 
Start new topic
Replies (1 - 9)
Kenado
post Jan 28 2006, 05:09 PM
Post #2


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



Ehh I'm not quite sure what you're talking about...
You want a background image at the bootom right of what? The blogs or the page its self?
 
lhuvhurts
post Jan 28 2006, 05:16 PM
Post #3


I C DEAD PEOPLE
*****

Group: Member
Posts: 728
Joined: Jul 2004
Member No: 36,002



The page. A background, just down the bottom right hand corner. The script for it, so i can put a url in it yeah.. lol
 
Kenado
post Jan 28 2006, 05:19 PM
Post #4


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



CODE
<style type="text/css">
body {
background-image: url('');
background-position: bottom right;
}
</style>


Should work or just simply do it on the xanga claf page.
 
lhuvhurts
post Jan 28 2006, 05:41 PM
Post #5


I C DEAD PEOPLE
*****

Group: Member
Posts: 728
Joined: Jul 2004
Member No: 36,002



thank ya! xD appreciated

wait i wont it to be fixed ? can u help
 
Kenado
post Jan 28 2006, 05:45 PM
Post #6


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



Sure.

CODE
<style type="text/css">
body {
background-image: url('');
background-position: bottom right;
background-attachment: fixed;
}
</style>
 
lhuvhurts
post Jan 28 2006, 05:47 PM
Post #7


I C DEAD PEOPLE
*****

Group: Member
Posts: 728
Joined: Jul 2004
Member No: 36,002



That worked, but there picture is everywhere i just wont it down the bottom, 1 picture... fixed bottom right? could u help0 me again lol :)
 
Kenado
post Jan 28 2006, 05:50 PM
Post #8


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



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


I forgot all of this was in the FAQ's...

QUOTE(moorepocket @ Apr 12 2005, 1:49 PM)
for newbies, who don't know how the background works, i'm gonna take the time to explain and tell you how it works.

CODE
<style type="text/css">
body {
background-color: #HEX_CODES; /* color */
background-image: url(''): /* image url */
background-position: center center; /* display image where you want it to be */
background-repeat: repeat; /* repeat or not */
background-attachment: fixed; /* fixed or keep scrolling */
}
</style>


background-position:
  • top
  • center
  • bottom
  • left
  • center
  • right
Use one from the top and one from the bottom

background-repeat:
  • repeat
  • repeat-y (vertical)
  • repeat-x (horizontal)
  • no-repeat
background-attachment:
  • fixed
  • no
Use the properties I given above for corect spot.
or
CODE
body {
background: #HEX_CODES url('') center center repeat fixed;

*
 
lhuvhurts
post Jan 28 2006, 06:03 PM
Post #9


I C DEAD PEOPLE
*****

Group: Member
Posts: 728
Joined: Jul 2004
Member No: 36,002



thank ya!! so much!!.

I useto be so good at the xanga scripts thing.. But now i dont really xanga anymore, but i decided to give it another try ya no.. so i think im a noob again lol..

Ok thanks .. ya rule !
 
Kenado
post Jan 28 2006, 06:05 PM
Post #10


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



You're welcome.
Closed.
If you need this re-opened PM me.
 

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