Re: How to underline a label in a template column?
- From: joey.powell@xxxxxxxxxxxx
- Date: 24 Jun 2005 20:57:21 -0700
Java-less:
Try using an asp hyperlink instead. You can then use a CSS class (for
example: "MyClass") to make it behave like you want...
a.MyClass
{
text-decoration:none;
}
a.MyClass:hover
{
text-decoration:underline;
}
JP>
.
- References:
- How to underline a label in a template column?
- From: basulasz
- How to underline a label in a template column?
- Prev by Date: Re: Span vs Label
- Next by Date: Re: Q: form authentication complete?
- Previous by thread: How to underline a label in a template column?
- Next by thread: How can I keep a session alive while...
- Index(es):
Relevant Pages
|