Posts: 377
Name: Venkat Raj
Location: Salem, South India
|
I don't know the technical resons. But
change
Code:
#indexbottomright {
width: 100%;
height:200px;
position:relative;
top: 40px;
}
to this...
Code:
#indexbottomright {
width: 100%;
height:200px;
}
And you will be fine. If you gap, use margin-top.
Another thing, using xhtml/css layout and doing semantic markup means..
you should keep presentation and content seperate. so coding like this
"<p> </p>" are not best practice.
__________________
All the Buddhas of all the ages have been telling you a very simple fact: Be -- don't try to become.
|