CSS : padding problems (IE vs Firefox)
In tabless layout there is problem with Mozilla Firefox , IE6, IE 7 for padding and margin .
Here is the simple solution for this problem……………
.classname
{
padding:50px; ( for mozilla)
!padding:40px; ( for IE6 and IE7 )
}
Read More