Thread: Help CSS coding
View Single Post
02-22-2005, 08:47 PM
#1
opserty is offline opserty
Status: I love this place
Join date: Jan 2005
Location: UK, Birmingham
Expertise:
Software:
 
Posts: 606
iTrader: 0 / 0%
 

opserty is on a distinguished road

Send a message via MSN to opserty

  Old  Help CSS coding

Ok I've used CSS to code a template and it looks perfectly fine although if have a problem. When i go to type text over a image it ends up in the corner. I have tried padding but it doesn't seem to have any effect.

Heres the CSS code:
http://lightlance.eugamers.com/templ...an/belgian.css OR
Code:
* CSS Document */

#footer {
	background-image:url(images/index_26.gif);
	width:800px;
	height:23px;
	float:left;
	text-align:left;
	padding:3px,5px,3px,5px;
}
Heres the site:

http://lightlance.eugamers.com/templates/belgian/

Really need this help thanks

Okay its padded but now its messed up and there are images all around them now.