I am trying to get a div hug the edge of the window and it works essentially... Except in Explorer, it adds an extra 10 or so pixels to the right for some reason. Even though I have margin: 0px; set for the body.
http://132.162.242.166/hugright.html
Thanks for any help
Edit: I also have another question...
When you have a table cell with no specified height, and put text inside, the amount of text you have dictates the height of the cell. Same goes with a div. If you put an image in a table cell, then the cell resizes to accommodate the image. However this isn't true with a DIV.
I am trying to do a portfolio like page using CSS. An image with align="left" and then the description of the image. But the image doesn't push down the text of the next entry. What can I do other than adding a bunch of <br>s after the text?