I am using an ASP script to generate my menu_data file and I am using a special comment from MS (that IE detects and acts on) in the script, however by using this comment - the menu breaks (i.e I get javascript errors)
The code:
Code: Select all
with(HeadersStyle=new mm_style()){
<!--[if !IE]>
bordercolor="#66CCFF";
borderstyle="solid";
borderwidth=1;
<![endif]-->
headerbgcolor="#E3E9F4";
Code: Select all
(HeadersStyle=new mm_style())
{
headerbgcolor="#E3E9F4";
Is there anyway around this?
Thanks