推扬网

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
推扬网 门户 你问我答 查看内容

毛新民:各位网友好,现想用DIV对ASP.NET网页(用VS制作)进行布局。 建立好网页好后 ...

2020-8-12 16:51| 发布者: admin| 查看: 62| 评论: 0

摘要: 马田的回答: 你好 如不设置 float:none是默认属性 你这种布局很简单 我写中间三个就好了 div style=width:100px;height:500px;float:left div style=width:700px;height:500px;float:left div style=width:100px;he ...

马田的回答:

你好 如不设置 float:none是默认属性 你这种布局很简单 我写中间三个就好了 <div style="width:100px;height:500px;float:left"> <div style="width:700px;height:500px;float:left"> <div style="width:100px;height:500px;float:left"> 最后一个 <div style="width:900px;height:100px;clear:both;">

李明鑫的回答:

你好 如不设置 float:none是默认属性 你这种布局很简单 我写中间三个就好了 <div style="width:100px;height:500px;float:left"> <div style="width:700px;height:500px;float:left"> <div style="width:100px;height:500px;float:left"> 最后一个 <div style="width:900px;height:100px;clear:both;">

小安子的回答:

求人不如求己,新华书店几十块买两本书,看懂,照着练,用心的话几天就入门了。 html和css用记事本都能开发,不必非要用vs来开发...

刘思文的回答:

你这种布局的话宽高是定死的,直接最外面一个div 900宽 600高 然后里面一个900*100的div ,再3个有float:left的div 分别是100*50 700*500 100*50 最后加一个900*100的div 就可以了


鲜花

握手

雷人

路过

鸡蛋

最新评论

热门推荐
最新资讯

广告服务|投稿要求|禁言标准|版权说明|免责声明|手机版|小黑屋|推扬网 ( 粤ICP备18134897号 )|网站地图 | 邮箱:vayae@hotmail.com

GMT+8, 2025-5-1 18:20 , Processed in 0.060277 second(s), 29 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

返回顶部