Quote the background image url.... Ex.... url( "../images/blam.gif" );

Also reemember that URL are relative to the style sheet, NOT the calling
page. 

.......................
Ben Nadel 
www.bennadel.com
Certified Advanced ColdFusion Developer

Need Help?
www.bennadel.com/ask-ben/


-----Original Message-----
From: Victor Moore [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 30, 2006 1:27 PM
To: CF-Talk
Subject: SOT CSS issue

Hello,

I'm trying to replace my inline style with an external style sheet.

I have:
<body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0" background="images/form_bkg.gif">

which displays fine

if I replace with:
<body class="signform">

and in signform.css I have
body.signform{margin:0px 0px 0px 0px; padding:0px; background: #ffffff;
background-image: url (images/form_bkg.gif)}

the background image is not displayed. I know that the style sheet is being
used because if I change the background color to something else that the
color on the form changes, but whatever I do I cannot get the background
image to display and I have run out of ideas.

Any idea what I'm doing wrong?

Thanks
Victor




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251519
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to