I don\'t understand why FF and Chrome render my page differently. Here\'s a screenie of it in
firefox: firefox example http://grab.by/65Bn
and here\'s one i
Instead of using margin use left, top, right, bottom. Example:
position: absolute; top: 10px; left: 20px;
position: absolute;
top: 10px;
left: 20px;