Thread: CSS Help Please
View Single Post
10-16-2007, 05:35 PM
#1
paulOr is offline paulOr
paulOr's Avatar
Status: Member
Join date: Oct 2007
Location: Scotland
Expertise:
Software:
 
Posts: 140
iTrader: 2 / 100%
 

paulOr is on a distinguished road

  Old  CSS Help Please

I have this following DIV:
Code:
#search {
	float: right;
	width: 308px;
	height: 70px;
	padding: 55px 0px 0px 22px;
	background: url(####) no-repeat right top;
}
It looks like this:


Im trying to get the google ads to center both width and hieght.
I tryed changing Padding but that moves the background image does anyone have any suggestions?

cheers in advance!