[Javascript] Mapping Image

Henrique Rennó henrique.renno at gmail.com
Wed Sep 13 11:26:28 CDT 2006


Hello!!!

As I said before I just started learning CSS and I'm not understanding so
well how things work. I've attached the html file that I did and I'd like to
know if someone could take a look. What I want to do is to freeze the menu
when the mouse passes over some predefined region in the image refering to
this menu and make it disappear when another region is activated (turning on
another menu) or when the user clicks over a region without any event
associated with. If the menu disappears I think that even "The Flash" could
not get a chance to choose an option!!

Thanks for you help!!

On 9/12/06, Paul Novitski <paul at juniperwebcraft.com> wrote:
>
> At 9/12/2006 08:17 AM, Paul Novitski wrote:
> >         <body class="menu01">
> >         ...
> >         <div class="menu" id="menu01">...</div>
> >         <div class="menu" id="menu02">...</div>
> >
> >
> >         .menu
> >         {
> >                 position: absolute;
> >                 left: -1000em;
> >         }
> >
> >         body.menu01 div#menu01,
> >         body.menu02 div#menu02
> >         {
> >                 position: static;
> >         }
>

-- 
Henrique
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20060913/95248367/attachment.htm>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20060913/95248367/attachment.html>


More information about the Javascript mailing list