ChrisRChamberlain
Programmer
Hi all
Looking to have a 1px wide gradient image with say 150px height repeating across the page left to right plus a background colour that is the same colour as the colour seen at the bottom of the gradient image.
In faq215-2573 Body Background CSS there exists
What mods to the code are suggested to achieve the result and is the concept expressed in the first para the best way to go?
TIA
PDFcommander.com
PDFcommander.co.uk
Looking to have a 1px wide gradient image with say 150px height repeating across the page left to right plus a background colour that is the same colour as the colour seen at the bottom of the gradient image.
In faq215-2573 Body Background CSS there exists
Code:
<style type="text/css">
<!--
body {
background-attachment: fixed;
background-image: url(file);
background-repeat: no-repeat;
background-position: left top;
}
-->
</style>
What mods to the code are suggested to achieve the result and is the concept expressed in the first para the best way to go?
TIA
FAQ184-2483 - answering getting answered.
Chris PDFcommander.com
PDFcommander.co.uk