MX Tree Menu Forum :: style conflicts
This thread was displayed: 276 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
-
I have a tree menu on this page:
http://www.nytransit.org/mn_legissues/legarchives.asp?id=22
My template has the <ul > tag redefined, and it's overwriting the tree menu styles. Any way to make the tree menu (left column) work with the correct style sheet?
-Brian
-
Hello,
Your template should not redefine the UL tag. Instead, it should define styles for UL items with a certain class applied to them, or UL items contained in a div with a certain ID. This way, only the intended items are affected by the custom style.
Regards,
Razvan RACASANU
-
Problem is that the current us... View more
Problem is that the current usage is in place throughout the entire site, and I prefer not to have to define and then apply a class id throughout.
Is there no way to have the tree menu css override the default css in this one case? I'm not familiar enough with the ins and outs of css to know how to do that.
-Brian
-
Hello,
Unfortunately, you c... View more
Hello,
Unfortunately, you cannot do this. The best solution is to enclose your other UL elements in a div that has the ID="contentDiv" and then modify your style to look like this:
#contentDiv UL { }
Regards,
Razvan RACASANU
|