Link to home
Start Free TrialLog in
Avatar of Robert Granlund
Robert GranlundFlag for United States of America

asked on

CSS Force width when empty

I have a div that I need to force to it's width when it is empty.  Now when it is empty it has a zero width:
.box-width-d	{
	width:30%;
	float:left;
	display:block;
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Russ Suter
Russ Suter

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