Thread: IE issue
View Single Post
Old 02-05-2008, 18:13   #9 (permalink)
flappypenguin
shouting at a monitor!
 
flappypenguin's Avatar
 
Join Date: May 2008
Location: Glasgow, Scotland
Posts: 10
Also, it helps if you "zero down" all your elements, i make it a habit to add

margin: 0px;
padding 0px;


To almost all my elements, as some browsers default margins and paddings are slightly different, if you dont do this.. the browser will set its own margin/padding on certain elements.
  Reply With Quote