i'm just real frustrated.
If you can see the menu on my site it's fine with me as it is except I will need drop down submenus on a few of the main items.
Also as I said my <h1 class="tang"> is not formatted.
It also seem that my menu is aligned more to the left than the center.
Can't seem to fix this.
Here is my current css. when I look at this I probably only understand about 50 percent of it. In playing with it is where I lose control of what is already working.
Code:
@charset "utf-8"; /* CSS Document */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 28, 2011 12:15:00 AM America/New_York */
/* 7/31/2011 */
@font-face {
font-family: 'TangerineRegular';
src: url('fonts/Tangerine_Regular-webfont.eot');
src: local("☺"),
scr: url('fonts/Tangerine_Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Tangerine_Regular-webfont.woff') format('woff'),
url('fonts/Tangerine_Regular-webfont.ttf') format('truetype'),
url('fonts/Tangerine_Regular-webfont.svg#TangerineRegular') format('svg');
font-weight: normal;
font-style: normal;
}
.tang {font-family:'TangerineRegular', arial, san-serif;
font-size:460%;
color:#6CF;
font-weight:normal;
text-align: right;
font-weight: normal;
font-style: normal;
}
h1 br {display:none;}
h1 small {display:block; font-size:50%; font-weight:normal;}
html, body {color:#000;
background-image: url(images/blinds1.png);
background-attachment:fixed;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin-top:1%;
margin-right:1%;
margin-bottom:1%;
margin-left:1%;
margin:0;
}
#outer {width:96%;
margin:auto;
max-width:1200;
min-width:600;
margin-right:2%;
margin-left:2%;
}
1
.floated_element {float:right;
width: 900px;
margin:5px;
display: inline; /*IE6 workaround */
}
/* NAVIGATION STARTS HERE: FROM LISTMATIC */
#navcontainer
{
background: #FFF /*#f0e7d7; */
margin: 0 auto;
padding: 1em 0 0 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-transform: capitalize;
text-align:center; /*aligns text only */
}
/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}
ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 0.7em;
}
ul#navlist li
{
display: block;
float: left;
width: 12%;
margin: 0;
padding: 0;
}
ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #006 #333;
border-style: solid;
color: #777;
text-decoration: none;
background: transparent; /*#021A68 #f7f2ea; */
}
#navcontainer>ul#navlist li a { width: auto; }
ul#navlist li#active a
{
background: transparent;
color: #0FF; /* #800000; */
}
/* HOVER borders around each block button - text color indise block */
ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #0FF;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
/* END OF NAVIGATION LIST */
#p {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height: 1.2;
color: #6CF;
float:right;
text-align: justify;
}
#content p {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height: 1.2;
color:#6CF;
text-align:right;
}
#branding {text-align: right;}
.image img {float:right;}
p.image {overflow: hidden;}
#disclaim {font-size: 70%;}
#disclaim p {padding:0; margin:.5em 0;}
#footer {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:68%;
font-style:normal
line-height: 120%;
color:#6CF;
text-align: justify;
width:94%;
margin-right:2%;
margin-left:2%;
}
/* eND css*/
Thanks Ralph . . .
Bookmarks