Tasarımın üzerindeki yazı: <div id="maincontainer"> <div id="header"> <h1>User Guide</h1> <span>Your Subtitle Here</span> </div> <div id="contentwrapper"> <div id="contentcolumn"> <ul id="navigation"> <li class="left"><a href="#" _fcksavedurl="#">Back</a></li> <li class="right"><a href="#" _fcksavedurl="#">Next</a></li> </ul> </div> </div> <div id="leftcolumn"> <h4>Content</h4> <ul id="navlist"> <li><a href="index.html" _fcksavedurl="index.html" class="seagreen">Introduction</a></li> <li><a class="rawsienna" href="#sitename" _fcksavedurl="#sitename">Page 2</a></li> <li><a class="lightblue" href="#sitename" _fcksavedurl="#sitename">Page 3</a></li> <li><a class="beet" href="#sitename" _fcksavedurl="#sitename">Page 4</a></li> <li><a class="steelblue" href="#sitename" _fcksavedurl="#sitename">Page 5</a></li> </ul> <div class="greybox">abron </div> </div> <div id="push"></div> </div> <div id="footer"> <div class="innertube"> © Copyright 2008 <a href="#sitename" _fcksavedurl="#sitename">Your Sitename</a> - Design by <a href="http://www.wfiedler-online.de" _fcksavedurl="http://www.wfiedler-online.de">wfiedler</a> </div></div> CSS Kodu (Style tagleri olmadan yazınız): ;h1#title{display: none;} h2#title span {display: none;} div.header{display: none;} li.nav_element{list-style-type: none;} li.nav_element{display: none;} * { margin: 0; outline: none; } html, body { height: 100%; } body { background: #fff url(https://img.webme.com/pic/a/abrontr/top_line.png) repeat-x 0 0; color: #666; font: normal 13px/1.2em Verdana, Arial, Helvetica, Sans-Serif; margin: 30px 0 20px 0; padding: 0; line-height: 1.5em; word-spacing: 0.1em; } #maincontainer { background: url(https://img.webme.com/pic/a/abrontr/spiral.png) repeat-y top right;width: 960px; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -50px; } #header { background: url(https://img.webme.com/pic/a/abrontr/header2.png) no-repeat 0 0; height: 138px; } #header h1 { font-size: 2.7em; line-height: 1em; font-weight: normal; margin: 0 0 0 110px; padding-top: 40px; } #header span { font-size: 1.3em; line-height: 1em; font-weight: normal; margin: 0 0 0 112px; } #contentwrapper { float: left; width: 100%; } /*CONTENT COLUMN*/ #contentcolumn { margin: 0 70px 20px 290px; } a, a:link, a:visited { color: #cc0000; text-decoration: underline; } a:hover { color: #cc0000; text-decoration: none; } #contentcolumn ul { list-style-type: square; } /*BACK AND NEXT BUTTON*/ ul#navigation { list-style-type: none; margin: 0; padding: .5em 0 0 10px; border-top: 1px solid #4682b4; } ul#navigation li { clear: none; margin-top: 5px; } ul#navigation li a { display: block; width: 5em; color: #fff; background: #4682b4 url(https://img.webme.com/pic/a/abrontr/buttonOFF.png) repeat-x 0% 0%; padding: .2em 0; text-align: center; text-decoration: none; } ul#navigation li a:hover { color: #fff; background: #cc0000 url(https://img.webme.com/pic/a/abrontr/buttonON.png) repeat-x 0% 0%; } ul#navigation .left { float: left; } ul#navigation .right { float: right; } /*LEFT COLUMN*/ #leftcolumn { text-transform: uppercase; border-right: 2px solid #4682b4; border-bottom: 2px solid #4682b4; border-left: 1px solid #4682b4; float: left; width: 246px; margin: 0 0 20px -940px; } #leftcolumn h4 { font-size: 1.1em; background-color: #4682b4; color: #fff; margin: 0; padding-left: 4px; text-transform: none; line-height: 1.4em; } #navlist { padding: 5px 0; margin: 0; width: 228px; } #navlist li { background: #fff url(https://img.webme.com/pic/a/abrontr/points.png) repeat-x 0 1.3em; list-style: none; line-height: 2em; margin: 0 0 0 10px; } #navlist li a, #navlist li a:link, #navlist li a:visited { background-color: #fff; color: #000; text-decoration: none; padding-left: 5px; } .seagreen { border-left: 30px solid #2e8b57; } .rawsienna { border-left: 30px solid #c76114; } .lightblue { border-left: 30px solid #7d9ec0; } .beet { border-left: 30px solid #8e388e;} .steelblue { border-left: 30px solid #4682b4;} #navlist li a:hover { color: #cc0000; text-decoration: underline; } .greybox { background: #fff url(https://img.webme.com/pic/a/abrontr/greybox.png) repeat-x 0% 0%; text-transform: none; padding: 5px 10px; } /*FOOTER*/ #footer { clear: both; width: 960px; margin: 5px auto; text-align: right; } #footer, #push { height: 50px; clear: both; } /*STYLES*/ h2 { border-bottom: 1px solid #000; font-size: 1.9em; font-weight: normal; line-height: 1em; margin: 0 0 16px 0; padding-bottom: 8px; } h3 { font-size: 1.5em; font-weight: normal; line-height: 1em; margin: 0 0 16px 0; } h4 { font-size: 1.3em; font-weight: normal; line-height: 1em; margin: 0 0 8px 0; } p { margin: 0 0 16px 0; } blockquote { border: 1px solid #4682b4; border-top-width: 0; margin: -5px 20px 16px 20px; padding: 0; } blockquote p { font-size: 1.1em; letter-spacing: 1px; padding: 5px 10px; } blockquote em { font-size: 1.3em; color: #4682b4; line-height: 1.6em; } .listnumber { color: #4682b4; float: left; font-size: 3.2em; line-height: 83%; padding-right: 3px; } #contentcolumn ul { list-style-type: none; margin: 0 0 16px; padding: 0; } #contentcolumn li { clear: both; margin-bottom: 8px; } .innertube { margin: 5px 70px 0 0; } .shadow { background: url(https://img.webme.com/pic/a/abrontr/shadow.png) no-repeat bottom right; padding: 0 7px 7px 0; }<textarea>