Quantcast

Category: CSS

Post Pic

Lightest jquery content slider ever – 380 bytes

Today evening i was wondering that why jquery plugins made very complex and why are not lightweight. Jquery has a inbuilt function “animate()” which really create tremendous effects. Therefore i made one content slider using this animate function and found that its script excluding “jquery.js” is less than 380 bytes , yes i repeat its [...]

10 most wanted web icons search engines

Icons are very much needed in almost every web design , templates etc. May be it is wordpress or some other platform , themes do need icons to give all the grace. Today , we have collected 12 icon search engines so as to fulfill your icon need. Iconfinder .

30 must have RSS feed for web designers and developers – OPML file

Maybe you were trying to find sites to help you write better for your own blog or maybe you are searching something for inspirations etc, you are at right place. Today we have collected 30 RSS feed which every web developer and designer should follow. These are niche site in their segments and one should [...]

Drag and drop performance in jquery is slow? Here is the fix

Earlier today, while working on a project we found that our drag drop performance was very slow. We although like jquery but were annoyed by the performance of drag and drop. Then we realized that our HTML is pretty more than others hence the CSS. When we started debugging ,we found , when we remove [...]

Coolest 15 css based html forms rarely seen

Forms are most dull part of any design. The master desiner is who can brighten up this dull part. We have collected 15 most sexiest and coolest forms from the web for you to get inspiration. 1. Footytube

9 ultimate resources for web developers and designer in December 2009

We have collected really helpful resources for web developers and designer from top class websites. Just go through the list and follow as much you can. Inspiration is always good. 1. Beautiful xmas wallpaper cinema 4d and photoshop

7 really worth watching web designs

Really worth watching web design showcase .It’s good to check what others are doing just to try and gain a few ideas and hopefully some inspiration to set you all. TEXT PATTERN

Relative and absolute positioning in CSS

CSS positioning of elements is really sometimes confusing but is very easy to understand. Lets start with static position. Static position is default for any element on a Web page. If position of element is not defined , it will be static and would display inside the normal flow of the page. If you try [...]

Basic difference between div and span

The basic difference between them is ,div is block level element and span is inline level element. Most of us do not know what is block level and inline level elements. As their name implies , block level elements make their presence like a block , like a photo frame, whereas inline element make their [...]

Best trick for clearing float in html

There are many ways to clear “float” property in css. The most common problem with float property is , it collapse the parent div container. For example if you have HTML: ?View Code HTML1 2 3 4 <div class="line"> <div>This is line one </div> <div>This is line one </div> </div>

Sexy bookmark like effect using pure css : re-cleaned

You must heard of sexy bookmark plugin of wordpress. I really like the way it pop up the icons on hover. Sexy bookmarks is using javascript to accomplish this. I tried it using only css. This method of using css is known as css sprites. Css sprite is very useful technique in optimizing website performance. [...]

Page 4 of 41234