Loading...
Uploaded by stetro91 on May 30, 2010
My third small test with jQuery to build a infobox for special words in a text. The first one is created with CSS and the second with jQuery.
Science & Technology
Standard YouTube License
this is similar to a dropdown menu in CSS:
ul#Navigation li:hover ul { display: block;
}
you can hide or show elements with hover effect in father class or element
stetro91 1 year ago
How did you do the pop up with only CSS? :)
realicee 1 year ago
Load more suggestions
this is similar to a dropdown menu in CSS:
ul#Navigation li:hover ul { display: block;
}
you can hide or show elements with hover effect in father class or element
stetro91 1 year ago