background preloader

100 Great CSS Menu Tutorials

100 Great CSS Menu Tutorials
Aug 23 2011 Navigation is such an important part of your website. It’s how your visitors navigate to the main areas of your site and makes it easy for them to find your good content. CSS is of course the perfect language for designing beautiful navigation menus. Today we would like to show you 100 of these tutorials; 75 horizontal CSS menu tutorials and 25 vertical CSS menu tutorials. Horizontal CSS Menu Tutorials 1. View Tutorial | Demo 2. View Tutorial | Demo 3. View Tutorial & Demo 4. View Tutorial | Demo 5. View Tutorial | Demo 6. View Tutorial | Demo 7. View Tutorial | Demo 8. View Tutorial 9. View Tutorial | Demo 10. View Tutorial | Demo 11. View Tutorial | Demo 12. View Tutorial | Demo 13. View Tutorial | Demo 14. View Tutorial & Demo 15. View Tutorial | Demo 16. View Tutorial | Demo 17. View Tutorial 18. View Tutorial | Demo 19. View Tutorial | Demo 20. View Tutorial | Demo 21. View Tutorial & Demo 22. View Tutorial | Demo 23. View Tutorial | Demo 24. View Tutorial & Demo 25. View Tutorial | Demo 26. 27.

CSS3 Bling in the Real World All you disco-dancing designers out there (no more anticipation of alliteration) have been loving the new features CSS3 provides for making websites look cool in an easier, less hackish, and more straightforward fashion. Features like CSS3 gradients, drop shadows, rounded corners, animations, and opacity are giving us the promise of less time spent in Photoshop, fewer horribly nested <div>s, more flexibility, and more fun! Not to mention more time down at the pub, excitedly showing your friends your latest cool experiments on your iPad, while sipping on a smooth glass of ale with an intense air of self-satisfaction and smugness. The new breed of CSS3 shizzle even allows a self-confessed design amateur like myself to produce some fairly tasty looking designs. On both desktop and mobile (and other alternative browsing devices) there are rendering engines out there other than Webkit. Ok, I’m probably not saying anything that you don’t know already. A suitable example? Web fonts#section2

Responsive Content Navigator with CSS3 Today we want to show you how to create a responsive, css-only content navigator. View demo Download source Today we’ll show you how to create a content navigator with CSS only. The images used in the demo are by super-talented Karrie Nodalo. Please note: the result of this tutorial will only work as intended in browsers that support the CSS properties in use. In the following we’ll be going through demo 3. The Markup For each of the different slides that will either contain a set of links, sub-slides or some content, we will have a division with the class cn-slide. There will be one main slide that will have links to three sub-slides. The sub-slides and the slides with content will have a link back to their previous “layer”. Let’s take a look at the CSS! The CSS The main container will have a min-width and a max-width which will allow us using a percentage for the width but guarantee that it will not become too big or too small: The slides will also be placed absolutely. Demos And that’s it!

15 Free Admin Panel Website Templates - XDesigns Bored with the look of your website admin? if so, you can use and download these free admin panel templates that will give you an interactive looking design for your back-end administration user interface including website statistic chart design, navigation menus, custom designed icons and much more. If you want to access your dashboard from mobile device, you can choose a bootstrap based admin website template that will make your admin dashboard become responsive and adaptive to any types of screen resolution. Please share this post and don’t’ forget to check out 50 free HTML business templates and also beautiful collection of portfolio website templates for designers. 1. Simple Admin Panel Template 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15.

42 Outstanding FREE UI Kits for Web Designers Internet is full of freebies for web designers and developers. Today, we will be covering 42 free UI Kits and templates. All of them are editable in PSD format and mostly covering all of the basic UI elements such as textfield, checkboxes, radio buttons, buttons, drop down menu and some other cover extensive list of elements. Well, you might say, "They're gorgeous! Mac and Windows platforms, they both render the form interface differently, and it's inconsistant in different browsers as well. However, you will need to do a little bit of investigation to integrate it. jqTrasform: jqTrasform is a jQuery styling plugin. They're absolutely something you need to keep it in your graphic/design library.

Sliding Image Panels with CSS3 Today we'll show you how to create some neat sliding image panels with CSS only. The idea is to use background images for the panels and animate them when clicking on a label. We'll use radio buttons with labels and target the respective panels with the general sibling selector. View demo Download source Today we’ll show you how to create some neat sliding image panels with CSS only. The beautiful images are by Joanna Kustra and they are licensed under the Attribution-NonCommercial 3.0 Unported Creative Commons License. You might as well be interested in Filter Functionality with CSS3 where we have used a similar technique for filtering elements based on their type. Please note: the result of this tutorial will only work as intended in browsers that support CSS transitions and animations. The Markup The HTML will consist of three major parts: the radio buttons and the labels, the container with the panels and their “slices” for each image, and the titles. Let’s style this baby. The CSS Demos

Continuous Reel Slideshow Description: Continuous Reel Slideshow lets you showcase images in a reel like fashion, one image at a time and in an continuous manner, with no breaks between the first and last slide. The reel can be played from left to right (horizontally), or top down (vertically), and pauses onMouseover. You can implement controls to allow users to manually move the reel forward and backwards, instead of it playing automatically. With that brief introduction out of the way, here are the script's features: Displays images one at a time with no breaks between the first and last slide (and visa versa). This reel is looking good! Note: This script now replaces the two defunct scripts Up-down Image Slideshow Script and Left-right Image Slideshow Script. Demos: Directions Add the below code inside the <HEAD> section of the page: The above code references the external file "reelslideshow.js", which you should download (right click, and select "Save As"). Step 2: Then, insert the following sample HTML for

10 Lightweight and Minimal CSS Frameworks The CSS framework should be based on your current web design projects complexity and functionality requirements, and not be based only on a personal preference, as most web designers tend to do. In this post, we collected 10 lightweight and minimal CSS frameworks. Enjoy! Related posts: 1. 1 line CSS Grid Framework This is the challenge of writing entire CSS layout system with one line CSS class. Source 2. Tiny Fluid Grid ships with an index.html with demo code, and the grid.css containing the CSS for the grid you created. Source 3. A simple, lightweight approach that doesn’t require a PhD. Source 4. Stands for Sensible Standards CSS baseline, (pronounced “sense”). Source 5. A fixed layout, based on the 960.gs, but with a twist in its philosophy to make it more flexible and faster to play with boxes. Source 6. Source 7. Built with typographic standards in mind, Baseline makes it very easy to develop a website with a pleasing grid and good typography. Source 8. Source 9. Source 10. Source

CSS3 Lightbox Today we want to show you how to create a neat lightbox effect using only CSS. The idea is to have some thumbnails that are clickable, and once clicked, the respective large image is shown. Using CSS transitions and animations, we can make the large image appear in a fancy way. View demo Download source With the help of the pseudo-class :target, we will be able to show the lightbox images and navigate through them. The beautiful images are by Joanna Kustra and they are licensed under the Attribution-NonCommercial 3.0 Unported Creative Commons License. Please note that this will only work with browsers that support the :target pseudo class. Let’s do it! The Markup We want to show a set of thumbnails, each one having a title that will appear on hover. The anchor for the thumbnail will point to the element with the id image-1 which is the division with the class lb-overlay. Note that we only use a navigation in the last demo. Let’s beautify this naked markup. The CSS And that’s all the style! Demos

6 Best Logo Maker & Creator Software Twitter has a bird, Nike a tick, McDonald’s the golden arches and Apple an apple. All of these are instantly familiar icons. Your logo is one of the most recognizable things about your business. That’s why it needs to be simple, striking and professional. You could hire an agency to work on your brand, or you might prefer to do your logo design in-house. 1. Illustrator – part of the Creative Suite – remains the kingpin of graphic design software, and for good reason. For starters, the pixel grid makes it easy to cleanly align objects, while the precise shape-building tools, brushes, and advanced path controls give you the freedom to create almost any graphic you can think of. When colour needs to be used sparingly, gradients can be very effective. However, Illustrator can be intimidating for beginners. 2. If you’re just after a logo to use for your online collateral, Logomaker could be just what you need. You can create and save up to six web-ready logos and download them for free. 3.

5 of the Best CSS3 Font Tools Fonts have made the most dramatic visual impact on the web since graphic support was added to browsers. A few years ago, it would be impossible to find a website using anything other than Arial, Verdana, Tahoma, Times New Roman or Georgia (or, heaven forbid, Comic Sans). While there’s nothing wrong with standard font stacks, they can become a little monotonous. Internet Explorer has supported web fonts for more than a decade but it’s taken competing browsers a little longer to catch up. However, with great choice comes great responsibility. 1. If you’ve not visited Google Web Fonts, where have you been? You can download any font file but the tool also allows developers to import via an HTML link tag, CSS @import declaration or JavaScript snippet. Did I mention that it’s all free? 2. Font Squirrel is excellent — especially if you’re nervous about handing all font responsibilities to Google. Still not satisfied? 3. Just because a font can be used on the web, it doesn’t mean it should. 4.

Related: