I had a problem with IE and finally got it resolved, but I don’t know why my solution works. If someone could explain to me why it works I would be very grateful.
on this page in IE the white box was positioned against the edge of the striped background. In FF and Opera it was centered as it is now in IE.
My solution was to add the following to the IE only stylesheet
#resume #info {
position: relative;
width: 650px;
}
I have no idea why this works - I sort of under stand the position element, but not why it was necessary to declare the width.
Anyhow I have solved the problem, but want to better understand why it works so that I can code faster in the future.
Thank you.
Sean
