View Full Version : Question about boarders


XxsamanthaxX
01-23-2003, 03:51 PM
I wanted to put a boarder around my entire page. I know how to do this, but I don't know how to do it with a picture. Like have a leopard board around my entire page, instead of a solid color.
Also, is there a way to customize the scroll bar on a drop down menu?

Thanks
-Samantha

Alcy
01-23-2003, 04:50 PM
<table style="position:absolute; top:0px; left:0px; padding:10px" background="BACKGROUND.GIF" bgcolor=black width=100% height=100% cellpadding=0 cellspacing=0 border=0>

<tr>
<td valign=top bgcolor=FFFFFF>

HELLO! REST OF PAGE CODING GOES HERE.

</td>
</tr>


</table>

The "padding" is how much of the background shows. Right now, 10px of the background will show on all four sides of the table.

The coding for the rest of the page goes in the column. The background colour can be changed too :D.

XxsamanthaxX
01-24-2003, 03:52 AM
Thanks for your help... but it doesn't seem to work :( .....

lefty
01-24-2003, 03:55 AM
the background code should look like this....

background-image:url(image.jpg);

see if that works instead... I didn't check the rest of the code, but I saw that first :)

XxsamanthaxX
01-24-2003, 04:05 AM
No, nothing... I want my page to basically have this type of backround shown here at http://www.glowinthedarkbat.com.
You know how you can frame your entire page? I want to frame it with a pattern instead of just a solid color.