Tuesday, September 21, 2010

Re: Hyperlink like GMail

You will have to set the hover of the element, like this for example:
a:hover {
    background:#ffc;
    text-decoration: underline overline;
    color: #FF0000;
}

2010/9/21 chinese <daniela.iervo@gmail.com>
Hi everyone,
can someone help me?
I want to create hyperlinks like gmail in my application. I mean, I
want the hyperlinks appear like "inbox", "buzz" (etc..) hyperlinks in
gmail. How I must change the style of hyperlinks?
Thanks!

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment