Thursday, December 21, 2006

2006-07-12

After much research, I discovered a neat little CS trick that makes the page's appearance the same for both IE6 and Firefox. Basically, if you put an underscore before the CSS property, ONLY IE6 reads that property. In this way you can cause IE6 to ignore the preceding rule, and display properly, while Firefox will ignore the underscore rule, and display properly. And we don't need to use any filters.

No comments: