jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Selected item Selected item #4463

    rhonsberger
    Member

    ..found a solution. Instead of using:

    $(‘#solutionsmenu’).addClass(‘HighlightedTopMenu’);

    to add the new class, I’m using:

    $(‘#solutionsmenu’).css(‘background-color’, ‘red’);

    to change the style via jquery

    I’d appreciate an other thoughts though.

    Thanks,
    Rick

    in reply to: Selected item Selected item #4462

    rhonsberger
    Member

    Thanks for the suggestion Peter. I’m not having any luck though due to CSS’s prioritization. I’m unable to change things like the li’s background color and border. I’ve tried using !important as well, but with no luck. Any further thoughts?

    Best,
    Rick

Viewing 2 posts - 1 through 2 (of 2 total)