On 1/18/07, Ben Liu <[EMAIL PROTECTED]> wrote:
> I'm trying to make an animated navigation menu using unordered lists
> and list items. Test page here-
>
> http://dev.gelatincube.com/jindo/
Sorry to respond to my own post, but I found the basis of a solution
to my problem here-
http://www.quirksm
> CSS: Your menu items consist of an anchor nested inside an
> LI. Which element has been given the onmouseover behavior, A or
> LI? Are they styled to be the same size? If this points to the
> problem, I would style the anchor as a block and dimension it to
> contain its contents, and let the
At 1/18/2007 12:44 PM, Ben Liu wrote:
>http://dev.gelatincube.com/jindo/
>The problem:
>When you mouse over the left-most tab "home", the tab should rise
>slowly and only return to its original position when you mouse out of
>the entire tab. Instead, the browser (tested on Safari, Firefox, IE6)
>de
I'm trying to make an animated navigation menu using unordered lists
and list items. Test page here-
http://dev.gelatincube.com/jindo/
css here-
http://dev.gelatincube.com/common/master.css
(some css in-line and in head section of page, all javascript in head
section of page).
The problem:
Whe