Link to home
Start Free TrialLog in
Avatar of emilysbca
emilysbcaFlag for United States of America

asked on

XML CDATA tag within a CSS horizontal flyout menu script, not sure how to create external style sheet with it.

I am using this script to create a horizontal flyout menu:
http://aplus.rs/adxmenu/examples/htb/

There seems be some XML code in it, specifically:

/*<![CDATA[*/

and I am unsure how to work with this.  I took his exact example and tried to make the css an external file:
http://www.centerpointpilates.com/redesign/test.html

I thought maybe it was sort of like an if/then statement.  I kept the XML code in the html file, and created 3 different css files which replaced the blocks of css code in between the XML code.  But it isn't right.  Looks different in different browsers.  Mostly it doesn't apply any style at all.

I am not sure how to blend the XML and the external style sheet.

ASKER CERTIFIED SOLUTION
Avatar of emilysbca
emilysbca
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial