hi I am not getting how to set the color for the hyper link in gwt.
I am trying to change the color of hyperlink to red but it is showing
blue color only.
I am pasting my code plz check and tell me the idea....
private static Hyperlink hLink_= null;
hLink_ = new Hyperlink("Home", "home");
hLink_.setStyleName("evpn-tabbedButton");
.evpn-tabbedButton {
font-size: 12px;
font-family: Arial;
color: #ff0000;
text-align: center;
white-space: nowrap;
background: no-repeat center top url('/
com.infovista.vistamart.evpn.Home/resources/images/
tab_unselected.gif');
width: 79px;
height: 17px;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---