100+ jquery and CSS techniques and Tips and tutorials Galleriffic Photo Zoom Out Effect with jQuery Interactive Photo Desk with jQuery and CSS3 In this little experiment you will create an interactive photo desk that provides some “realistic” interaction possibilities … Continue reading
Category Archives: CSS
50 CSS Tequniqe and Tips every web developer should check
Many Developer want to do work in CSS. Web Developer has special value for CSS. Since CSS 2.0 and CSS 3.0 came many techniques and Tricks invented by Web developers. Here I am giving you some list of CSS Tips. … Continue reading
What is reset css & How to use the reset CSS
Many new web developers or web application developers may be did not heard about reset CSS. Many web developers use the global selectors and global CSS styling. That is very basic reason behind that. They want to display there CSS … Continue reading
JavaScript/CSS Compression
Many times we are searching for Javascript and css compression. Few days before i was searching for Jquery JS library compression. Yes there is compressed version available but i want to make some changes in JS files as per my … Continue reading
how to create text with shadow using css
This tutorial explains how to create a text with shadow using CSS. First let’s create a structure of our text container together with a text. HTML code: <html > <head> <link href=”stylesheet.css” rel=”stylesheet” type=”text/css” media=”screen” /> </head> <body> <div id=”wrapper”> … Continue reading
how to change opacity of image when mouseover with css
In this tutorial we will make an opacity rollover effect with css. It can use for menu items and much more. first create a folder to contain this whole project, save the three images above in the folder. Now open … Continue reading
how to create horizontal rollover list with css
This tutorial explains how to build horizontal lists using “display: inline”. There are many methods that can be used to making a horizontal list. The main ingredient is “display: inline”, applied to the “LI” element. Step 1: Make a basic … Continue reading
how to make website search engine friendly
Over 80% of consumers use search engines to find products and services. These days, no website owner can afford not to have a search engine friendly website. There are a lot of things which one should do to achieve high … Continue reading
how to create 3D push button effect using css
Create a simple button with 3D look for your website using CSS. The main CSS commands you’ll need are: a { display: block; border: 1px solid; border-color: #aaa #000 #000 #aaa; width: 8em; background: #fc0; } a:hover { position: relative; … Continue reading
how to create sticky footer using css or javascript
You can achieve the sticky footer using css very perfectly. Use following css code for creating the sticky footer. Many people gave example of google sticky footer. You can change the footer height as per your need or footer height. … Continue reading


