Submitted by duvien on Thu, 15/05/2008 - 10:47
Submitted by duvien on Mon, 21/04/2008 - 20:50
When working with CSS, cross browser compatibility is also an issue. Mostly on Internet Explorer web browsers. A way many web designers/developers get around this problem is by targeting certain IE with it's own CSS stylesheet to fix styling issues since each version renders CSS differently. This method is by using an IE conditional comments placed in the HTML tag. Read more about The IE conditional comment