Home > Article > Web Front-end > Page full screen problem_html/css_WEB-ITnose
There is such an article in the library, but in practice, IE has white borders around it. The most important thing is that the Webkit kernel browser actually displays a blank page. The compatibility problem is too serious...
http: //wenku.baidu.com/view/6afdfd726edb6f1afe001f2a.html
How to modify the code in the article to make the page full screen, or there is a better way, thank you ~
It may be a problem with dw.
To remove white borders, you can use
html,body{margin:0;padding:0;border:0}
this css
For other browsers, it is best not to use Chinese file names. Use relative paths for images
There is no full-screen example in your link
Settings
You can add a black background to the body to see where the problem is and whether it is caused by the background.