background preloader

CSS

Facebook Twitter

Pure. HTML5 Up! Responsive HTML5 and CSS3 Site Templates. Sassaparilla – Start your Responsive Web Design Projects the fast way. Create 3D Social Media Buttons with CSS3. Sexy Tooltips with Just CSS. Providing supplementary information about potentially complex elements of a user interface is a central part of any website designer or developer’s workflow in creating usable and accessible websites. One of the most common mechanisms for providing extra details beyond what you can see on the page is the tooltip (a design pattern for showing tips about a particular element on a screen). While many innovative solutions exist using CSS and JavaScript (with and without JavaScript frameworks like jQuery), it’s sometimes useful to look towards new technologies to examine the impact they may have on our current techniques.

Thus, we’re going to look at how using the evolving CSS standard can enhance some lovely cross-browser tooltips. Demonstration of the Sexy Tooltips Check out the demo page of the pure CSS tooltip we’ll be creating. Live demo Download the Sexy Tootips Source Files If you’d like the source code to use and follow along, download it below. css-tooltips (ZIP, 18.8 KB) CSS3 Extras <! Cool Kitten: A parallax scrolling responsive framework. Jalxob.com Buy this domain The owner of jalxob.com is offering it for sale for an asking price of 600 USD! Related Searches This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation. MUELLER GRID SYSTEM. Profound Grid | A grid system for fixed and fluid layouts. Workless - A classy HTML5, CSS3 framework.

A Responsive Off-Canvas Menu. This is a responsive off-canvas menu demo using CSS transforms and transitions. Give it a try on your mobile device! Check back soon for a more accessible version. This article is from my blog. To wrap up 2011 I wrote a few thoughts on web design looking forward. Because I found it so helpful to remain focused with this personal reference, I’m doing it again this year. I encourage you to do the same! This all stemmed from a tweet back in October. This is my personal take: Improve Responsive In essence responsive design is about adapting a website to best fit the device viewport. Accessibility: a canonical web location without fragmentation of content or users. That last point — usability — is one we cannot forget. As Brad Frost recognises: Scrolling through disparate content types is not a good experience. A partial solution I’ve explored is adapting to the viewport height. There is always a desire — and danger — to adapt to things we don’t actually know; context assumptions.

Reject Isolation. Builder « CSSrefresh - automatically refresh CSS files. Interactive CSS3 Lighting Effects. PayPal loading Animation. Bourbon Sass Mixins Library. Bourbon Neat. Metro UI CSS. Simple yet amazing CSS3 border transition effects. 25 Free Responsive HTML Templates. September 19th, 2012 by aditia rahman / No Comments Responsive web design is becoming one of web design trend today, it let the design layout automatically adapt many web browser resolution in normal, widescreen, tablet and smartphone.

Surely this is very helpful for designer who don’t like the mobile web version, in this post I want to share some example html responsive templates that are free to download, you can see the capture page are on smartphone and desktop resolution, they are great for learning and inpiration material. Bulker visit | demo CV Templates visit | demo Yacht’s Florida visit | demo Zeni visit | demo Simpler visit | demo Vintage visit | demo Good visit | demo Fanwood visit | demo RS-5 Clean visit | demo RS-2 Clean visit | demo RS-1 Clean visit | demo Children Castle visit | demo Birchwood visit | demo Summer Park visit | demo Village Hall visit | demo Respond visit | demo Goldilocks visit | demo It Fits visit | demo BigHead visit | demo Lefter visit | demo Minimal visit | demo Greya visit | demo Resume Pinkbiz.

Prefix free: Break free from CSS vendor prefix hell! -prefix-free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed. The target browser support is IE9+, Opera 10+, Firefox 3.5+, Safari 4+ and Chrome on desktop and Mobile Safari, Android browser, Chrome and Opera Mobile on mobile. If it doesn’t work in any of those, it’s a bug so please report it.

Just before you do, please make sure that it’s not because the browser doesn’t support a CSS3 feature at all, even with a prefix. In older browsers like IE8, nothing will break, just properties won’t get prefixed. Which wouldn’t be useful anyway as IE8 doesn’t support much CSS3 ;) Test the prefixing that -prefix-free would do for this browser, by writing some CSS below: Properties/values etc that already have a prefix won’t be altered. It’s not ideal, but it’s a solution, until a more intuitive way to deal with these cases is added in -prefix-free. Firefox (and IE?) Get the jQuery plugin now: Beautiful Buttons for Twitter Bootstrappers.

This is an extension to the Twitter Bootstrap framework. It makes creating pretty buttons easy. (Send improvements to @charliepark.) First, monkey with the sliders on the left. Use your arrow keys for extra precision. Second, copy the CSS in the box below. You should be able to just pop it into your CSS file.

Measuring Element Dimension and Location with CSSOM in Windows Internet Explorer 9. This topic is designed to help web developers understand how to access the dimension and location of elements on the page through the CSS Object Model (CSSOM) in Windows Internet Explorer 9. Understanding Properties That Measure Element Dimension and Location For more information about any of these properties, see Reference. The following diagram illustrates vertical sizing and positioning values for the red element.

Finding an Element's Location Relative to the Page Origin Reference Coordinates relative to the page origin (document origin, regardless of viewport scrolling): Coordinates relative to the viewport origin (visible area of the page): Coordinates relative to an element's margin box origin (unaffected by CSS transforms): Coordinates relative to an element's border box origin (unaffected by CSS transforms): Coordinates relative to an element's border box/bounding box (when CSS transforms are applied): Coordinates relative to an element's padding box (unaffected by CSS transforms):

Circle Hover Effects with CSS Transitions. From our sponsor: Get started on your Squarespace website with a free trial In today’s tutorial we’ll experiment with hover effects on circles. Since we have the border radius property, we can create circular shapes and they have been appearing more often as design elements in websites. One use that I especially enjoy seeing is the circular thumbnail which just looks so much more interesting than the usual rectangular. And because the circle is such a special shape, we are going to create some special hover effects for it! Please note: the result of this tutorial will only work as intended in browsers that support the respective CSS properties.

We will omit vendor prefixes in this tutorial. So, let’s get started! The HTML For most of the examples, we’ll be using the following structure: Although we could use images here, we’ll give ourselves a bit more freedom by using background images instead. Now, let’s make some hover effects! The CSS Example 1 And now, the interesting hover action!

Stitches - An HTML5 sprite sheet generator. Drag & drop image files onto the space below, or use the “Open” link to load images using the file browser. Then, click “Generate” to create a sprite sheet and stylesheet. This demo uses a couple of HTML5 APIs, and it is only compatible with modern browsers. Drag & drop image files onto the space below, or use the “Open” link to load images using the file browser. Then, click “Generate” to create a sprite sheet and stylesheet. This demo uses a couple of HTML5 APIs, and it is only currently compatible with WebKit and Firefox browsers. Stitches is developed by Matthew Cobbs in concert with the lovely open-source community at Github. Copyright © 2013 Matthew Cobbs Licensed under the MIT license.

Implementation After dependencies, Stitches requires a stylesheet, a script, and an HTML element to get the job done: The sprite sheet generator is automatically created in elements that have the stitches class: Documentation Documentation is available here. Dependencies Contributing License Download. Learn CSS Positioning in Ten Steps: position static relative absolute float. 1. position:static The default positioning for all elements is position:static, which means the element is not positioned and occurs where it normally would in the document.

Normally you wouldn't specify this unless you needed to override a positioning that had been previously set. 2. position:relative If you specify position:relative, then you can use top or bottom, and left or right to move the element relative to where it would normally occur in the document. Let's move div-1 down 20 pixels, and to the left 40 pixels: Notice the space where div-1 normally would have been if we had not moved it: now it is an empty space. It appears that position:relative is not very useful, but it will perform an important task later in this tutorial. 3. position:absolute When you specify position:absolute, the element is removed from the document and placed exactly where you tell it to go.

Let's move div-1a to the top right of the page: What I really want is to position div-1a relative to div-1. Footnotes 10. Foundation: The Most Advanced Responsive Front-end Framework from ZURB. SpritePad - Create and edit css sprites. Crunch! - The tastiest LESS editor. WinLess - Windows GUI LESS compiler. Centage – The Smart and Fluid CSS/LESS Framework. CSS-Based Forms: Modern Solutions.

CSS3 Button

Your Sites & Styles - WebPutty. SimpLESS - Your LESS CSS Compiler. Check Browser Compatibility, Cross Platform Browser Test - Browsershots. Layer Styles. CSS3 Image Styles. When applying CSS3 inset box-shadow or border-radius directly to the image element, the browser doesn't render the CSS style perfectly.

However, if the image is applied as background-image, you can add any style to it and have it rendered properly. Darcy Clarke and I put a quick tutorial together on how to use jQuery to make perfect rounded corner images dynamically. Today I'm going to revisit the topic and show you how much more you can do with the background-image CSS trick. I will show you how to use box-shadow, border-radius and transition to create various image styles. View Demo Image Styles Problem (see demo) Take a look at the demo and note that there is border-radius and inset box-shadow applied in the first row of images.

Workaround To get the border-radius and inset box-shadow working, the workaround is to apply the actual image as background-image. Dynamic Way To make it dynamic, you can use to jQuery to wrap the background image dynamically for every image element. Output. Backbone - clearideaz/FireLess - GitHub. DROMOSCOPIO . milleseicentopercento . LIBRERIA DI PATTERN . BACKGROUND PATTERN LIBRARY. 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25. 39 CSS3 Box Shadows Effect for Google Chrome. PNG Compression and Image Optimization - Gracepoint After Five.

Sprite Cow - Generate CSS for sprite sheets. Command-line CSS spriting. (In Russian) OK, CSS sprite tools exist. I'm pretty confident I actually made the very first one But they break from time to time (like mine currently). And then the command line is cool (as opposed to scary) and oh-so-quick. And imagemagick is cool and oh-so-powerful. Creating the image Starting with a list of separate image files: $ ls 1.png 2.gif dot.png phoney.gif tw.gif - 1.png - 2.gif - dot.png - phoney.gif - tw.gif Creating the sprite: $ convert *png *gif -append result/result-sprite.png Yes, that's all!

What? So the imagemagick command is generally something like: $ convert image1.png image2.png image3.png -append result/result-sprite.png But we can also replace the list of images with *s: $ convert * -append result-sprite.png Or as in the previous case, limiting to *.gif and *.png. How about a horizontal sprite? $ convert *png *gif +append result/result-sprite-horizon.png The result: Also note how the source images can be any format - GIF, PNG, JPEG and the result is PNG.

CSS positions Recap. How to Choose a Typeface - Smashing Magazine. Advertisement Choosing a typeface can be tricky. The beauty and complexity of type, combined with an inexhaustible supply of options to evaluate, can make your head spin. But don’t be baffled — and don’t despair. While there are no easy-to-follow rules on how best to choose a typeface, there are many tried-and-true principles you can quickly learn and apply to make an appropriate typeface choice. If you work systematically through the options below, you’ll have a winning typeface choice in no time. What Is Your Goal? The first thing you have to do in order to choose a typeface is form a strong impression in your mind about how you want your audience to react to the text. Perhaps the hardest part of breaking down the typeface selection process is understanding which parts are more subjective and which parts are more objective. Legibility It may seem at first glance that legibility and readability are the same thing, but they are not.

Quick tips for great legibility: Readability Design Intent. Apple OS X Lion Buttons in CSS | Improve your UI | Pixify. CSS3 Button Generator. Everything You Need to Know about CSS3 Color Techniques | Coding. CSS3 is revolutionizing Web by introducing a number of totally amazing elements and attributes that push modern web development a little bit forward. Many features are already supported to some extent in latest versions of the modern web browsers such as Chrome, Firefox, Safari, and Opera.

In this article we will talk about CSS3 colour techniques such as RGB / RGBA and HSL / HSLA color models, opacity, linear and radial gradients, box and text shadows as well as show you some examples of excellent implementation of the CSS3 colour techniques in practice. You will get some hints as to the new markup, understand how to incorporate new CSS3 elements, embrace the new creative freedoms of CSS3 and start using powerful and absolutely awesome CSS3 colour techniques today! You may also be interested in: Newest Design Trends with Popular CSS3 TechniquesHow To Develop CSS3 Border Radius Tool7 Useful CSS3 Code GeneratorsBest Examples of CSS3 Navigations and Menu Tutorials Colors in CSS3 Opacity. CSS3 Patterns Gallery.