On 9/22/06, Magenta Placenta <[EMAIL PROTECTED]> wrote:
> Does anyone know if it's possible to do an animated/scrolling show/hide with
> css/javascript/dhtml like how Yahoo is doing "Mail", "Messenger", "Radio"
> etc on the top right side of http://www.yahoo.com/.

Well, it's obviously possible, since Yahoo! is doing it (that *is*
css/javascript/dhtml, and not Flash).

> With just css, you get that hard "on" or "off" transition with show/hide.
> I'm looking for a way to do a nicer show/hide transition.

You end up having to write JavaScript code with timers
(window.setInterval), but sure.  Set the height of the element to 0
and then grow it gradually up to whatever the desired height is...

-- 
Mark J. Reed <[EMAIL PROTECTED]>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to