Previous Message
Next Message

aligning a shadow background image in FF

Sent by Debbie Campbell on 25 August 2006 22:10


I'm having a problem with the shadow image of my footer div in FF, but only
on one of two pages. It looks fine on both pages in IE. Take a look at the
footer here:

http://www.parallaxwebdesign.com/projects/ccs/files/templates/t3/about_templ
ate_sf1_stage.html

The left shadow image is screwy, looks like it may be too far left(?), but
it looks fine in this other page with identical code in the footer (copied
from the second page to the first:

http://www.parallaxwebdesign.com/projects/ccs/files/templates/t3/index_templ
ate_sf1.html

Here's the CSS of interest:

..main-footer {
	width: 734px;
	text-align: right;
	color: #464646;	
	background-color: #A0ADC3;
	background-image: url(../../images/footer-left.jpg);
	background-position: left;
	background-repeat: repeat-y;
	border-top: 8px solid #958673;
}
..main-footer-content {
	color: black;
	background-color: transparent;
	background-image: url(../../images/footer-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
What am I missing here? Any help *greatly* appreciated...

Debbie

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message