css cascading style sheets?
graffx_guy101 asked:
Tags: Benifit, Css Style, Elements
This entry was posted
on Thursday, November 26th, 2009 at 9:55 am and is filed under Programming Design.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
November 29th, 2009 at 5:51 pm
NO TABLES! They use DIVS to control the stucture of the layout and external css to style the pages. The easiest way to create them (and the best way) is in Dreamweaver.
December 2nd, 2009 at 11:20 pm
CSS is used for style while (X)html is used for structure. Usualy one site will have 1 css file. More than 1 css file is usualy the same script only changed for diff types of media format.Take a look at yahoo or face book, they have 3 or 4 css styles (one for the intro page, one for your page, one for the error page, one for media containing pages.The main benefit for using css 2.0, and very soon css 3.0 is you can style your entire page within a perfect box model, while tweaking images and backgrounds, fonts, and dynamic scripts to fit in with the rest of the page.