Hi all, I have menu in html code:
<ul>
<li><a href=""><em></em>About</a></li>
<li><a href=""><em></em>Services</a></li>
<li><a href=""><em></em>Products</a></li>
<li><a href=""><em></em>Contact</a></li>
<li><a href=""><em></em>FaQ</a></li>
</ul>
I using cms:menu or cms:listmenu to load MenuItem, but it have not <em><em> tag
But in my css file, i have code:
li.current a em,li a:hover em{width:6px; height:13px; position:absolute; z-index:2; left:0; top:1px; background:#c07701}
If i using cms:menu of cms:listmenu, my website in kentico and html design is different.
How can I fix problem with <em></em>?
Thank!