Hi all,
I am one of many who is looking for cross browser consistency in the display of their sites.
I have used hacks to target IE6 and firefox like below:
first IE6 reads this:
In the same stylesheet firefox etc reads this:
Can i add another hack to target IE7?
thanks in advance for any reply..
suzi
I am one of many who is looking for cross browser consistency in the display of their sites.
I have used hacks to target IE6 and firefox like below:
first IE6 reads this:
Code:
h2 { width: ??px; }
In the same stylesheet firefox etc reads this:
Code:
/* ignored by IE */
*>h2 { width: ??px; }
Can i add another hack to target IE7?
thanks in advance for any reply..
suzi