By tag: css
0
kicks
Creating stylish pagination links | CSS Library
Do you want to add some style to your pagination links?
0
kicks
How to create a CSS TableLess Form
This article is about creating a form without using any tables, which can be easily customized and used in your own site
0
kicks
Removing unused CSS Classes from your web application
2 ways to clean up your Css by removing unused classes.
0
kicks
Use CSS and jQuery to let User Choose to Print in Black and White or C
I have some reports on our intranet that look great in color on the screen, but if someone lucky enough to have a color inkjet sitting on their desk prints them it's pretty likely they have no idea how to change the print settings to black and white to save their color ink if they want to. Today I w...
0
kicks
Turn postcard photo into a stunning comment form using CSS
Comment forms allow visitors to leave their impressions about the content. Although the content is a king, general impression isn't negligible at all. Each element in a design can contribute to a better user experience. This applies to comment forms as well. This tutorial will teach you how to make ...
0
kicks
Override Chrome's Automatic Border Around Active Fields Using CSS
There might be a time when you don't want Chrome's automatic border around active fields or you want to change its color or something. Its pretty easy to change using CSS if you need to.
0
kicks
Applying stylesheets dynamically with jQuery
A colleague of mine asked me how to apply a stylesheet to a web page dynamically using jQuery and I had never done such a thing but my first thought was that is must be pretty simple.
0
kicks
Easy way to improve your image gallery using jQuery
Let's say you are browsing a CSS gallery and you want to check out some new and beautiful website designs. And you are of course interested in some details - for example, which category design belongs to, what's the rating or whatsoever. This information could be rendered below thumbnail, but there ...
0
kicks
40 CSS/JS Styling and Functionality Techniques
Designing effective web forms isn’t easy, as we need to figure out more practical styling and functionality techniques to provide a great user experience.
Recently there have been a number of noteworthy techniques such as styling different form fields, live validation, Context highlighting, tradi...
0
kicks
CSS design patterns: Helper classes
Helper classes are reusable rules that use class selectors. Helper classes are designed to let you: 1) Apply style to an element without having to create a special rule for that element. 2) Abstract away browser inconsistencies. 3) Make documents more style readable.
0
kicks
How to easily enhance your existing tables with simple CSS
A detailed example of how to use CSS to style an HTML table. The example is specifically focused on styling a table generated on the client-side via AJAX, but is applicable to any HTML table.
0
kicks
Add grunge effect to text using simple CSS
Excellent, as usual, demonstration on how to do something pretty cool-looking using css by janko. Excellent style and idea inside...
0
kicks
IE8 Beta – Pointers for making your website compatible with IE8
"IE8 Beta 1 has been out for several months now and we are closing in on the release of IE8 Beta 2, which has been announced for August 2008 by the IE team. Now is a good time to get started on ensuring site compatibility with this new release."
0
kicks
Using CSS to Do Anything: 50+ Creative Examples and Tutorials
"CSS can powerfully open the doors to a lot of rich and unique techniques. Today we are presenting a round-up of CSS coding, creative approaches and techniques."
0
kicks
Creating always visible div using CSS
Explains how easily we can create an always visible div using very simple CSS trick in html..