CSS PNG IE hack
CSS PNG IE hack
Out of context: Reply #4
- Started
- Last post
- 19 Responses
- Mick0
Putting an _ in front of any property will only be read by IE.
eg.
height=400;
height=_450;Don't think it validates though.
Putting an _ in front of any property will only be read by IE.
eg.
height=400;
height=_450;
Don't think it validates though.