I have an input variale text with the following attributes:
<input type="text" style="font-style: italic; color:#808080; font-size: 16px; width: 510px;" id="categ" value="default" name="categ" onfocus="this.value = ''; this.style.color='black'; this.font_weight='normal'">
i want to clear the formatting style onfocus. It clears the color and text but not the italics weight. I have also tried font-weight and font.weight