Hi,
I want to know some more about CSS(Cascading Style Sheets). if any tell me websites to helpful on Style sheets. my doubts like below.

howmany version in CSS?
what is z-index?
what is the use of position tag in css?

Recommended Answers

All 3 Replies

CSS comes in 3 Levels and probably the best way to understand it is by taking some time on this link.
Hope it helps you...

I find W3Schools very useful.

the position proerty allows you to specify the number of pixels left/right/up/down you want an element to appear in its containing element. Its used to position most things on the page. Z index refers to what appears on top of other things, creating sort of another layer, coming out of the page. :D

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.