CSS and Borders CSS / Getting Started
Without CSS, your choices for borders were those crappy grey ones that surrounded tables and frames. Now however, since page presentation has become such an important aspect of web-design, stylesheets allow you lots of variety in your borders, and you can apply them to anything you want!
CSS and Borders CSS / Getting Started
You can set borders to just about any HTML element. Most likely you will be surrounding blocks of text and images.
Css Borders CSS / Box Model
Using CSS you can apply a border to elements like table cells and images. You can define individual edges (border-right for example) or you can apply the same effect to every edge (border).
Table Cells Into Links CSS / Links Formatting
The way to turn a table cell into a link is to apply a class to a link and to insert the link inside cell, here is the CSS:
CSS Building Blocks CSS / Getting Started
In this tutorial, the focus is chiefly on common CSS building blocks. For the most part, their uses should be fairly obvious, as the terms correlate well with the real world. Margin, padding, borders, widths, heights-all familiar terms for things that do what you are probably assuming they do.
CSS Layout CSS / Layouts
Table structures aren't the most flexible of page layout devices. Now with the release of the CSS-2 spec, and some reliable browser support in the current generation of browsers, you have a new and much improved option.
Cascading Style Sheets (CSS); Backgrounds CSS / Background
Background colors and images can be used for stylistic effects and can be an important element in the design of web sites. With standard HTML, one can assign backgrounds to a web page and to tables and table data cells.
Web 2.0 Layout Mark 2 - More Gradients CSS / Layouts
The first Web 2.0 Layout designed by me was primitive at best. With no gradients, annoying colors, and boring design, it left a lot to be desired. That's where this layout steps in. It brings more to the table in the terms of design and the usability. Overall, when you are done reading the tutorial, you will have yet another easy and good looking layout under your belt.
Scrollable Div's CSS / Scrollbars
On some sites when you see a scrollbar inside a table cell maybe you think they have an inline frame inside the cell, well this can be achieved by using a div using the CSS overflow attribute. The only downside to using this is that you can't change the content inside the cell without changing your code unlike inline frames where you can change the page.
CSS Tutorial For Beginners CSS / Getting Started
In this tutorial, you will learn how to: Create an external CSS file and link it to multiple HTML files; Embed and import a style sheet; Create inline style sheets; Use tap selector and class selector; Set up font sizes, colors, faces and styles; Set up background color and image; Set up margins, text-align and decoration; Create layers; Set up atributes of the table, and more...