I think I got stucked using addstylename, but I think I should have resolved
now.
Thanks :)

2009/6/8 alex.d <[email protected]>

>
> Use:
> .my-HyperLink a{
>    color: red;
> }
>
> .my-HyperLink a:hover{
>    color: red;
> }
>
> in your MyApp.css
>
> and set:
>
> hyperLink.setStyleName("my-HyperLink");
>
> On 8 Jun., 09:40, Zenon <[email protected]> wrote:
> > I shoudn't go wrong, but this code is good when mouse goes over I
> > think.
> >
> > Instead, I would change ONE hyperlink style permanently, and let the
> > others one be as default.
> >
> > I would not to use element id, but change style of the element with
> > addstyle function.
> >
> > Thanks
> >
> > On 8 Giu, 08:55, "alex.d" <[email protected]> wrote:
> >
> > > Use:
> > > .gwt-HyperLink a{
> > >     color: red;}
> >
> > > .gwt-HyperLink a:hover{
> > >     color: red;
> >
> > > }
> >
> > > in your app.css
> >
> >
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to