[jQuery] Re: [ definition css in other file ]

2009-01-11 Thread goosfancito
thank´s but i before do this but don´t... On 11 ene, 19:59, "Varun Khatri" wrote: > make a .css file like test.css and use it like: >     > hope this helps!! > > On Sun, Jan 11, 2009 at 3:56 PM, Lord Gustavo Miguel Angel < > > goosfanc...@gmail.com> wrote: > >  Hello all! > > > I have th

[jQuery] Re: i don´t know how add css to my html wit h jquery.

2009-01-11 Thread goosfancito
t: 'left', > >     width: '480px', > >     min-height: '250px', > >     ..., > >     backgroundColor: '#fff' > >     }); > > > See:http://docs.jquery.com/CSS/css#properties > > > Maurício > > > -Mensagem Original---

[jQuery] i don´t know how add css to my html with jq uery.

2009-01-11 Thread goosfancito
Hello all! I have this .html - $(document).ready(function(){ $("p").click(function(event){ alert("Thanks for visiting!"); }); });