CSS Articles
Converting HEX and RGB Color Codes
When you need to convert a HEX or RGB color code into the other, this converter is fast and handy.
CSS can be used to create circles.
Using CSS for drop shadows within an image.
Floating Layer At Cursor Position
This post shows how to implement layers that will display content over existing content just below and to the right of the cursor position.
CSS can be used to publish a linear color-gradient border around images, divs, content columns, etc.
Padding Makes Div Dimensions Larger
Firefox, Safari, Chrome, and Opera, both Mac and PC, enlarge the dimension of the div by the amount of the padding when styled as in the examples. IE does not. I'll describe how to make a div with dimensions that stay the same in each browser.
To make pull quotes, start with CSS definitions for pull quotes on the right and left sides of the article. Then, use the appropriate class name in any HTML block tag to publish the pull quote.
If you've been holding off on creating sections of your web page to show or hide on demand because you were uncertain exactly how to implement it, hold off no more. I'll show you an easy way. The JavaScript is copy 'n paste.
Here is copy 'n paste JavaScript and easy instructions for creating a floating div layer that can be shown or displayed with a click or a mouse-over.
As a design element, a header may be set on its side and to the left of the content.
How to specify the width of HTML tables.