Kvnmcwebn wrote:

.fimg{
_padding: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
}

That's the wrong sequence. IE won't get it. Try this instead:

.fimg{
padding: 0 0 5px 0;
_padding: 0;
}

regards
        Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************




Reply via email to