/ Published in: HTML
URL: http://masaya-sugawara.com/
各種CSSファイル(master.css, base.css, content.css, hack.css)と合わせて参考にどうぞ. 文字サイズを変更してもレイアウトを保ちます(フッター箇所の3カラム除く). また, メインエリアの画像は文字サイズの拡大縮小に応じてリサイズするようにしてあります.
Expand |
Embed | Plain Text
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="ja" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="imagetoolbar" content="false" /> <meta name="robots" content="FOLLOW" /> <meta name="googlebot" content="index,follow" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="copyright" content="" /> <meta name="MSSmartTagsPreventParsing" content="true" /> <meta name="author" content="" /> <link rel="start" href="" title="" /> <link rel="shortcut icon" href="favicon.ico" /> <link rel="icon" type="image/png" href="favicon.png" /> <link rel="stylesheet" type="text/css" media="screen,projection" href="c/master.css" charset="UTF-8" /> </head> <body> <noscript> <div id="warning"> </div> </noscript> <!-- head --> <div id="head"> <!-- Container --> <div class="Container"> </div> <!-- / Container --> </div> <!-- / head --> <hr /> <!-- nav --> <div id="nav"> <!-- Container --> <div class="Container"> <ul> </ul> </div> <!-- / Container --> </div> <!-- / nav --> <hr /> <!-- content --> <div id="content"> <!-- Container --> <div class="Container"> <!-- main --> <div id="main"> <!-- Container --> <div id="sample1" class="Container"> Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text. Text text text text text text text text text.</p> </div> <!-- / Container --> <hr /> <!-- Container --> <div id="sample2" class="Container"> </div> <!-- / Container --> </div> <!-- / main --> <hr /> <!-- sub --> <div id="sub"> <!-- Container --> <div class="Container"> <ul> </ul> </div> <!-- / Container --> <!-- Container --> <div class="Container"> <ul> </ul> </div> <!-- / Container --> <!-- Container --> <div class="Container"> </div> <!-- / Container --> </div> <!-- / sub --> </div> <!-- / Container --> </div> <!-- / content --> <hr /> <!-- extra --> <div id="extra"> <!-- Container --> <div class="Container"> <!-- e1 --> <div id="e1"> </div> <!-- / e1 --> <!-- e2 --> <div id="e2"> </div> <!-- / e2 --> <!-- e3 --> <div id="e3"> </div> <!-- / e3 --> </div> <!-- / Container --> </div> <!-- / extra --> <hr /> <!-- foot --> <div id="foot"> <!-- Container --> <div class="Container"> <p> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by/2.1/jp/"><img alt="Creative Commons License" style="border-width: 0" src="http://i.creativecommons.org/l/by/2.1/jp/88x31.png"/></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/2.1/jp/">Creative Commons Attribution 2.1 Japan License</a>.<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <Work rdf:about=""> <license rdf:resource="http://creativecommons.org/licenses/by/2.1/jp/" /> </Work> <License rdf:about="http://creativecommons.org/licenses/by/2.1/jp/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/></License></rdf:RDF> --> </p> </div> <!-- / Container --> </div> <!-- / foot --> </body> </html>
You need to login to post a comment.
