CSS: Help with text under than over
Please see this:
My code looks like this now: http://jsfiddle.net/Bd9Ut/
As you can see I only managed the get text above.. ("asd"), and i want it under, above 开发者_运维技巧the border image..
How can I do this?
Change this line:
.header-inner-lhs { width: 360px; height: 22px; margin-top: 73px; float: left; }
You can see it here: http://jsfiddle.net/Bd9Ut/4/
I simply adjusted the height down and added a top margin to keep the overall height the same, maintaining the overall element height at 95px;
Is that what you had in mind?
精彩评论