Does anyone know how to create the fading yellow effect shown on this site, preferably in CSS, if possible.
<!-- m --><a class="postlink" href="http://yourtotalsite.com/">http://yourtotalsite.com/</a><!-- m -->
Cheers Si. I would use a tall thin background image and just repeat it horizontally.Same here.
Moved to CSS.There's also a proprietary microsoft method which only works in IE. But for cross-browser using images is the only optionThanks chaps.
What is the css for the repeat horizontally part as I've not used this before.
Si. background:url(../images/Body_BG.jpg) no-repeat left top;
It looks like that is what they are using but I cant see if that is the right image.
If you want to repeat the image either horizontally or vertically you just change the no-repeat to repeat-x or repeat-y respectfully.
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/css_background.asp">http://www.w3schools.com/css/css_background.asp</a><!-- m --> <-- gives you the format.Thanks to all.
<!-- m --><a class="postlink" href="http://yourtotalsite.com/">http://yourtotalsite.com/</a><!-- m -->
Cheers Si. I would use a tall thin background image and just repeat it horizontally.Same here.
Moved to CSS.There's also a proprietary microsoft method which only works in IE. But for cross-browser using images is the only optionThanks chaps.
What is the css for the repeat horizontally part as I've not used this before.
Si. background:url(../images/Body_BG.jpg) no-repeat left top;
It looks like that is what they are using but I cant see if that is the right image.
If you want to repeat the image either horizontally or vertically you just change the no-repeat to repeat-x or repeat-y respectfully.
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/css_background.asp">http://www.w3schools.com/css/css_background.asp</a><!-- m --> <-- gives you the format.Thanks to all.