cs05pp2
10-06-2009, 09:50 AM
Hello, I am new in html and I am trying to create my website.
I trit to do this:
================================
index.html:
....
<body>
<div id="_pi">
....
</div>
</body>
================================
mycss.css:
#_pi
{
margin: 0 auto;
background: #f4f4f4 url(../images/bg.gif) top center repeat-y;
width: 100%;
height: 100%;
}
=============================
When I open with internet explorer my site the <div id="_pi"> is not full screen, It has an empty space like header and footer. Why, And how I can fix it?
I trit to do this:
================================
index.html:
....
<body>
<div id="_pi">
....
</div>
</body>
================================
mycss.css:
#_pi
{
margin: 0 auto;
background: #f4f4f4 url(../images/bg.gif) top center repeat-y;
width: 100%;
height: 100%;
}
=============================
When I open with internet explorer my site the <div id="_pi"> is not full screen, It has an empty space like header and footer. Why, And how I can fix it?