M
meg
I have an asp page similar to the below:
<body>
<div style="position:absolute;top:0px;left:0px;filter:...gradient...;width:100%;margin-right:0px;>
stuff here
</div>
</body>
I want the div to stretch all the way across the browser window, and I don't want to see background color to
the right of it but I do
.... it looks like i have the margin-right set to 25px when I don't.
Any ideas?
Thanks!
<body>
<div style="position:absolute;top:0px;left:0px;filter:...gradient...;width:100%;margin-right:0px;>
stuff here
</div>
</body>
I want the div to stretch all the way across the browser window, and I don't want to see background color to
the right of it but I do
.... it looks like i have the margin-right set to 25px when I don't.
Any ideas?
Thanks!