Arne Vajhøj said:
Arne,
I have discovered how it works.
Once you have in the style sheet e.g.
..LinkButton1
{
// some code
}
you can add
..LinkButton1:hover{
background-color: yellow;
}
Then the link button will light up yellow as you hover it
which is funky. But what you cannot do is keep the linkbutton
yellow till you klick another linkbutton so the user will know
what he/she has been referred to e.g. in a neighbouring textbox.
That would of course need something other than "hover". But
I don't see that option available.
If you create one of several click functions and in one
function you want to give the linkbutton background
colour yellow, till you click another linkbutton, then
there is no way of doing that - that I could find.
Zach.