OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
A good starting point ?
This page's ID:
24700
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Of course you want to look at [url]http://www.w3.org/TR/1998/REC-CSS2-19980512/[/url], but before you do that take a look at some of these other sites and see how they do it on a real page: [url]css.maxdesign.com.au/[/url] [url]http://www.stopdesign.com/articles/design_process/[/url] [url]http://www.thenoodleincident.com/index.html[/url] [url]www.w3schools.com[/url] Basically what you will find by reading these is that you start by placing your bare content in the page. For example, your page might look something like: [code] <h1>Page Title</h1> <h2>Sub Title</h2> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam</p> <h2>Sub Title</h2> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam</p> [/code] Just get the structure of the page laid out in terms of the individual types of elements. This will allow the page to degrade gracefully in browsers that don't support css. Once I have that complete, I start adding css and testing in Firefox. I use Firefox because it's compliant with w3c. You might want to use opera or another browser, but don't use Internet Explorer first. Your first css test should be in the most standards compliant browser you can find. After you get the page looking like you want, validate the HTML at [url]http://validator.w3.org/[/url], then validate the CSS at [url]http://jigsaw.w3.org/css-validator/[/utl]. Keep in mind that the validators are your friends. They will often help you find places in your page that are causing the page not to display properly. So if you get to a point where you are having difficulty getting something to work properly, try validating it. Now you are ready to start getting the page to work in Internet Explorer. This all becomes an iterative process where you get the page to work in Firefox, validate it, get it to work in Internet Explorer and go back and test it in Firefox, etc. . -- not necessarily stoned... just beautiful. [url=http://www.hyperbole-software.com/] [img]http://www.hyperbole-software.com/ozone/hyperbole-88x33.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »