After you add the style, give it a few seconds and remove it. You can try
something like:

                    new Timer() {
                        @Override

                        public void run() {
                            // Remove the CSS that was added after 5
seconds for example.
                        }
                   }.schedule(5000);
Regards,

Alfredo

On Fri, Feb 17, 2012 at 2:41 PM, Deepak Singh <[email protected]>wrote:

> Hi All,
>
> I need to highlight a particular div area after a certain event somewhere
> else.
> I can  change the background color but i need to achieve it by
> highlighting the div only for few milliseconds.
>
> How can i do this?
>
> Thaks
> Deepak Singh
>
> --
> 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.
>



-- 
Alfredo Quiroga-Villamil

AOL/Yahoo/Gmail/MSN IM:  lawwton

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

  • Highlight a div Deepak Singh
    • Re: Highlight a div Alfredo Quiroga-Villamil

Reply via email to