okay, I can not get it to work right so I am offering $50 (payable via
PayPal) to the first person who can get it to work:
 
I have a CFM page where I have a CSS menu. (Yes, I know if you see any
absolute positioning that it is slightly frowned upon) .
 
What I am trying to accomplish should be simple but it is just not coming to
me and now I am frustrated at it.
 
http://piw.demo-apps.com/test_css.cfm
 
In the menu on the left, the only clickable menu is "Program Services".
Once clicked, it will display the submenus. (This is the only clickable
item)
 
What I am trying to accomplish is this:
 
When the menu item "Program Services" is clicked, the submenu will display
(as it is doing), along with
the item Program Services will remain as a bgcolor of #800000 and the small
left column will be the
same color to resemble the section of the submenu items.
 
Also, I am passing in a variable pgName and if any of the items match the
pgName that the bgcolor of
that item would be #800000 also. the pgName would be like:
 
pgName = "About"
 
So the first item would be highlighted in maroon since it would read:
<LI <CFIF PGNAME EQ "ABOUT"> CLASS="highlightThisItem"</CFIF>>About PIW</LI>
 
You will see the desired results on the right (static image).
 
Based on the CSS, what am I missing? Should be as simple as pie, but can't
figure it out.
 
Thanks!



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:228383
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to