[thelist] Background no-repeat

Norman MacLeod gaelwolf at waypt.com
Wed Aug 20 13:52:00 CDT 2003


 


You can use CSS to display a non-repeating background image....

<style type="text/css">
<!--
.background {  background-attachment: fixed; background-image:
url(imagename); background-repeat: no-repeat; background-position: left top}
-->
</style>

The parentheses are included around the image location and name.

	Norman




More information about the thelist mailing list