CSS : padding issues (IE v/s 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 )
}