Sports Car Forum - MotorWorld.net

Sports Car Forum - MotorWorld.net (http://www.motorworld.net/forum/index.php)
-   Computers, Consoles, Gadgets And Gizmos (http://www.motorworld.net/forum/forumdisplay.php?f=22)
-   -   is there an html guru in the house? (http://www.motorworld.net/forum/showthread.php?t=9324)

geekdiggy 04-23-2004 04:47 AM

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?

dhacke 04-23-2004 07:13 PM

Re: is there an html guru in the house?
 
Quote:

Originally Posted by geekdiggy
<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?

well.. I would put
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; }
so.. you didn't need the " " around the image url, and you should really specify a background color for before the image loads, and incase it doesn't ;)

and of course don't forget to close the style tag </style> in the page too

geekdiggy 04-23-2004 10:15 PM

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.