Category Archive for: "CSS"

  1. CSS

    Set Cellspacing Cellpadding in css

    Ever wanted to Set Cellspacing Cellpadding in css but didn’t know where to begin? Worry no more. In this article, I am going to show you how to easily set cellspacing, cellpadding  in CSS. The CSS & HTML source code are provided & you can try experimenting with the values to suit your purpose. So read […]

  2. CSS

    CSS Disable Text Selection Example

    Although accessibility is a primary requirement of any website design, there are times when you wish that some areas of the website, such as hyperlinks text (when rendered as buttons) selection is disabled. So with just few lines of code in css,  disable text selection of any div or hyperlink, etc. using CSS.

  3. CSS

    Center UL Using CSS Example

    Have you wondered how to Center ul using pure CSS? Read on to find out how to do this using only few lines of CSS code.

  4. CSS

    How to create “Stitched” look using CSS3

    Ever wanted to create a Stitched look using CSS only without using any graphic tools? Here’s a little snippet of code that lets you achieve exactly that.

  5. CSS

    CSS3 Drop Shadow Example

    One of the coolest new feature of using CSS3 is giving the effect of drop shadow to images, buttons, etc. without having to get your hands dirty with software such as Adobe Photoshop, Adobe Fireworks, etc. Here is a 1 line solution that you can use in your CSS to instantly apply CSS3 Drop Shadow […]

  6. CSS

    2 lines of code: Target IE6 IE7 CSS

    Are you a designer who have had a hard time trying to maintain consistent styling across browsers like IE6 and IE7? Have you ever wondered if there is any simply solution to solve this problem? Here is a 2 line solution that will let you target IE6, IE7 CSS & solve this problem.