开发者

How to build a form without using tables in asp.net?

i need 开发者_如何学运维a three columns form, in the past using tables was easy but now using divs i dont know from where to start... im googling but the css i found doesnt work for me, any help or link will be appreciated


a sample row which shows one of the ways u can do this.

<div>
<span style="width:33%;display:inline-block"></span>
<span style="width:33%;display:inline-block"></span>
<span style="width:33%;display:inline-block"></span>
</div>

here's some other links which might help http://snook.ca/archives/html_and_css/getting_your_di


Look into floating divs.

Have you tried googling something like "css column layout"?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜