100% x 100%

A

Anonymous

Guest
Hi,
I have one page with one table. Size of the table is 100% x 100%. When I open this page everything is OK, but when I oben this page after other (using <-Back and Forward->) there are some blank space (on Right and bottom).
I think that this can be fixed using Java, but I don't know how! :oops:
Please help me!
 
Sounds like an IE bug, honestly. How have you set your margin width and height? Try the following CSS:

Code:
html {
   margin: 0;
}
 
Back
Top