Greetings.
I will try what was advised by you.
By the way, can someone please help me look at this codes below?
The is the rectangle on the left hand side, while the 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
And, I specified 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
}
[IMG]http://cc.domaindlx.com/redevolve/snapshot.jpg[/IMG]
[** Edit: I renamed index.html to index.asp, and it worked, yeah! Thanks a lot! **]