自己写的一个简单的页面
2011-07-25 19:27 Rollen Holt 阅读(512) 评论(0) 编辑 收藏 举报css代码如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 | @charset "utf-8" ; /* CSS Document */ *{ margin : 0 ; padding : 0 ; } * body{ font : . 8em Tahoma , "Trebuchet MS" , Tahoma , sans-serif ; line-height : 1.6em ; background : #fff url (images/bg.gif) repeat-x ; color : #8E8E91 ; } #content{ width : 930px ; margin : 25px auto ; } a{ color : #EB0000 ; background : inherit; text-decoration : none ; } a:hover{ color : #808080 ; background : inherit; text-decoration : underline ; } p{ margin : 0 0 15px 0 ; } h 1 { font-family : "Bradley Hand ITC" ; color : #444 ; } #logo{ width : 340px ; float : left ; margin : 10px 0 20px 0 ; } #menu{ padding : 40px 0 0 ; float : left ; margin : 0 0 38px ; } #menu li{ font-size : 1.1em ; display : inline ; /*当想把list中的内容放在同一行的时候就用这个属性*/ } #menu li a{ float : left ; width : 87px ; padding : 2px 0 7px ; text-align : center ; margin : 0 0 0 10px ; color : #636365 ; } #menu li a:hover{ text-decoration : none ; color : #7D9EDB ; background : #fff url (images/button_grey.gif) no-repeat ; } #menu li a.current { background : #fff url (images/button.gif) no-repeat ; color : #fff ; } .clear{ clear : both ; } # left { float : left ; clear : left ; margin : 0 0 20px ; width : 270px ; } # left img{ padding : 6px ; border-right : 1px solid #ccc ; border-bottom : 1px solid #ccc ; background : #fff ; } .box{ background : #eee ; padding : 10px ; } .smallthumb{ width : 109px ; } # center { width : 240px ; float : left ; margin : 0 0 20px 25px ; } # right { width : 380px ; float : right ; } .date{ font-size : . 8em ; border-top : 1px solid #eee ; padding : 5px 0 0 ; } .box li{ list-style : none ; border-bottom : 1px dotted #ccc ; line-height : 26px ; } .box li a{ padding : 0 5px ; } #footer{ font-size : . 84em ; clear : both ; padding : 15px ; background : #eee ; } #footer a { color : #444 ; } . caption { background : #fff url (images/title.gif) no-repeat ; padding : 2px 0 0 18px ; height : 35px ; color : #fff ; } . caption p { margin : 0 ; } |
html代码如下(有兴趣的童鞋可以自行添加javascript,使得它更加的生动)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> < html xmlns="http://www.w3.org/1999/xhtml"> < head > < meta name="author" content="Luka Cvrk (www.solucija.com)" /> < meta http-equiv="content-type" content="text/html;charset=iso-8859-1" /> < link rel="stylesheet" href="home.css" type="text/css" /> < title >Internet Studio</ title > </ head > < body > < div id="content"> < div id="logo"> < p >Consectetuer adipiscing elit</ p > < h1 >Internet Studio</ h1 > </ div > < ul id="menu"> < li >< a class="current" href="#">Home</ a ></ li > < li >< a href="#">Services</ a ></ li > < li >< a href="#">Refrences</ a ></ li > < li >< a href="#">Career</ a ></ li > < li >< a href="#">About</ a ></ li > </ ul > < div class="clear">< br /></ div > < div id="left"> < div class="caption">< p >References</ p ></ div > < div class="box"> < a href="http://www.solucija.com/home/css-templates/">< img src="images/icor.gif" alt="Internet Corporation" /></ a > < a href="http://www.solucija.com/home/css-templates/">< img src="images/ihos.gif" alt="Internet Hosting" class="smallthumb" /></ a > < a href="http://www.solucija.com/home/css-templates/">< img src="images/ibroa.gif" alt="Internet Broadcast" class="smallthumb" /></ a > </ div > </ div > < div id="center"> < div class="caption">< p >Latest Articles</ p ></ div > < div class="box"> < ul > < li >< a href="#">Aliquam metus turpis, luctus ac</ a ></ li > < li >< a href="#">Donec lacinia tristique ante</ a ></ li > < li >< a href="#">Mauris facilisis, quam ut semper</ a ></ li > < li >< a href="#">Curabitur sodales lacus at massa</ a ></ li > < li >< a href="#">Etiam blandit ultricies nisl</ a ></ li > < li >< a href="#">Phasellus vel leo</ a ></ li > < li >< a href="#">Nam gravida nulla non eros</ a ></ li > < li >< a href="#">Curabitur sollicitudin nonummy est</ a ></ li > < li >< a href="#">Suspendisse egestas fringilla odio</ a ></ li > < li >< a href="#">Maecenas libero neque volutpat</ a ></ li > < li >< a href="#">Curabitur sodales lacus at massa</ a ></ li > </ ul > </ div > </ div > < div id="right"> < h2 >This is an example title</ h2 > < p >Suspendisse egestas fringilla odio. Donec lacinia tristique ante. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam blandit ultricies nisl. Nullam dapibus, mauris id scelerisque feugiat, sapien augue porta ipsum, ut blandit tellus enim vel mauris. Praesent accumsan metus vel ipsum. Maecenas aliquam blandit mi. Pellentesque dolor magna, posuere vel, condimentum id, accumsan ac, diam.</ p > < p >Nulla venenatis, turpis eu vestibulum tincidunt, felis diam luctus velit, facilisis cursus mi ligula vitae nunc. Curabitur libero. Fusce felis. Nam gravida nulla non eros. Donec non nisl. Nulla ut odio. Curabitur sollicitudin nonummy est. Nullam molestie lectus quis nibh. </ p > < p class="date">< a href="#">Comment(5)</ a > · < a href="#">Read More</ a ></ p > </ div > < div id="footer"> < div id="fl"> < p >Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut pretium mauris nec arcu. Integer at leo vel ipsum elementum sodales. Nam est quam, posuere non, feugiat nec, consectetuer ac, lectus. Suspendisse egestas fringilla odio. Donec lacinia tristique ante. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</ p > < p >© Copyright 2007 Internet Studio< br /> Design: < a href="http://www.solucija.com/">Luka Cvrk</ a > · Sponsored by < a href="http://webpoint.wordpress.com/">B4Contact</ a > · Released under a < a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Licence</ a ></ p > </ div > </ div > </ div > </ body > </ html > |
==============================================================================
本博客已经废弃,不在维护。新博客地址:http://wenchao.ren
我喜欢程序员,他们单纯、固执、容易体会到成就感;面对压力,能够挑灯夜战不眠不休;面对困难,能够迎难而上挑战自我。他
们也会感到困惑与傍徨,但每个程序员的心中都有一个比尔盖茨或是乔布斯的梦想“用智慧开创属于自己的事业”。我想说的是,其
实我是一个程序员
==============================================================================
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux glibc自带哈希表的用例及性能测试
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
· 现代计算机视觉入门之:什么是图片特征编码
· 手把手教你在本地部署DeepSeek R1,搭建web-ui ,建议收藏!
· Spring AI + Ollama 实现 deepseek-r1 的API服务和调用
· 数据库服务器 SQL Server 版本升级公告
· C#/.NET/.NET Core技术前沿周刊 | 第 23 期(2025年1.20-1.26)
· 程序员常用高效实用工具推荐,办公效率提升利器!