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
|
|
![]() I am not afraid, I was born for this. ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 805 Joined: Aug 2007 Member No: 565,063 ![]() |
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<!--cbx1--><div class='codewrapper'><textarea class='codetext' style='width:566px' rows='8' name='code' onFocus='this.select()'><!-- begin code provided by createblog.com --> <style type="text/css"> body { background:url("my image url"); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; table table table {border: 1px solid; border-color: transparent; background-color: transparent; } </style> <!-- end code provided by createblog.com --></textarea></div><!--cbx2--> well, if you don't want a border. switch 1px to 0px in the border section. |
|
|
![]() ![]() |