This is a discussion on All Css within the Website Design Forum forums, part of the Website Design & Development category; I was just wondering,is it possible to make an all css layout?I mean sure the text will be in the ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| | #3 (permalink) |
| Newbie | You can customize the entire layout of a site using "all CSS". Just take a look a the CSS Zen Garden. All the pages there are the same, except for the CSS file they use... You'll probably be amazed. Of course you need HTML, but in the body you wont need much else beside <div>, <span>, form tags if you need them, and <a> (you don't even need the latter if you use JavaScript/DHTML) if you use a lot of CSS formatting. CSS can set colours, widths, heights, fonts, sizes, positions, if/how things are displayed, lots of things. If you want, you can take a look at my CSS Tutorial, which outlines the basics of CSS and how they are used. |
| | |