Jump to content

adding background images to left and right of footer div


jasonc

Recommended Posts

can anyone suggest how to add background images to the left and right of a footer div.

 

as the following does not work

 

#footer{	clear:both;	background:#7AB3D2;	text-align:right;	padding:3px 0; background: url(images/bottom_right_trans.gif); background-repeat: no-repeat; background-position: right bottom;background: url(images/bottom_left_trans.gif); background-repeat: no-repeat; background-position: left bottom;}

<div id="footer">some text here</div>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.