On the site: biztvcanada.com I have added a submenu item. Shows -> BiZ Book Reviews. When I hover over the Biz Book Reviews it looks like the arrow is being repeated. I have looked all over for the code that is setting it to repeat and can’t find it. I can see with my developer toolbar that it’s set in the following css code, but those values are not set in my file. Even though I have the most recent file. I’m wondering if this is a T3 thing. I have css and javascript compression set to no.
http://biztvcanada.com/templates/ja_teline_iv/css/menu/mega.css
.ja-megamenu a.over, .ja-megamenu a.active (line 43)
{
color: #ffffff;
}
.ja-megamenu ul.level0 li.over a.mega, ul.level0 li.haschild-over a.mega (line 103)
{
background-color: #000000;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}
Help appreciated.
Thanks