Hi there, is it OK to write CSS without <div id="header"> ..content here.. </div> ? this is what I mean (the HTML) : and this is the CSS for the header : and how to pass it through IE. Thanks.
This <header> tag is for html5 which is used to make mobile websites. I think only IE9 will support this. Rest browsers except IE should support.
Thanks for the info. well, it's not support IE 7. So, I put standart 'trap' code for IE (<--if IE-->) on the HTML and write the CSS in another file.