-+background+-

  • Body background Note: This only works on certain brawsers in Expages, and the background color has to be a solid color! <body background= URL of background>
  • Change the color of the background with mouse over
    Note: To do this, your background color has to be a solid color!
    lightskyblue
    black
    violet <a href="" onmouseover ="document.bgColor='color'"><font color="color">text</font></a><br><a href="" onmouseover ="document.bgColor='color'"><font color="color">text</font></a><br><a href="" onmouseover ="document.bgColor='color'"><font color=color>text</font></a>
    If you want more colors, then just keep addin' <a href="" onmouseover ="document.bgColor='A color'">Text</a>
  • Change the background color by selectin'
    Point your mouse here <a href="" onMouseOver="var bg = prompt('Put in a color!'); document.bgColor=bg">text</a>
  • A flashy background
    Point your nouse here <a href=""onmouseover="document.bgColor='color';document.bgColor='color' ;document.bgColor='color';document.bgColor='color';document.bgColor='color'; document.bgColor='color';document.bgColor='color'; ;document.bgColor='color'">point ur nouse here</a> Note: If you want more colors, then just keep addin' document.bgColor='color'
  • Change background colorwhen you click the button




    <SCRIPT language="JavaScript"> <!-- function get_color(color_num) { var now_color=color_num; var my_color= new Array(5) my_color[0]="lime"; my_color[1]="orange"; my_color[2]="lightblue"; my_color[3]="pink"; my_color[4]="ghostwhite"; document.bgColor=my_color[now_color]; } //--> </SCRIPT> <br><P> <br><B></B> <br><P> <br><FORM> <INPUT type="button" value="Lime" onClick="get_color(0)"> <INPUT type="button" value="Orange" onClick="get_color(1)"> <INPUT type="button" value="Light Blue" onClick="get_color(2)"> <INPUT type="button" value="Pink" onClick="get_color(3)"> <INPUT type="button" value="Back" onClick="get_color(4)"> </FORM>
    Note: If you want more colors, then just keep addin' my_color[1]="a color here"; and then don't forget to add <INPUT type="button" value="colors name" onClick="get_color(2)"> where all the other inputs are.
  • A background that doesn't move when you scroll <body bgcolor=COLOR body background="URL OF BACKGROUND" bgproperties="fixed">
  • Dropbox background changer
    Wanna change the backround color?
    <form>Wanna change the backround color?<select name="backGround" size="1" onChange= (document.bgColor=backGround.options[backGround.selectedIndex].value)> <option value="000000">[Black]<option value="730200">[Dark Red] <option value="231800">[Brown]<option value="044302">[Dark Green] <option value="0D09A3">[Dark Blue]<option value="444444">[Gray] <option value="FF0400">[Red]<option value="EFE800">[Yellow] <option value="05EF00">[Green]<option value="0206FF">[Blue] <option value="AE08EF">[Violet]<option value="FF8C8A">[Mauve] <option value="FFCCCC">[Peach]<option value="FFCC99">[Orange] <option value="D5CCBB">[Tan]<option value="DDDDDD">[Light Gray] <option value="FBFF73">[Light Yellow]<option value="7CFF7D">[Light Green] <option value="A6BEFF">[Light Blue]<option value="FFFFFF" selected>[White] </select></form>
    Note: If you want more colors, then just keep addin' <option value="Color #">[Color name]
  • Want the frame border that I have outside(the blue thing around this window)? Here's the code! <script language="JavaScript1.2"> /* Document frame Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more free DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ if (document.all) document.body.style.cssText="border:15 outset COLOR" </script>