I encountered a little problem, while I was working on a new page. I was working on it for a few minutes and already something didn't work out as I would like to.
Notice that when you load the page some space will appear on the right of the div, how can i make this space go away?. Can ne1 help me out on this one?
Thou shalt be victorious!!
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
</head>
<body>
<div style="position: absolute; left: 0px; top: 0px; background-color: green; width: 100%; height: 10%;"></div>
</body>
</html>
Thou shalt be victorious!!