Unable to control height in Safari

  •  04-08-2008, 10:51 PM

    Unable to control height in Safari

    If Height > 0 Then
       txtEditor.Text.Height=Unit.Pixel(Height)
    End IF
     
    The above code has no effect on the height of the editor when rendered in safari.  Works great in IE and FireFox.

    Is there a work around or a better way to accomplish this?
View Complete Thread