Log in

View Full Version : I have the CSS... do I need HTML?



jbutzu
08-07-2009, 03:14 AM
Hi. My question is fairly simple. Do I need to download both the css and html code for the CSS library buttons (as seen here (http://www.dynamicdrive.com/style/csslibrary/item/3d-css-buttons/)) or is the CSS in and of itself sufficent? I am confused. :confused:

Thanks so much.

John

traq
08-07-2009, 03:17 AM
the css is the style. the html is the content. if you don't have the html, there will be no buttons for the css to apply the style to.

So, in short, both are necessary. css styles your html, but does nothing on its own.