Go Back   Sports Car Forum - MotorWorld.net > Hobbies and Leisure Time > Computers, Consoles, Gadgets And Gizmos



Reply
 
Thread Tools Display Modes
Old 04-23-2004, 04:47 AM   #1
geekdiggy
Regular User
 
Join Date: Jun 2003
Location: BOOM shakalaka
Posts: 1,362
Default 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?
__________________
he throws a wicked twelve-foot arc.

hard to hit in only three tries.
geekdiggy is offline   Reply With Quote
Old 04-23-2004, 07:13 PM   #2
dhacke
Guest
 
Posts: n/a
Default Re: is there an html guru in the house?

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
  Reply With Quote
Old 04-23-2004, 10:15 PM   #3
geekdiggy
Regular User
 
Join Date: Jun 2003
Location: BOOM shakalaka
Posts: 1,362
Default Re: is there an html guru in the house?

*edit* nevermind i got it
__________________
he throws a wicked twelve-foot arc.

hard to hit in only three tries.
geekdiggy is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump