fixed background w/ transparent tables?, myspace background |
fixed background w/ transparent tables?, myspace background |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2005 Member No: 169,076 ![]() |
seems like i keep using contradicting codes. im trying to use a background image on myspace, streched like as if it was a desktop background, and having my tables transparent so theres no borders or anything like that, just text. heres my current code, just wondering what i need to add/change. thanx to any help
|
|
|
![]() |
![]()
Post
#2
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Sep 2007 Member No: 575,249 ![]() |
Just to let you know, there is new css3 tag which will alow you to stretch your image to fit the entire window. Unfortunatly, no browsers currently support this, but you may add it now. It won't conflict with your browser.
Here it is, background-size:(percentage inserted here) <style type="text/css"> Body { font-family:Copperplate gothic bold; color:white; background-size:100%; background-position:center; background-attachment:fixed; background-repeat:no-repeat; background-image:url(your.pix/here) } |
|
|
![]() ![]() |