Hyperlink enabled problem

  • Thread starter Thread starter Ian Oldbury
  • Start date Start date
I

Ian Oldbury

Hi

we've got an asp:hyperlink on a page and all is fine until we set the
enabled property to false then the size of the text changes.

the html source shows
<a id="hypPrice" disabled="disabled" target="_blank">Price</a>
is it possible to control what "disabled" does to the rendered html?

any ideas?

ian
 
I don't seem to have any trouble controlling the size using CSS, but the
color wants to stick to grey. ;o

-John
 
Back
Top