Archive

Posts Tagged ‘css’

50 Awesome Animations using CSS3

December 6th, 2011
50 Awesome Animations using CSS3

CSS3 has brought some amazing new features. And the most fun is playing with the CSS animation. Here is a compilation of 50 CSS3 animationthat allows you to perform many motion-based functions normally Delegated to JavaScript. In order to view this effect, you are required to have WebKit browsers like Safari and Chrome ( very [...]

Share

Web dev , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

13 Awesome Javascript CSS Menus

November 4th, 2009
13 Awesome Javascript CSS Menus

Every web designer tries to be creative when it comes to designing the main navigation of the website. Now we present you with 13 awesome Javascript CSS menus that will be very handy and easy to modify to suit your needs. Lets take a look at recent examples of these …

Share

Web dev , ,

Modern CSS Layouts: The Essential Characteristics

October 30th, 2009
Modern CSS Layouts: The Essential Characteristics

Now is an exciting time to be creating CSS layouts. After years of what felt like the same old techniques for the same old browsers, we’re finally seeing browsers implement CSS 3, HTML 5 and other technologies that give us cool new tools and tricks for our designs. But all of this change can be [...]

Share

Web dev , , , ,

CSS Differences in Internet Explorer 6, 7 and 8

October 15th, 2009
CSS Differences in Internet Explorer 6, 7 and 8

One of the most bizarre statistical facts in relation to browser use has to be the virtual widespread numbers that currently exist in the use of Internet Explorer versions 6, 7 and 8. As of this writing, Internet Explorer holds about a 65% market share combined across all their currently used browsers. In the web [...]

Share

Web dev , ,

Cheat Sheet Round-Up: Ajax, CSS, LaTeX, Ruby…

October 12th, 2009

Whether you’ve forgotten the name of a function or the property of a cascading style sheet – handy cheat sheets deliver the information you are looking for – immediately. Most cheat sheets are available as .pdf or .png-files, so you can print them and use them every day for whatever projects you’re currently working on. [...]

Share

Web dev , , , ,

53 CSS-Techniques You Couldn’t Live Without

October 12th, 2009
53 CSS-Techniques You Couldn’t Live Without

CSS is important. And it is being used more and more often. Cascading Style Sheets offer many advantages you don’t have in table-layouts – and first of all a strict separation between layout, or design of the page, and the information, presented on the page. Thus the design of pages can be easily changed, just [...]

Share

Web dev , , , ,

Free CSS Layouts And Templates

October 7th, 2009
Free CSS Layouts And Templates

As a web-developer you don’t have to re-invent the wheel all the time. If it just has to work, and has to be valid, and has to have a nice, visually appealing design hierarchy, you just can use css-techniques developed in the web-dev-community over the last few years. If you take a look around, you’ll [...]

Share

Web dev , , ,

Useful tips for writing efficient CSS

October 5th, 2009

Jonathan Snook has posted a few great CSS coding tips in Top CSS Tips. Several of them come down to personal preferences, and it seems my preferences differ a bit from Jonathan’s in some cases, so I thought I’d go through his tips and note my take on each of them.

Share

Web dev , , ,

Google, SEO and using CSS to hide text

October 3rd, 2009

Many standards aware developers use CSS to hide text for accessibility or usability reasons such as hidden skip links and form labels, image replacement, or displaying help text only when requested by the user. Those are all legitimate reasons to hide text, but many developers have still been worried that Google and other search engines [...]

Share

Web dev , , ,

CSS tips and tricks, Part 2

October 3rd, 2009

This is the followup to last week’s post, CSS tips and tricks, Part 1, where you can find tips on shorthand, default values, colours, inheritance, cascading, and more. In this part I’ll be giving you some tips on grouping selectors, clearing floats, horizontal centring, importing CSS, and a couple of troubleshooting tips. If you think [...]

Share

Web dev , , ,