View Single Post
  #2 (permalink)  
Old Apr 28th, 2008, 15:36
hhelen hhelen is offline
New Member
Join Date: Mar 2007
Location: uk
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Strange margin display in firefox only

Easily fixed by adding
*{
margin:0;
padding:0;
}
Reply With Quote