Panel Codesdf
Panel Codesdf
function changeNavigation(id)
{document.getElementById('DEFAULT').innerHTML=document.getElementById(id).innerHTML
}
</script>
<div id="content">
<center><img usemap="#LAYOUT-IMAGE"
src="http://i64.tinypic.com/23w8ppf.png"></center>
<!--PLEASE REMEMBER TO REPLACE THE LINKS BELOW WITH YOUR USERNAME AND ID#-->
</map>
<div id="DEFAULT">
<h1>Welcome</h1>
Make sure the content in this section is the same as the "index" (below) section.
Just copy and paste.
</DIV>
<!--*****THIS IS VERY IMPORTANT: MAKE SURE THE CONTENTS OF THE "DEFAULT" AND
"INDEX" SECTIONS ARE EXACTLY THE SAME. JUST USE COPY AND PASTE*****-->
Make sure the content in this section is the same as the "default" (above) section.
Just copy and paste.
</DIV>
</DIV>
</DIV>
</DIV>
</DIV>
</DIV>
</DIV>
<div id="UPDATES">
</div>
<div id="PRODUCTS">
</div>
<div id="ABOUT">
</div>
</div>
<!--YOU CAN CHANGE THE COLOR OF YOUR TEXT, LINKS, ETC. OF YOUR LAYOUT BELOW-->
<style type="text/css">
#content {
width: 900px;
height: 672px;
}
#DEFAULT {
position: absolute;
left: 77px;
top: 107px;
width: 525px;
height: 277px;
overflow: auto;
}
#UPDATES {
position: absolute;
left: 610px;
top: 137px;
width: 204px;
height: 105px;
overflow: auto;
}
#PRODUCTS {
position: absolute;
left: 611px;
top: 279px;
width: 204px;
height: 105px;
overflow: auto;
}
#ABOUT {
position: absolute;
left: 241px;
top: 448px;
width: 303px;
height: 181px;
overflow: auto;
}
/* text */
body, div {
font: 9px "Arial";
color: #666 !important;
cursor: crosshair;
}
b {
font: bold 10px "Century Gothic";
letter-spacing: 1px;
color: #FFA800 !important;
}
i {
font-style: italic;
letter-spacing: 1px;
color: #eee !important;
}
u {
font: bold 10px "Century Gothic";
letter-spacing: 0.5px;
text-decoration: none;
border-bottom: 1px dotted #FFA800;
}
/* links */
a:hover {
background-color: #111;
color: #fff !important;
}
/* headers */
h1 {
font: 17px "Century Gothic";
text-transform: uppercase;
letter-spacing: 4px;
line-height: 10px;
color: #FFA800 !important;
}
h2 {
font: bold 10px "Century Gothic";
text-transform: uppercase;
letter-spacing: 3px;
line-height: 10px;
color: #fff !important;
}
h3 {
font: 7px "Small Fonts", "Century Gothic";
letter-spacing: 2px;
color: #fff !important;
text-align: center;
text-transform: uppercase;
background-color: #0c0c0c;
padding: 5px;
margin-left: 0;
}
/* horizontal rule */
hr {
border-width: 0px 0px 1px;
border-style: dotted;
border-color: #aaa;
}
</style>