Hi,

I am having a content editable div which is used to act like a rich text
editor. I also have got a toolbar with two combo boxes (Font face and font
size) and other tools such as bold, italic, underline, font color etc., etc.

The rich text editor works fine. I am using the Document.ExecCommand to
change the font/size etc.

my problem is the font face and font size combo boxes don't change when I
navigate between different paragraphs having different font faces and sizes.

is there a way to identify the font details of the current cursor position
and fire a method to update these combo boxes when the user is navigating
between text?

Thanks in advance.

Kind Regards,
Rex Devapriya De Silva