View Single Post
  #2 (permalink)  
Old 09-17-2007, 03:24 PM
EAS EAS is offline
WebProWorld New Member
 
Join Date: May 2007
Posts: 6
EAS RepRank 0
Default Re: css box/button - how ?

Change this:

Code:
display: inline;
to this:
Code:
display: block;
height: 28px;
And you should be in business.
Reply With Quote