![]() |
is there an html guru in the house?
i don't have in my repertoir the html for a background with one unrepeated image fixed on the bottom left hand corner.
<style type="text/css">BODY {background-image: url("http://img38.photobucket.com/albums/v118/geekdiggy/pridegpelims_07_02.jpg"); background-attachment: fixed;} <---doesn't seem to work. can anyone help? |
Re: is there an html guru in the house?
Quote:
Code:
<style type="text/css">BODY { background-color: #000000; background-image: url(http://img38.photobucket.com/albums/v118/geekdiggy/pridegpelims_07_02.jpg); background-attachment: fixed; }and of course don't forget to close the style tag </style> in the page too |
Re: is there an html guru in the house?
*edit* nevermind i got it
|
| All times are GMT -4. The time now is 11:38 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.