IE CSS Hack
IE CSS Hack
Out of context: Reply #10
- Started
- Last post
- 16 Responses
- YerMa0
this may sound weird but try declairing the selector twice. ie
p.foo,
p.foo{ background: #000000;
}It worked for me recently when I found that selectors were being ignored by ie5 directly after the relative size hack. Might work for you...
;o)