
Originally Posted by
Dan Schulz
Which completely ignores proper source code order.
No, it's not, you are looking at names left right header footer , you can do pages without any names like my demo's, how do you know were they should be ? only by a name ?
mine is in source order ! content first !
I use the container I want at the top in source order
how you can move away from it needs no menu terror, just a few links
And like my little any container first demo, you can have it to your needs if you think a link set is more SEO then content ?
PS I trash code ? were is everybody's else code ?
Content first or any other container in the source order, no more no less ! no ID nor Class name what so ever, got you ! did i not
Code:
<!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" xml:lang="en" lang="en">
<head>
<title>12345 12345 12345 12345 12345</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!--[if lt IE 7]><script src="../../../IE6-7/IE7_0_9/IE7_0_9/ie7-standard-p.js" type="text/javascript"></script><![endif]-->
<style type="text/css">
html,body{height:100%;}
*{padding:0;margin:0;}
body{
padding:0 12em;
background:#ffccff;
font-size:.75em;
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
}
div,ul,li,h1,p{font-size:1em;font-weight:100;}
ul{list-style:none;}
div,div+div,div+ul{min-height:100%;margin-top:-8em;}
div+ul{float:right;}
div,div+div{float:left;}
body>div{
background:#ccccff;
width:100%;
margin-right:-100%;
text-align:right;
}
div+div{margin-left:-12em;background:transparent;text-align:left;}
div+div,div+ul{width:12em;}
div+ul{float:right;margin-right:-12em;}
div+ul+ul{
min-height:8em;
clear:both;
background:#cccccc;
margin:0 -12em;
text-align:left;
position:relative;
}
p,li{padding:.2em .5em .2em .5em;min-height:1%;}
div+div p,h1,div+ul li{padding:16.2em .5em .2em .5em;}
ul+ul+div{
position:absolute;
left:0;
top:0;
width:100%;
background:#ffcccc;
text-align:right;
min-height:8em;
height:8em;
margin:0;
z-index:100;
}
</style>
</head>
<body>
<div><h1>vvvv</h1></div>
<div><p>xxxx</p></div>
<ul><li>yyyyy</li></ul>
<ul><li>zzzzz</li></ul>
<div><p>wwwww</p></div>
</body>
</html>
Bookmarks