the problem as the title.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You should get the value of "font-weight" CSS property. In IE the bold value is "700" while in Firefox it will be "bold". You need to get the computed style (FF) or current style (IE) of the element. So for IE you will need to execute the following (it is in Java):
For the Firefox:
|
|||||||||||
|