Thread
:
css box/button - how ?
View Single Post
#
2
(
permalink
)
09-17-2007, 03:24 PM
EAS
WebProWorld New Member
Join Date: May 2007
Posts: 6
Re: css box/button - how ?
Change this:
Code:
display: inline;
to this:
Code:
display: block; height: 28px;
And you should be in business.
EAS
View Public Profile
Send a private message to EAS
Find all posts by EAS