Search results for query "css" (36):
May 2, 2006
Hilco van der Meer
Cascading Stylesheets Advantages: 5 Reasons To Use CSS
1. The content is separated from the design
Because you are able to create a separate Stylesheet and link it to all your webdocuments, you have great control over how your website looks. So if you want to change a certain aspect of your page, you only need to alter one file: your Stylesheet! This Of course, generates some great flexibility. This flexibility is not available when your website is using tables for layout, inline font tags or inline defined colors.
A single CSS file can contain positioning, layout, font, colors and style information for an entire web site.
2. You site uses less bandwidth and loads faster...
Apr 29, 2006
Herman Drost
Top 12 benefits of Using CSS for Web Pages
If you are still designing with tables then you are missing out on a lot of the benefits of cascading style sheets (CSS). Tables were not supposed to be used for designing but unfortunately it has been the standard for a long time. Not any more..
Feb 18, 2006
CSS Positioning Within a Container
One of the best things about
CSS is that you can position an object absolutely anywhere you want in the document. It's also possible (and often desirable) to position objects within a container. It's simple to do too.
Feb 14, 2006
CSS and round corners: Boxes with curves
One of the main reasons for having to use images on any web page is to create curves and round corners. It's currently impossible to create any kind of curved shapes using just HTML, so images need to be used. Putting these images into the HTML document with a table layout can create a large amount of superfluous code. Using the power of
CSS we'll create the following box with round corners, without an <img tag in sight.
Feb 2, 2006
CSS font shorthand rule
Learn how to shorten those
CSS font rules.
Jan 11, 2006
Moving from Tables to CSS
Learn how to migrate your existing sites from tables to
CSS, and how to start including more
CSS based design into your workflow. Why? Because I still think many people find learning to build
CSS layout sites from scratch difficult. There's a steep learning curve associated with
CSS design, much more so than tables, and getting consistent results across different browsers is tricky, even for the more experienced.