background preloader

CSS HTML

Facebook Twitter

Free CSS Drop-Down Menu Framework - LWIS.NET. Description Free CSS Drop-Down Menu Framework was first released back in June, 2008. Since then it has struck the audiences with its perfect cross browser performance and wide variety of drop-down menu transformations and themes. As the internet changes this project remains a steady advocate of purely CSS driven solutions. Modular, with themes. Not only HTML is separated from CSS, but even CSS definitions are categorized into structural and thematic types. Thus creating a new css drop-down menu means creating only a new theme since structure is permanent.

Easily deployable. Frequently Asked Questions Q.Why are you using CSS property visibility and not display in order to reveal and hide drop-down menus? In my tests some versions of IE7 did not handle display property correctly. Now you will be able to manipulate your drop-downs with JavaScript (use animations, etc.). Q.How do I center the menu horizontally? There is no reliable cross browser solution to center those floating menu items. Q. 50+ Amazing Jquery Examples- Part1. Dec 20 2007 * This post is regularly updated. * Many of us have been using a good deal of jQuery plugins lately. Below I have provided a list of the 50 favorite plugins many developers use.

Some of these you may have already seen, others might be new to you. This is just the first series , the second version will be coming soon, stay tuned and Enjoy! Menu 1) LavaLamp 2) jQuery Collapse -A plugin for jQuery to collapse content of div container. 3) A Navigation Menu- Unordered List with anchors and nested lists, also demonstrates how to add a second level list. 4) SuckerFish Style Tabs 5) jQuery UI Tabs / Tabs 3 – Simple jQuery based tab-navigation 6) TabContainer Theme – JQuery style fade animation that runs as the user navigates between selected tabs. Accordion 7 ) jQuery Accordion Demo 8) Simple JQuery Accordion menu SlideShows 9) jQZoom- allows you to realize a small magnifier window close to the image or images on your web page easily. Transition Effects 13) Highlight Fade jQuery Carousel Demo : iframe. CSVAPI - yahoo-finance-managed - Yahoo! Managed - The .NET Wrapper for Yahoo! WebService.

CSS-Tooltip. Auch mit reinem CSS ist es möglich eine Infobox oder Tooltip zu erstellen. Mit ein wenig Probieren bekommt man die tollsten Effekte! Die Beispiele können und sollen nach eigenen Bedürfnissen angepasst werden, z.B. den Rahmen oder die Hintergrundfarbe ändern. Es gibt sicherlich viele verschiedene Möglichkeiten einen Tooltip anzuzeigen. Zwei potentielle möchte ich kurz vorstellen: den relativen und absoluten Tooltip. relativ - heiß hier, dass die Anzeige des Tooltips abhängig von der Position des Textes ist, d.h.

Tooltip erscheint unter dem Text und zwar unabhängig davon an welcher Stelle sich der Text befindet: der Tooltip geht mit! Hier geht es weiter!. Absolut - heiß hier, dass die Anzeige des Tooltips abhängig von der Position der Elternelements ist, z.B. bei einem Menü erscheint der Tooltip immer an der gleicher Stelle zum Elternelement. Der Code dazu sieht so aus: [View] [Download]