Re: [css-d] sliding div in Javascript or CSS

2008-10-14 Thread Leandro Tracchia
great help. thanks! other thoughts welcome. On Tue, Oct 14, 2008 at 6:25 PM, Kathy Wheeler <[EMAIL PROTECTED]> wrote: > > Leandro Tracchia wrote: without getting into too much debate, i need to know what is the best way of creating a sliding div. should i use javascript or css or a

Re: [css-d] sliding div in Javascript or CSS

2008-10-14 Thread Ryan Doherty
Google maps is all Javascript. And regarding how to create anything that 'slides' in a webpage, you'll need JavaScript. I highly recommend jQuery (http:// jquery.com/), it's fast, lightweight and has a powerful animation core. http://docs.jquery.com/Effects -Ryan On Oct 14, 2008, at 3:03

Re: [css-d] sliding div in Javascript or CSS

2008-10-14 Thread Kevin Rodenhofer
You're right, Ryan...I stand corrected...I must have been thinking of mapquest. Ryan Doherty wrote: > Google maps is all Javascript. > > And regarding how to create anything that 'slides' in a webpage, > you'll need JavaScript. I highly recommend jQuery > (http://jquery.com/), it's fast, light

Re: [css-d] sliding div in Javascript or CSS

2008-10-14 Thread Kevin Rodenhofer
Google maps is Flash...not a sliding div. Leandro Tracchia wrote: > yes, or one that moves from the side of the screen. google maps has an > example of this to display more of the map. (http://maps.google.com) > > On Tue, Oct 14, 2008 at 3:58 PM, Christian Heilmann <[EMAIL PROTECTED]> wrote: >

Re: [css-d] sliding div in Javascript or CSS

2008-10-14 Thread Leandro Tracchia
yes, or one that moves from the side of the screen. google maps has an example of this to display more of the map. (http://maps.google.com) On Tue, Oct 14, 2008 at 3:58 PM, Christian Heilmann <[EMAIL PROTECTED]> wrote: > Leandro Tracchia wrote: >> >> without getting into too much debate, i need to

Re: [css-d] sliding div in Javascript or CSS

2008-10-14 Thread Christian Heilmann
Leandro Tracchia wrote: > without getting into too much debate, i need to know what is the best > way of creating a sliding div. should i use javascript or css or a > combination of both. i'm new at css, but i'm learning very quickly. i > just want to know what is the right way of doing it before i

[css-d] sliding div in Javascript or CSS

2008-10-14 Thread Leandro Tracchia
without getting into too much debate, i need to know what is the best way of creating a sliding div. should i use javascript or css or a combination of both. i'm new at css, but i'm learning very quickly. i just want to know what is the right way of doing it before i start doing something the wrong