hkarthik 0 Light Poster

hi all,

i am using a button on my webpage. For example let the text in the button be "Dani Web". So what i want to do here is, while running this page when i keep my mouse pointer over this command button, the text in that button should be highlighted(like increasing the font size or something) and when i take my mouse pointer away from that button the text should go back to it's normal form.

I tried using this scripts, but no use.

Me.Button1.Attributes.Add("onmouseover", _
"--------('Dani Web');")


how should i change this script so that my text get's highlighted. Help me

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.