What is CSS ?

Resources and Magazine

Reset CSS Techniques

If your are experienced with or have coded a website before, you have probably heard of resets resets are chunks of code designed to make life easier on the coder/designer when coding the website. resets are an extremely useful tool in making your site comptaible. Today, we will have a look at 6 popular reset .

Generic Reset

* {

 padding: 0;

 margin: 0;

 border: 0;

 }

More »

Tags: , , ,
Your Ad Here

CSS Box Model

In the , there is a rectangular area defined. Various styles are provided to give shape to this area. E.g. the distance from left, right, top and bottom; the relation of the box with other boxes; its relation with the content in it is defined using . More »

Tags: ,
Your Ad Here

CSS Tab Techniques

Multiple document interfaces can be realized by implementing tab-based design, the users can utilize to navigate between documents. For tab-design, generally is used, for faster loading and optimization, Ajax can be used too. There are so many Web pages describing tab usage, the ones using most interesting are as follows:

More »

Tags: , ,
Your Ad Here