Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-08-2004, 11:00 PM   #1 (permalink)
 
True Techie

Join Date: Nov 2004

Posts: 126

ITwannabee

Default background question

can anyone help me change my background on myspace. i want it to be a fixed background so that it doesn't scroll along with the text. Please help. Thanks in advance!!!
__________________
If you don\'t regret anything, then you didn\'t learn anything!!!
ITwannabee is offline  
Old 11-09-2004, 10:29 PM   #2 (permalink)
 
Junior Techie

Join Date: May 2004

Posts: 95

unbornzodiac

Default

i think this will work:

Code:
<html>
<head>
<style type="text/css">
body
{
background-image:
url('IMAGENAME');
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>
</head>
<body>


</body>
</html>
replace IMAGENAME with your background image. ex: background.jpg

hope this helps
unbornzodiac is offline  
Old 01-14-2006, 06:59 PM   #3 (permalink)
 
Junior Techie

Join Date: Oct 2005

Posts: 83

Prelude92 is on a distinguished road

Send a message via AIM to Prelude92
Default

do u know of any sites that would further my knowledge w/ this?
Prelude92 is offline  
Old 01-15-2006, 01:33 AM   #4 (permalink)
 
Newb Techie

Join Date: Jan 2006

Posts: 36

Laney

Default

http://www.dynamicdrive.com/
Laney is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On