Link to home
Start Free TrialLog in
Avatar of DS928
DS928Flag for United States of America

asked on

Titles Padding Wrong

Link
http://www.davidschure.com/portfolio.html

The titles on this page are not spacing correctly.  It seems that the ones that follow a blank are spaced correctly and the ones that follow a photo don't.  What is wrong?
The CSS.....one has opacity the other doesnt
#right {
	float:left;
	padding-top:25px;
	padding-left:25px;
}
.placeright {
	float:left;
	padding-top:25px;
	padding-left:25px;
	opacity:0;
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DS928

ASKER

Thanks Gary