Greetings.
I will try what was advised by you.
By the way, can someone please help me look at this codes below?
The <div id="ads"> is the rectangle on the left hand side, while the <div id="homepage"> is the bigger rectangle in the center.
The display looks fine in IE & Opera7, but not in Mozilla :-|
In Mozilla, the content of #homepage spread across to the right hand side, not overlapping the #ads, but stretches to the right, until the horizontal scroll bar appears. FYI, the #ads & #homepage lie inside another <div id="content">
And, I specified <div id="content"> to be of width=80% of the body which is 100%.
Please help.
#ads
{
position: absolute;
left: 100px;
width: 20%;
height: 100%;
padding-top: 10px
}
#homepage
{
width: 80%;
height: 100%;
padding-top: 10px;
padding-left: 25%;
text-align: center
}
http://cc.domaindlx.com/redevolve/snapshot.jpg
[** Edit: I renamed index.html to index.asp, and it worked, yeah! Thanks a lot! **]