Create Custom Horizontal Rules
Horizontal rules can increase webpage readability by providing a separation between different topics on a page. Horizontal rules are often used to separate a footer or resource box at the bottom of a webpage from the main webpage content. HTML by itself creates some pretty bland horizontal rules. But with CSS designers have the means to create interesting horizontal rules. More ...
CSS Transition Code For a Pulsating Button
One way to bring attention to a webpage element is to make it pulse. Fortunately, CSS level 3 has provided us with easy to use transitions. In this article You use CSS 3 transitions make a pulsing menu button. More ...
Easy Three-level Expanding Menu Code
In a previous article, I described an easy method to create an expanding menu similar to Windows Explorer, but with only one level of sub-menus. This article provides code for a similar expanding menu, except with two levels of sub-menus. More ...
Pro CSS Techniques
One thing this book focuses on that is different than the majority of other CSS book is that is stresses creating semantic markup throughout the design and development process. What this means is that the code is free of presentational information using div and span only when absolutely necessary. More ...
Flat Design and Ghost Buttons
One of the latest web design trends is flat design, and one of the expressions of this trend is the ghost button. This article provides easy code to create ghost buttons. More ...
Easy Text Drop Shadows
A text drop shadow is a nice effect, but it used to require you to use a graphics editor to create a image text. CSS3 introduces the text-shadow property which makes it easy to create text drop shadows without using graphics. More ...
Spice Up Your Web Forms with Color and Graphics
You've used color and graphics to create a visually exciting Web site. Then you add a web form with the default font and gray and white colors. You don't have to have dull Web forms. In this article I show you a few tricks that you can use to spice up your Web forms. More ...
Display Overlapping Images on Your Webpage
In this article I show you how easy it is to use script to display overlapping images on your webpage where you can just change numbers to play around and arrange the images and overlapping to get it just the way you like it without having to repeatedly use a graphics application. More ...
Setting a Larger First Letter
Long ago printing was much more stylish than it is today. The first letter of the first paragraph was much larger than the rest of the text. If you want to publish fictional content on the Web, you can give your story an extra touch of class. Use the information in this article to set a larger first letter for the first paragraph. More ...
Create a Cool Picture Frame Effect with CSS
By setting the CSS border-color property to a transparent color, and setting the background-origin property to border-box you can create a cool picture frame effect. More ...
Easy CSS Animated Flaming Text
I provide easy code to create CSS flaming text animations. You are free to experiment with your own CSS property values. I bet you can create even better flaming text. CSS3 flaming text animations are fun and easy to create. More ...
Easy Floating Menu Code
In this article you learn how to create a floating menu with only a few simple lines of code. You learn how to make the menu float smoothly, and you learn how to give your floating menu 3D buttons and mouseover effects. More ...
