I am having the hardest time trying to figure out why my last li item is being pushed to the bottom in IE. I have the width, height set for the container. The li has padding/margin to 0. Li is float left. Still being pushed down. Seeking a Guru to help a n00b here.
Share
Try putting
margin:0to theulrule ..The automatic margin the IE assigns, decreases the width available to contain the floated elements, and so they wrap …