文档详情

CSSDIV做导航条.doc

发布:2017-07-26约1.42万字共20页下载文档
文本预览下载声明
CSSDIV做导航条 Actually, its easy to do this navigation bar, you just need to touch the keyboard and do it with KwooJan, hehe The first step is to make a container (request: ID is nav, width 960px, height: 35px, in the middle of the page, 30px to the top of the browser). This container is the one that puts our navigation. The code is as follows: HTML code: Copy content to clipboard code: div id = nav div CSS code: Copy content to clipboard code: # nav { Width: 960 px; Height: 35 px; Background: # CCC; / * to facilitate the view of the range of the region, add a background color * / Margin: 0 auto; / * horizontal center * / Margin - top: 30 px; / * the top 30 px * / Also, its important to note that in order to be compatible with the browser, dont forget to add the tag reset code to the top of the CSS file Code: Copy content to clipboard code: Body, div {padding: 0; Margin: 0; I dont know much about it, but I dont understand it How do you do it? Is it a gray bar, in the middle of the page, and all browsers do the same (if not made to prove that you dont have a serious look at tutorials yo ~ see tutorial with this attitude will learn bad, I put the XHTML + CSS theory itself is compressed into a tutorial, or tutorial knowledge concentration is very high, sometimes need you every word to what I say, dont go to see a quick read yo ~ as long as you put the tutorial I wrote every word study, KwooJan guarantee later as long as you make a page is very Easy compatible with various browsers, and code is absolutely essential! CSS file loading speed boost yo ~) [second step] Box is ready, we are going to put the contents of the navigation bar CSS learning pre-school for introductory tutorial Improve the course layout Wonderful application , if we put this content (there are six), as a wine cup, if directly into the box, would be disorderly, and stagger, no order, but we can use at ordinary times a partition to separate each glass, such that the contents is very orderly into the b
显示全部
相似文档