So I need a new set of eyes to look at this. The layout is here (http://portfolio.myrrhlynn.net/gargoyle/ ) if you want to see it to belive me. Oh and don't click the navigation links since they don't actually work.
Here is the CSS code, let me know if you spot anything wrong. I went a little crazy on the align left in my efforts to try to make it move over.
- Code: Select all
p, table { font-family: Helvetica, Verdana, sans-serif; color: #FFFFFF; font-size: 10pt;
margin-top:2px; margin-bottom:2px; margin-left:0px; margin-right:0px;}
img {border:0px;}
body {
font-family: Helvetica, Verdana, sans-serif; color: #FFFFFF; font-size: 10pt;
text-align: left;
margin: 0px;
padding: 0px;
background: #000000 url("gargoyle.jpg") 570px bottom no-repeat fixed;
}
a:link { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 10pt; color: #FFFFFF; text-decoration:underline; }
#container {
position: relative;
margin: 0px auto;
height: 100%;
width: 572px;
text-align: left;
background: url("mainback.gif") repeat-y top;
}
#head{
position: relative;
width: 572px;
margin: 0px auto;
height: 173px;
text-align: left;
background: url("topimage.jpg") no-repeat top;
}
#navigation {
clear: both;
position: absolute;
top: 10px;
left: 360px;
width: 170px;
}
#content {
float: left;
margin: 140px 0px 0px 50px;
width: 480px;
text-align: justify;
}
#footer {
clear: both;
width: 572px;
height: 50px;
}
#navigation ul {
list-style-type: none;
margin-top: 0px;
}
#navigation ul li {
margin: 0px 0px 0px 0px;
padding-bottom: 2px;
text-align: right;
}
#navigation ul li a{
margin-left:0px;
text-align: right;
}
.header {
font-family: Verdana;
text-transform: capitalize;
font-size: 16px;
text-decoration:underline;
font-variant: small-caps;
}
.menu {
margin-left:30px;
font-family:Verdana;
text-transform: capitalize;
font-size: 16px;
text-decoration:underline;
text-align: right;
margin-right: 0px;
font-variant: small-caps;
}
a:visited { font-size: 9pt; text-decoration:underline; color: #696969; }
a:hover { text-decoration:none; color: #000000;}