|
sticks464 -> RE: Help with Navigation/browser viewing (9/24/2006 2:30:23)
|
I only played with this a little bit, but this should make your menu come back. quote:
<style type="text/css"> @import "hnbstyles.css"; /* just some basic formatting, no layout stuff */ body { margin:0px; padding:0px; } html, body{ scrollbar-face-color:#ccffcc; scrollbar-base-color:#660099; scrollbar-arrow-color:#660099; scrollbar-track-color:#aa97c8; } #navigation { position: absolute; left:10px; top:185px; border: 2px dotted #660099; width: 150px; background:#ccffcc; font-size: 10pt; padding-bottom: 10px; } #navigation h3 { font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; margin: 5px 5px 0 5px; padding: 5px 0 5px 5px; color: #660099; background-color: #aa97c8; text-align: left; border: double 2pt #0c9; width: 130px; } #navigation ul { margin: 0px; list-style-type: none; padding:0px; } #navigation li { display: block; width: 127px; height: 1em; padding: 1px 1px 1px 12px; color: #660099; background-color: #aa97c8; margin: 5px 10px 0 5px; font-weight: bold; } #navigation li a:hover { border-left: 7px solid #00cc99; font-weight: bold; } #centercontent { background-color: #fff; border: solid 1px #660099; position: absolute; top: 175px; left: 0px; width: 599px; visibility: visible; voice-family: "\" }\""; voice-family: inherit; margin-top: 12px; margin-left: 170px; margin-right:210px; padding: 10px; } html>body #centercontent { margin-left: 170px; margin-right:210px; } #rightcontent { background-color: #cfc; border: dotted 2px #660099; position: absolute; top: 180px; right: 10px; left: 612px; width: 156px; visibility: visible } #banner { background:#fffff; height:150px; border-none; voice-family: "\"}\""; voice-family: inherit; height:39px; padding:10px 10px 0px 6px;} #footer { background:#ccffcc; position: absolute; left: 10px; top:1370px; width: 777px; border:1px solid #660099; } #bottomlinks { background:#fffff; position: bottom; border:none; } html>body #banner { height:39px; } p,h1,pre { margin:0px 10px 10px 10px; } #rightcontent p { font-size:10px } </style> Make sure you change the h3 tags ie. <h3>Products</h3> in your body code.
|
|
|
|