For testing purpose i setup this page : http://www.fondationmartinmatte.com/test.html
it’s pretty fine in html desktop browser, but in mobile there is always a vertical grey bar from hell remaining. where it come from and what setting should i tell the html code to use for mobile. First there was that code : <meta name="viewport" content="width=device-width">that make the whole thing worst. i just delete it, and here is the grey bar. how to fix that, thanks in advance
For testing purpose i setup this page : http://www.fondationmartinmatte.com/test.html it’s pretty fine in html
Share
Try using these:
Also, you might want to get a more sophisticated CSS reset than what you currently have (margin: 0, padding: 0). There are some great ones here to make your life easier when it comes to browser compatibility:
http://www.cssreset.com/