dvi +css 作网页布局,怎么网上都是说的代码阿〉?大家有没有图形相互结合,比较好入门的教程〉?

html-css018

dvi +css 作网页布局,怎么网上都是说的代码阿〉?大家有没有图形相互结合,比较好入门的教程〉?,第1张

先看懂基础,再去实践中学习,网上的代码都是教你入门,后面的图形结合还得自己慢慢探索建议你进这个网站学一下基础教程http://www.w3school.com.cn/css/index.asp

<div style="width:980px height:540px background:#999 padding:30px 10px">

        <div style="width:980px height:540px background:#bbb">

        <div style="width:290px height:540px float:left background:#aaa">图</div>

        <div style="width:400px height:600px float:left">

            <div style="width:400px height:90px background:#111">文体1</div>

            <div style="width:400px height:90px background:#222">文体2</div>

            <div style="width:400px height:90px background:#333">文体3</div>

            <div style="width:400px height:90px background:#444">文体4</div>

            <div style="width:400px height:90px background:#555">文体5</div>

            <div style="width:400px height:90px background:#666">文体6</div>

        </div>

        <div style="width:290px height:540px float:left">

            <div style="width:290px height:270px background:#777">图tb</div>

            <div style="width:290px height:270px background:#888">图tc</div>

        </div>

    </div>

</div>

写的比较简单,不懂的可以再问,希望采纳~