|
Easy Cascading Style Sheets
Easy Visual Effects to Spice Up Your Webpage This article demonstrates how easy it is to use Internet Explorer's built-in functions
to create interesting visual effects to spice up your webpage. Add only a few simple
lines of Java Script code and you can create very impressive dynamic effects. More ... Easy CSS Popup Windows Popups are usually created by using JavaScript to open a new browser window. But with
today's Cascading Style Sheets (CSS) capable browsers you don't need to open a new
browser window. Instead, you can create popups by applying styles to html span or
div elements. More ... 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 ... Create CSS Button Rollovers In this article, you'll learn how to create the rollover effect without using Java
Script and without preloading images. You'll learn how to combine the "up", "over",
and "down" images into a composite image, and how to use Cascading Style Sheets (CSS)
to specify a position offset into the image in order to display the proper section
for each button state. 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 ... Using CSS In Your Web Site How would you like to have a tool that could make your web site load faster? What if
it could also allow you to make changes across you entire site with just a few
keystrokes? And while we're at it, let's make it the standard for new browsers. More ... How to Style a List Lists are a very common structure found on Web pages. Many lists use the default styles,
which makes them somewhat boring. In this article, I show you how to get control of your
lists and how to use style rules to make them more interesting. 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 ... How to Style a Table The early Web was used to communicate data between Universities and one of the most
common structures used for that purpose is a table. Even today, many tables use the
default styles, which makes them somewhat boring. In this article, I show you how to
use CSS (cascading Style Sheets) to make your tables more interesting. More ...
|