This is my first true CSS endeavor, I stole the site design from somewhere, it started as just for fun put looked a thousand times better than my old site.. I don't have anyone on my list who understands code, and because of lack of knowlege google hasnt helped much either... Besides the errors I have yet to discover, I need some help with the footer, and centering/floating div content
full css: http://coldwerturkey.com/bumba.css
footer: just by looking at the site, youll notice the footer is pirtched way below my content (because of bottom:-304px). But, when I remove it, it shoots way up. I clearly did the code wronge, I referenced from some other pages, but nothing has worked for me..
#footer {
background-image:url(images/build/bottomfade.jpg);
background-repeat:repeat-x;
position: absolute;
[B]bottom: -304px;[/B]
width:100%;
height: 43px;
margin: 0px 0px 0px 0px;
right:2px;
left:0px;
z-index: 0;
}floating div: I want everything to auto-center with the viewers monitor rather than having the marrage I currently have..
#splash {
position:absolute;
left:90px;
top:119px;
width:554px;
height:360px;
z-index:2;
background-image: url(images/build/splash.png);
background-position:center center;
background-repeat:no-repeat;
}Also linking a div tag, I read you cant/shouldnt do the following but it worked when I did it;
<a href="../../unavailable.html"><div class="blah"></div></a>
/to all you advanced web developers, go easy on me I know the css is a mess;)
Aqua-Soft Forums