Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Darcy Jones   on Feb 20 In Asp.net Category.

  
Question Answered By: Lurlene Fischer   on Feb 20

Actually I prefer Roberts version with trhe status bar set to the name of the file.

Anyone ... I am absolutely positive but cannot for the life of me recreate it .... I have it in a book (somewhere) .... how to change the class of something on rollover.

That way you could use a <asp:hyperlink> with url set to nothing, onclick as below, and mimick the A rollover


HyperLink hl = new HyperLink()
hl.Attributes["onclick"] = blah blah

hl.Attributes["onmouseover"] = "this.class='rollover'";
hl.Attributes["onmouseout"] = "this.class='rollunder'";

But I cannot get it to work ... maybe using "style=...." .. I dunno ... my book is at the bottom of a box with a load of junk on top ( am doing the kitchen up you see).

Any good to anyone ?

Share: