Thread: browser problem
View Single Post
  #2 (permalink)  
Old 06-16-2007, 12:18 PM
biatche biatche is offline
Senior Member
 
Join Date: May 2007
Posts: 244
Default

Quote:
Originally Posted by Axe Solutions View Post
I am working on a page, this page works perfectly under Mozilla Firefox but under MS IE 6.0, it is a disaster.

Advance thanks for any help

do default padding/margin/border = 0.

like this

*{margin:0;padding:0;border:0}
Reply With Quote