url(picture_library/pictures/galleries.png);
Gracias
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head> <LINK REL="SHORTCUT ICON" HREF="faviconhank.ico"> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="hank.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- body { background-image: url(picture_library/pictures/galleries.png); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-repeat: no-repeat; } .Estilo1 {font-size: 1px} --> </style> </head> <body> <div align="center"><form name="combowithtext"> <p align="center"> <select name="example" size="1" class="text" onChange="showtext()"> <option value="">Galleries Hank, for your enjoyment.</option> <option value="hank1.html">Hank and Peewit63 at the Shore</option> </select> </p> <p align="center"> <input type="button" class="text" onClick="gothere()" value=":: ir ::"> <br> <script language="JavaScript" type="text/javascript"> <!-- var shortcut=document.combowithtext var descriptions=new Array() shortcut.text.value=descriptions[shortcut.example.selectedIndex] function gothere(){ location=shortcut.example.options[shortcut.example.selectedIndex].value } //--> </script> </p> </form></div> </body> </html>