jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: How to remove white background. How to remove white background. #7199

    Richard
    Member

    Thank you Dimitar, that almost fixed it for me… I had to make a couple of changes to your code to make the background replicate properly in the menu.

    #jqxTree
    {
    background-image: url(images/_menu_filler.jpg);
    background-position: right top;
    background-repeat:repeat-y;
    }
    #jqxTree .jqx-widget-content
    {
    background-color: transparent;
    }

    Now that works…

    in reply to: How to remove white background. How to remove white background. #7166

    Richard
    Member

    Thank you Dimitar, I added the classes to my custom theme. Next, I added the class name to the jqxTree div. The white background still appears.

    here is the example:
    http://www.austinwebmaster.com/BeeCreekUMC/tree_menu.php

    Next, I tried adding style=’background-color:transparent;’ to the UL. Still the white background appears.

    The issue appears to be with the UL or LI but I cannot be sure.

    Any idea?

Viewing 2 posts - 16 through 17 (of 17 total)