I am trying to set up this site:
http://www.oliveprocessors.com.au/
I seem to be having problems with the div's.. there is a large gap at the top and to the left when I use them.
There are 5 div's in total:
I've ID's them for now as I will be using CSS once I figure out how to properly use the Hosting Site. They are called: Container, Header, Menu, Content and Footer.
Container
Header
Menu
Content
Footer
Of course, there is html inside each div, which can be seen via looking at my page source.
As always, I've first checked it all verifies without any problems at http://validator.w3.org.
So I'd be really grateful if somebody could point out what it is that I've made a mistake on/missed/forgotten/never learned.
Also, I only have HTML on this page at the moment as I'm having problems understanding how to use the webhosting.. can somebody please direct me to where I can ask for help on this?
Cheers,
Asher
http://www.oliveprocessors.com.au/
I seem to be having problems with the div's.. there is a large gap at the top and to the left when I use them.
There are 5 div's in total:
I've ID's them for now as I will be using CSS once I figure out how to properly use the Hosting Site. They are called: Container, Header, Menu, Content and Footer.
Container
Code:
<div id="container" style="width:1024px;height:768px"> </div>
Code:
<div id="header" style="height:10%;background-color:#000000;"> </div>
Code:
<div id="menu" style="height:85%;width:13%;float:left;background-color:#000066;"> </div>
Code:
<div id="content" style="height:85%;width:87%;float:right;background-color:#000000;"> </div>
Code:
<div id="footer" style="background-color:#707070;text-align:center;background-color:#000000;"> </div>
As always, I've first checked it all verifies without any problems at http://validator.w3.org.
So I'd be really grateful if somebody could point out what it is that I've made a mistake on/missed/forgotten/never learned.
Also, I only have HTML on this page at the moment as I'm having problems understanding how to use the webhosting.. can somebody please direct me to where I can ask for help on this?
Cheers,
Asher
Comment