I am using min-width and min-height for one div. It is working perfectly in IE7 and FF but not in IE6. Is there some way to define height for all old IE browser? I am using:
but this is not give me good result. Maybe I type something wrong in if IE6 definition??? Can someone who know conditional comments to help me.
Sonam
| Code: |
| <!--[if IE6]>
<style type="text/css"> .something { height : 300px; } </style> <![endif]--> |
but this is not give me good result. Maybe I type something wrong in if IE6 definition??? Can someone who know conditional comments to help me.
Sonam
