DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby | Javascript   Site: Statistics
want to join us? register, it's easy | help

browse by tag: css in language

sort by

newest, oldest, most popular


category icon

Printer Friendly CSS

in CSS added by iFadey, on 9/6/2010 css friendly html print printer

In Part I of this tutorial, you learned how to slice a design and write standards compliant Html/CSS. In this part, you will learn how to write printer friendly CSS. I will continue extending the same demo used in Part I and make it printer friendly.

comment save report
category icon

Slicing PSD and HTML/CSS

in CSS added by iFadey, on 9/6/2010 css friendly html print printer psd slice slicing

In this article you will learn how to slice a design and write standard compliant Html/CSS. In its Part 2, you will learn how to write printer friend CSS. Which means when you print your webpage, it will exclude all background images, and colors. This helps anyone printing the document more reader friendly and also save the user’s printer resources as well.

comment save report
category icon

An Introduction To CSS

in CSS added by admin, on 17/9/2007 beginner tutorials css style

CSS is the acronym for: Cascading Style Sheets. CSS is an extension to basic HTML that allows you to style your web pages.
An example of a style change would be to make words bold. In standard HTML you would use the <b> tag like so:

comment save report