[jQuery] Re: text input glow effect

2008-07-02 Thread Alexandre Plennevaux

On Wed, Jul 2, 2008 at 3:42 PM, cecil <[EMAIL PROTECTED]> wrote:
>
> Hello ... I'm really new to JQuery; today would be my first time using
> it actually. i'd like to reproduce the input highlight effect that
> safari applies. when the input is in focus, the border has somewhat of
> a glow effect to it.
>
> Does anyone know of technique that I could apply to allow this effect
> to happen in IE & FF ?
>
> Thank
>

Welcome on board !
you don't need javascript for that: simply with CSS :

input:focus{
background-image: url(highlightedinput.gif) ;
}

-- 
Alexandre Plennevaux
LAb[au]

http://www.lab-au.com


[jQuery] Re: text input glow effect

2008-07-02 Thread MorningZ

Doesn't look very easy (yet anyways), but there's plenty of options

http://www.google.com/search?q=css+cross+browser+glow

jQuery could help apply the styles and like