Why is my website doing this???

Take the "top:2px" out of your #copyright id.

Also, if you use firefox and don't use it already, install the web developer add on. I was able to highlight the div to see the style, then change it on that page to fix it on-the-fly within a minute. Very useful tool.
 
looks like you're making a website for me, eh? :p

just out of curiosity are all of the divs meant to touch each other?
 
I played about in FF:

Changed:


#logo{
width:600px;
height:150px;
background-color:#000000;
margin-left: auto;
margin-right: auto;

}

and

#content{
width:548px;
height:400px;
background-image:url(/Images/pbg1.jpg);
background-repeat:repeat-x;
float:none;
margin-bottom:2px;
margin-left: auto;
margin-right: auto;

}

Looks spot on in FF now.
 
Not bad seeing as I am new to CSS too :D

I am currently trying to set up a Zencart based template, now thats a PITA! :D

HTML is rusty, CSS is in learning and now PHP to learn as well :/
 
Nice.

I know HTML and CSS, not expertly but I'm learning new stuff every day.

I can't believe how hard it is to create a good website, aesthetics are only part of the problem.
 
Nothing, it's just a demo really.

I have a sort of interview coming up and they want me to demonstrate my mad skillz.

The columns are just meant to represent a menu system.
 
Nice.

I know HTML and CSS, not expertly but I'm learning new stuff every day.

I can't believe how hard it is to create a good website, aesthetics are only part of the problem.

Yeah, I have found lots fo sites dedicated to the graphical side of website design, to teaching each of the languages etc but finding one that teaches how to build a whole website and how the code responds to the graphics and each other is proving near impossible.
 
Back
Top Bottom