Simple web design, web development, information technology, & technical communication

Articles and resources for web developers and the average person. Topics include web development, web design, technical writing and communication, and all aspects of information technology.

CSS


CSS Link Styles

Sunday, March 5th, 2006 by Chris Jason

One of the easiest, yet most interactive, elements you can add to your Web site is dynamic link text—links that change their appearance once the user puts their cursor over them.

No Comments (Talk about it now)

Horizontally center layout in CSS

Wednesday, December 21st, 2005 by Chris Jason

A good way of dealing with users on different screen resolutions is to center your Web design horizontally. This will ensure, regardless of the user’s screen size, that there is an equal amount of space to the left and right of the main design area, producing an overall "fuller" look to your site.

4 Comments (Talk about it now)

Using basic CSS in Web pages

Sunday, November 13th, 2005 by Chris Jason

In a previous article, I answered the question of, "What is Cascading Style Sheets (CSS) and why should you use it?" In this article, I’ll show how to use basic CSS in your Web pages.

No Comments (Talk about it now)

What is CSS and why should you use it?

Saturday, November 5th, 2005 by Chris Jason

CSS stands for Cascading Style Sheets. It is a markup language used to format the “look” of web pages. This includes overall layout, text size, style, and formatting, table formatting, link properties, and more. When used correctly, CSS allows one to define the look of an entire site in one single document. If you’re a Web person who doesn’t already utilize CSS, you should be very excited right now, as it can quickly become your new best friend.

No Comments (Talk about it now)

Articles By Category

Stay Updated