When I have a with width: 100%, it is not really 100%: testtesttesttesttest ... #di
with width: 100%, it is not really 100%: testtesttesttesttest ... #di
width: 100%
testtesttesttesttest ... #di
add this to css:
html, body { width: 100%; height: 100%; margin: 0px; padding: 0px; }
Then it should work.