So here is the problem. I am modifying Ironis and in the CSS the menu calls for this image…
#ja-mainnav {
background: url(“../images/mainnav-bg.gif”) repeat-x scroll left bottom #ff6f00;
}
And I can’t find it in my files. Anybody else have this problem? I tried re-downloading the template and cant still can’t find it.
So I look in the Mega CSS and find images, and I can’t find these either…
.ja-megamenu ul.level0 li.mega a.mega.active {
background-image: url(“../../images/mainnav-active.gif”);
color: #FF6FOO;
text-shadow: 0 1px 0 rgba(108, 108, 108, 0.3);
}
.ja-megamenu ul.level0 li.mega a.mega.over {
background: url(“../../images/maninav-hover.gif”) left top repeat-x;
color: #174256;
text-shadow: 0 1px 0 rgba(204, 204, 204, 0.3);
}