> Seona Bellamy wrote: > As far as hiding from other browsers, I was aware that it > was hidden from IE/Mac by the commented backslash > (that's what the tutorial said, anyway) but is > there a more effective way of hiding it from all the > browsers that we don't want to see it?
My apologies, saved the page in IE and it removed all comments Another way to feed styles to IE only is using conditional comments http://www.quirksmode.org/css/condcom.html This is the preferred method by many others on this list, as it allows easier maintenance in the future and keeps your main style sheets clean. Regards Jason ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
