background preloader

A CSS Sticky Footer

A CSS Sticky Footer
A CSS Sticky Footer that just works We've all tried to use a CSS Sticky Footer one time or another, but they never seem to come out right, do they? Well, the days of a hard to understand CSS Sticky Footer are thankfully over. With just a few simple CSS classes with minimal extra HTML markup, I've fashioned a CSS Sticky Footer that even beginners can get a handle on. It's been tested in IE 5 and up, Chrome, Firefox, Safari and Opera. Usage of the CSS Sticky Footer Great! Absolutely. View the CSS or learn about using it NEW: HTML5 Sticky Footer

http://ryanfait.com/sticky-footer/

Slide out and drawer effect The effect is commonly known as an ‘accordion’ and it’s usually used to slide up, or down blocks of content to expose new blocks. The Apple web site is a great demonstration of this effect in action, where the mouse settles on the title of the ‘section’ and the associated links are exposed. What makes this effect particularly cool, is that the drawers maintain a fixed height and slide between restricted area. This tutorial will walk through how to create your own simple plugin, and then replicate the Apple downloads drawers using the very excellent Accordion plugin. Markup

40 Useful Photoshop Web Layout Tutorials Adobe Photoshop is the industry-standard when it comes to creating web page layouts. Photoshop’s versatility, robust set of tools, and excellent workflow management make it the web designer’s preferred application when creating designs for the web. In this collection, you’ll find 40 high-quality tutorials on creating web layouts from scratch using Photoshop.

The Perfect 2 Column Liquid Layout (double page): No CSS hacks. SEO friendly. iPhone compatible. Percentage dimensions of the double page layout All the dimensions are in percentage widths so the layout adjusts to any screen resolution. Vertical dimensions are not set so they stretch to the height of the content. Maximum column content widths To prevent wide content (like long URLs) from destroying the layout (long content can make the page scroll horizontally) the column content divs are set to overflow:hidden. How to Load In and Animate Content with jQuery In this tutorial we will be taking your average everyday website and enhancing it with jQuery. We will be adding ajax functionality so that the content loads into the relevant container instead of the user having to navigate to another page. We will also be integrating some awesome animation effects.

Responsive Column Layouts Typically, to create a column layout, you would need to add the first or last classes to reset the margin space and clear the float. Today I’m going to share a very simple CSS trick to create a responsive column layout using nth-of-type pseudo class. I use this trick to code the WordPress themes at Themify. It doesn’t require any first or last class and the number of columns can be adjusted base on the viewport. In other words, it can be toggled from 4-column to 3-column or 2-column, etc.

CSS Vertical Stretch CSS Vertical Stretch Update: Due to Microsoft’s release of IE 7, parts of this article have become outdated. Please be aware that the * html hack for IE 6 causes some issues in IE 7. As an alternative, the best way to apply CSS rules for IE 6 is to use a separate stylesheet that is only read by IE 6 (or lower). 12 Free And Amazing CSS3 Image Hover Effects For Downloads In this round up, you will discover some cool and amazing CSS3 image hover effects that you can download for free. By using these image hover effects, you can make your web design look more interactive and visually appealing. These effects are created with the help of CSS3 that has made creating appealing visuals easier for the web developers. Here is the complete list of 12 free and truly amazing CSS3 image hover effects for you. Enjoy looking into this collection and have more fun using them in your work. Share your views and suggestions with us via comment section below.

CSS Wrap CSS Tutorial > Wrap Text wrap can be achieved in CSS using the white-space property. Common values of this property are as follows: normal: This is the default. Consecutive white space characters are collapsed into a single white space. 75+ Excellent Wordpress Portfolio Themes An online portfolio website is an excellent way for business owners and freelancers to get their work, skills and client cases in front of potential customers. The word portfolio simply means a bag for carrying loose papers, however, it has many meanings depending on how it is used. In relation to web pages, a portfolio design is typically defined by a popular and often used grid style layout of images of same size.

Why I think divs are better than tables From CSS Discuss "Tables prompt eye-gouging hissyfits among accessibility advocates and Web designers of all stripes, whether oldschool or avant-garde. Both sides are saddled with myths and both argue in large part from ideology. Let’s do a reality check, shall we?" cite: Joe Clark's Building Accessible Websites CSS Class Inheritance: Abstracting Selectors OOCSS (Object Oriented CSS) is a CSS Framework by Nicole Sullivan. It is unique among the landscape of CSS frameworks – it consists of some basic CSS to get you started and best practices to help you build out webpages by adhering to a very strict separation of concerns at both the html content and CSS style levels. Like other CSS Frameworks, OOCSS expects you to build your content on top of your stylesheets instead of the other way around and it is well suited for sites that churn out lots of custom html pages that need to adhere to a common look and feel. The object oriented aspect of the framework is built on the concept of CSS Class Inheritance – a very powerful and natural concept. LessCSS also attempts to provide this feature via precompilation. Unfortunately, it doesn’t really exist yet in either case.

CSS layouts Here are a range of CSS responsive HTML and CSS layouts – including one, two and three column layouts. All layouts are ready to use – as is – with folders, dummy AppleTouch icon, dummy favicon and CSS files in place. All layouts are FREE to use as needed and can be downloaded directly from Github. Simple responsive layouts

Related: