I have been given a menu to use at the top of a theme, based on contemporary back bone.
this menu works fine on ie7,6 & firefox outside actinic.
as soon as i import it to actinic the code errors go mad..
the code is
i get the actinic error if i add his code.
"opening and closing HTML comment signs are not matching on the page."
if i take the comments & ifs out it doesnt work in ie6!
I can't see the wood for the trees any more! any thought would be cool.
Jenny
this menu works fine on ie7,6 & firefox outside actinic.
as soon as i import it to actinic the code errors go mad..
the code is
HTML Code:
<div class="menu"> <ul> <li id="aboutusmenu"><a href="aboutus.htm">About Us<!--[if ie 7]><!--></a><!--<![endif]--><!--[if lte ie 6]> <table> <tbody> <tr> <td><![endif]--> <ul> etc...
"opening and closing HTML comment signs are not matching on the page."
if i take the comments & ifs out it doesnt work in ie6!
HTML Code:
<div class="menu"> <ul> <li id="aboutusmenu"><a href="aboutus.htm">About Us </a> <ul>
Jenny
Comment