I have narrowed down the problem to two things:
A CSS issue and \"Link URL\" in Joomla
Please see this for the CSS fix that makes everything work except for Link URL:
forum.joomla.org/index.php/topic,204505.0.html
I am in the process of getting rid of Link URL's and using other type of links.
(Note, I opted for the second CSS fix and that was to add this code:)
ul#mainlevel_left a#active_menu_left
{
color: #ffffff;
background: #66cccc;
text-decoration: underline;
}
...rather than redoing the entire style sheet.<br><br>Post edited by: brewster44, at: 2007/08/28 16:31