Spent hours on this ... hoped that upgrading to Atahualpa 3.7.1 would solve the issue of sub menus working fine in chrome / Firefox but not working in i.e.
Html/css inserts:
h1 { font-size: 22px; color: #28507A;}
h2 { font-size: 18px; color: #28507A;}
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }
div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:active
{
padding: 5px 65px;
}
body {
background-image: url(images/Colorful.jpg);
}
Tried using WP menus but issue persists..... any help appreciated!