Oh... a new issue:

One of the fixes to remove the upper border line of the VERITCAL CFMENU will 
also remove the <cfmenuitem divider="true" />ability. Those dividing lines are 
now gone if you remove the top border width from the CSS below.

This part has been modified in the YUI.CSS 

..yuimenu ul {

    list-style-type:none;
    border:solid 1px #c4c4be;
    border-width:1px 0 0 0;
    margin:0;
    padding:4px 0;

}

Just want to make sure the next update has these fixes done. 

Thanks.


> This sucks. I would expect that they would have tested these new YUI 
> updates before releasing it as an official CF update. There was a 
> decent amount of changes done to the YUI.CSS (it is actually SMALLER 
> then in the original release) and I think someone at Adobe didn't 
> fully test it. 
> 
> For the mystery underline (even after modifying YUI.CSS.
> 
> This is the normal reference
> <link rel="stylesheet" type="text/css" 
> href="/CFIDE/scripts/ajax/resources/yui/yui.css" />
> 
> I found it that it is the CFMENU's SELECTEDITEMCOLOR parameter which 
> triggers the extra CSS tag.
> 
> It will add this:
> <style>#hmenu .yuimenuitem a.selected 
> {background-color:#ddddff;text-decoration:underline;color:#fff;}
> </style>
> 
> Too bad there is no parameter for text formating (the background color 
> is based on the selected item color). Add in MENUSTYLE = 
> "text-decoration:none;" doesn't do anything.
> 
> I am using IE6.
> 
> I think CFGRID also got modified (since EXT seems to be updated). Some 
> of the tutorials on the web on extending the CFGRID function won't 
> work properly anymore (e.g. drop down list).
> 
> GRRR. :( 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304430
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to