Discover the “Cool” of CSS: 25 Advanced CSS Techniques


Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.  I prefer to use CSS, rather then JavaScript or Jquey, if the same functionality can achieved by CSS because it is most likely that some people might turn off JavaScript in their pages but not CSS. While some web designer might disagree because of CSS’s lack of ability to make the web pages more dynamic I still think CSS is the way to go.

1. CSS Gradient Text and Background

css_gradient


Would not it be much better if you can use gradient background without using any image? It would make your page load faster.

How about Gradient Text ?

gradient_text

2.Image Overlay Using Z-Index

z-index

The z-index property sets the stack order of an element. Using z-index  you can put one image or text on top of each other.

3. Using the CSS Boder Creatively

border

star

4. A Cool CSS Effect – Dashboard

osx

5. Creating 2D/3D buttons using CSS

css_button css_button2

Create some cool looking buttons using CSS only.

6. Text Embossing/Shadow Technique With CSS

Using this technique you can create iPhone like embossed Text

CSS_emboss

   1. text-shadow: 0px 1px 0px #e5e5ee;   

7. Iconize Text links/Hyperlink with CSS


icon_text

8. CSS Curly Quotes

qoutes

9. Using CSS Opacity for Various Cool Effects

css_opacity_menu

10. Blurry Background Effect

blurry_bg

11. CSS Parallax Effect

parallax

12.Create a Lightbox effect only with CSS

css_lightbox

  • Here is another useful  technique that is using CSS and a little Javascript to create the lightbox effect.

13.CSS-Only Accordion Effect

css_accordian

14. Add grunge Effect to Text Using Simple CSS

grunge1

  • In this short tutorial you will see how to add grunge effect to your text using just CSS and one image.

15.Create a Block Hover /Element Hover Effect

block_hover

16. Simple Dither Effect using CSS

dither

17. Create a  liDock Menu

css_dock

18. CSS Hover Swap Effect

hover_swap

19.  Polaroid effect using CSS

polaroid-css

20. CSS Magazine Style Layout

magazine

21. CSS Hoverbox Menu

22.CSS TABS – CSS Only “DOM TABS”

css_tab

23.CSS Magic with Fixed Background-attachment

css_magic

24.CSS tooltips

tool_tips

25. Pure CSS Preloader

css_loader

If you enjoyed this post, get free updates by email or RSS.

Posted Under: CSS, Tips

Tagged: , ,

  • Bookmark on Delicous
  • Share on Reddit
  • Share on Technorati
  • Share on Facebook
  • Share on Stumble Upon
  • Share on Stumble Upon

61 Responses to “Discover the “Cool” of CSS: 25 Advanced CSS Techniques”

  1. nice list of css techniques alot of them area really interesting thanks.

  2. Azim says:

    thanks for sharing with us such wonderful techniques
    Azim´s last blog : Robbing Peter to pay Paul

  3. N-Designs says:

    awesome. thank you.
    N-Designs´s last blog : Manny Pacquiao vs Cotto Livefeeds

  4. said says:

    You and I have been reading and enjoying a lot of the same blog posts, I see! Thanks for adding my post to this great collection.

  5. Simply amazing…never thought all of these were possible with CSS ?? How about browser compatibilty , especially with our old friend IE 6

  6. Bony Yousuf says:

    the best there is…

  7. Will says:

    Great techniques – thanks!

  8. Rory Martin says:

    Great stuff, thanks for the css tips.
    Loving Blurry Background Effect so simple but very effective.
    Thanks for the knowledge.

    Rory Martin’s last blog post..Careers in Web Design – Recruitment

  9. Kawsar Ali says:

    @Cukrzyca i pompa inslinowa: Thanks. Sorry about that. Link is fixed

  10. Ralph says:

    Great post, and thanks alot for the link to my CSS Parallax article!

    Ralph’s last blog post..ForTheLose.org’s Giveaway Extravaganza!

  11. Vernon says:

    Cool list… Lots ‘o goodies on there.

    Vernon’s last blog post..Reading CSV File With CodeIgniter

  12. Hi,
    Last tutorial: 25. Pure CSS Preloader is without link, fix it please
    Best regards
    Rafal

    Cukrzyca i pompa inslinowa’s last blog post..Pompa insulinowa będzie finansowana przez NFZ

  13. Gabe says:

    Great list of resources, thanks for the round up. Definitely bookmarking this list.

  14. Kawsar Ali says:

    @Renato P. dos Santos: @theGweilo-com: Thanks . hope this technique will be helpful

  15. Really cool! Very helpful. I’ll start using some of these features right now. Thank you very much.

    Renato P. dos Santos’s last blog post..Siftables – O lego do século 21?

  16. Great stuff! Thanks, it will useful for my site

    theGweilo-com’s last blog post..Wide range of Art from Asia

  17. Kawsar Ali says:

    @Violet: Emboss effect is basically done by using text shadow. so the background color has to be right.

  18. Violet says:

    Very interesting. Many of these I can’t see using on a day to day basis, but some of them can definitely be used often and for business websites (css tool tip is nice).

    It’s just a bummer that the embossing won’t work on anything but Safari. ;_;

    • stk says:

      Interesting, but I would never use #12 (Create a Lightbox Effect using only CSS) for several reasons.

      Firstly, it’s not a pure-CSS technique, as it relies upon (and fails miserably without) JavaScript.

      Secondly, even as a JS technique, it’s crap. Here’s Why

      Hope this helps.

      -stk

      PS – Coincidentally, I’ve also authored a pure-CSS tool-tip technique, which your readers may find useful.

  19. pretty nice list, huh, gonna inspire and learn from here after a while :)

    Dainis Graveris’s last blog post..22 Professional WordPress Themes And Resources:Less Is More

Trackbacks/Pingbacks

  1. Discover the “Cool” of CSS: 25 Advanced CSS Techniques | Theme Center
  2. Twitter Trackbacks for Discover the “Cool” of CSS: 25 Advanced CSS Techniques | Desizn Tech [desizntech.info] on Topsy.com
  3. 25个高级CSS技巧教程 | 帕兰映像
  4. Discover the “Cool” of CSS: 25 Advanced CSS Techniques | Desizn Tech
  5. CSS | Desizn Tech « Social Media Greece
  6. Some links for light reading - Part 3 | just4freaks.de
  7. 365必备资讯网 » Blog Archive » 25个高级CSS技巧教程
  8. Linkwatch - interessante Artikel im Netz | Tegget.de | Die Blog-Gemeinschaft
  9. ZioNews » Discover the “Cool” of CSS: 25 Advanced CSS Techniques
  10. 神奇的CSS-25个样本迷死你 | 鹏博客

Leave a Reply