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/

View Threaded Show descending
Brian Shaughnessy
12-27-2006 22:05:51 GMT +2

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

Back | Reply | Quote | Top
Razvan Racasanu[InterAKT]Adobe Systems Romania staff
01-04-2007 15:47:14 GMT +2

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

Reply | Quote | Top
Brian Shaughnessy
01-04-2007 15:56:17 GMT +2

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

Reply | Quote | Top
Razvan Racasanu[InterAKT]Adobe Systems Romania staff
01-04-2007 16:06:55 GMT +2

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

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.