transparent PNG in IE6 and below
transparent PNG in IE6 and below
Out of context: Reply #11
- Started
- Last post
- 14 Responses
- flashbender0
One this you may wish to consider is loading a seperate CSS file with IE6 specific definitions - that is to say JPGs instead of pngs
<!--[if lt IE 7 ]>
<link href="iecss.css" rel="stylesheet" type="text/css">
<![endif]-->