Re: dropdown location

  •  06-24-2009, 11:10 PM

    Re: dropdown location

    I resolved this issue by adding the 2 style's on my page.

    <style>

     

    .CuteEditorDropDown

    {

    float: left;

    border: #dddddd 1px solid;

    }

    .CuteEditorDropDown Span

    {

    font: normal 11px Tahoma;

    }

    </style>

    Issue resolved.

    Thanks and Regards
    Yuvika
View Complete Thread