开发者

vertically align button & text, in IE language?

开发者 https://www.devze.com 2023-04-03 12:39 出处:网络
As you can see in foll开发者_如何学Cowing screen shot, button goes up and text goes down. How to fix this?

As you can see in foll开发者_如何学Cowing screen shot, button goes up and text goes down. How to fix this?

http://i53.tinypic.com/2yuizc2.png


Try this

<div>
    <div style="float:left; height:auto">You Text</div>
    <div style="float:left; height:auto"><span>Your Button</span></div>
</div>

This should work fine with IE6, 7, 8..

0

精彩评论

暂无评论...
验证码 换一张
取 消