infinitizon
MIS
Hi all,
I'm working on a site that requires that I remove the scroll bars, margin and padding from the page.
I did this:
body,html
{
overflow: hidden; width:100%;
border:0; padding:0; margin:0;
}
However, I noticed that the page/screen removed the scroll bars but still has a funny looking border on the edge of the screen which does not give me the final feel I want in IE.
What can I do?
____________________
Men put up a strong face just to cover their weaknesses...good!
But a smile makes them live longer....
Which would you choose?
Think about it.
I'm working on a site that requires that I remove the scroll bars, margin and padding from the page.
I did this:
body,html
{
overflow: hidden; width:100%;
border:0; padding:0; margin:0;
}
However, I noticed that the page/screen removed the scroll bars but still has a funny looking border on the edge of the screen which does not give me the final feel I want in IE.
What can I do?
____________________
Men put up a strong face just to cover their weaknesses...good!
But a smile makes them live longer....
Which would you choose?
Think about it.