transparent background of my header?, how do u make the background transparent |
transparent background of my header?, how do u make the background transparent |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Mar 2005 Member No: 108,951 ![]() |
it's kinda hard to explain, but i want to make the background of my header in my xanga transparent and i also want to put a border around it. exactly like my left module, and my blog entries. i looked through the scripts, but i didn't find anything. (unless i overlooked it or somethin)
![]() PLEASE HELP!!! |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Mar 2005 Member No: 108,951 ![]() |
it's REALLY REALLY BIG! but ehre u go. and thanks in advance again.
<table bgcolor=0D0D0D width=970 height=100> <tr> <td> <!-- begin code provided by createblog.com --> <STYLE> table.left { /* opacity maximum 100 */ filter: alpha(style=0,opacity=70); } </STYLE> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <STYLE> /* transparent blog */ .blogbody, { /* opacity maximum 100 */ filter: alpha(style=0,opacity=80); } </STYLE> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ background-color:0D0D0D; family-font: trebuchet ms; BORDER: #ffffff 1px solid; width:645px;} </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops { width: auto !important; }</style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <center><a href='http://www.createblog.com/'><img src='http://www.createblog.com/images/button.gif' border='0' alt='For Xanga scripts, skins, tools, and help!'></a> <!-- end code provided by createblog.com --> <br> <br> <STYLE TYPE="text/css">p {align=justify} BODY{cursor: url(http://www.boomspeed.com/sfhelpers/cursors/217.cur);} a {cursor: url(http://www.boomspeed.com/sfhelpers/cursors/217.cur);} </STYLE> <!-- begin code provided by createblog.com --> <style type="text/css"> BODY { scrollbar-arrow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-face-color: #000000; scrollbar-shadow-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #666666; } </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style> a:hover {border: 1px solid #666666;} </style> <!-- end code provided by createblog.com --> <font color=FFFFFF size=2 face=comic sans MS><b><u>: ![]() <!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"> <param NAME VALUE> <param NAME="ShowControls" VALUE="0"> <param NAME="ShowStatusBar" VALUE="0"> <param NAME="ShowDisplay" VALUE="0"> <param NAME="DefaultFrame" VALUE="Slide"> <param NAME="Autostart" VALUE="1"> <param NAME="Loop" VALUE="True"> </object> <form name="form"> <select name="playlist" size="1"> <!-- Add song info here --> <option value="0">Blink 182-Anthem</option> <option value="1">Fountain's of Wayne-Stacy's Mom</option> <option value="2">Whip It</option> <option value="3">Ingrid-You Promised Me</option> <option value="4">None YET</option> <option value="5">None YET</option> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p> </form> <script language="JavaScript"> <!-- var playstate = 1; shuffle = 1; // Set to 0 to always play first song in list // Set to 1 to randomly choose the first song to play songs=new Array(); // Add song URLs here songs[0]="http://www.freewebtown.com/selcouthdragon/gallery/67190/aud-68501.mp3"; songs[1]="http://www.freewebtown.com/selcouthdragon/gallery/67190/aud-68502.mp3"; songs[2]="http://www.freewebtown.com/selcouthdragon/gallery/67190/aud-68503.mp3"; songs[3]="http://www.freewebtown.com/selcouthdragon/gallery/67190/aud-68607.mp3"; songs[4]="SONG URL"; songs[5]="SONG URL"; if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> select{ color:#FFFFFF; background-color:#000000; font-family:arial; font-size:10px; } input { color:#FFFFFF; background-color:#000000; font-family:arial; font-size:10px; } </style> <!-- end code provided by createblog.com --> </tr> </td> </table> |
|
|
![]() ![]() |