CSS Image padding IE problem
CSS Image padding IE problem
Out of context: Reply #6
- Started
- Last post
- 11 Responses
- heavyt0
here is how it is done:
you need to ace the class, use an id instead, and apply padding to IMG
#pic IMG{
padding:5px;
}
that is a cross browser solution.
do it. do it.
TR1