|
Easy Cascading Style Sheets
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 ... The CSS Box Model One of the most important CSS webpage layout concepts to understand is the box model.
Every element on a webpage is actually a rectangular box. Exactly how a box will display
depends upon the positioning method used, which other CSS properties you set for the box
and how you select the box. More ... How to Change the Mouse Pointer Internet Explorer provides a selection of standard mouse pointers. Which standard pointer
is being displayed depends upon the location and context of the mouse. Using Cascading
Style Sheets (CSS) rules, it's easy to change the mouse pointer. 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 ... Make a Fixed-width Variable-height Round Cornered Box You have undoubtedly seen websites that display text within round cornered boxes, and,
since there is no round cornered html element, you wondered how that was done. In this
article, you'll learn precisely how to create such a round cornered box. More ... Easy CSS Tabbed Navigation Tabbed navigation depicts file folder tabs as a metaphor to navigate a website. In this
article I'll provide the code for tabbed navigation based on a list that uses only CSS,
and one that uses CSS combined with graphic images. 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 ... Write Style Rules to Make Them Understandable If you're going to write quite a voluminous CSS-file, you should follow some general
recommendations, which can help to avoid mistakes and to make the code understandable
and convenient. For example write all the rules for every selector in the same place. More ... Add Style to Your Blockquotes A basic blockquote is a bit boring, but there are a few style tricks that you
can use to spice them up. In this article you learn how to set a border, how to
use graphic quote images and a few other style tricks. More ...
|