Hi,
I found a post about how to edit the styles selection control (in the compressed code and in the source code)
Which was to replace :
FCKToolbarStyleCombo.prototype.CreateItems=function(A){
with
FCKToolbarStyleCombo.prototype.CreateItems=function(A){A.FieldWidth=140;
but the acutal dropdown part of the control is unaffected by this change in IE. Is there a way to modify the width of the drop part of the styles combo box?
in IE (6) it looks like this
in FF it looks like this:
Many Thanks.