This content has been marked as final.
Show 2 replies
-
1. Re: Getting element flush with left, right, and top side of browser window.
MurraySummers Jan 5, 2012 1:02 PM (in response to upstart1762)Change this -
#body {
margin: 0px;
padding: 0px;
}
to this -
body {
margin: 0px;
padding: 0px;
}
You have an ID selector where you should have a type selector (or a tag selector).
-
2. Re: Getting element flush with left, right, and top side of browser window.
upstart1762 Jan 5, 2012 1:04 PM (in response to MurraySummers)AHHHHH!!!!! Thank you!
I knew when I wrote this that the answer was going to be embarrassing. But it was worth it!


