Sort by :
Date
Rating
Editor's Pick Only
Tired of IFrames? The CSS overflow property, which specifies what should happen when an element's content is too big to fit in a specified area, can be used as an alternative.
Ever wonder how to create those cool colored scrollbars? They are very easy. I'll show you the code first and explain it all.
Standard link colors are boring and frequently do not match the color scheme of your website. Pseduo-classes, which add different effects to some selectors, can change the link colors to match your site.
This short tutorial will show you how use a fixed background image. With a fixed background, the background image doesn't move as the page is scrolled.
With CSS, the height of a text line can be changed using the line-height property. Start off by placing the following code in the head section of you page.(between
and )Absolute positioning allows you to set an object's placement on a page by setting its offset position from the left, right, top, and bottom margins. When an element is positioned absolutely, it is removed from the normal flow, and has no effect on other elements in the normal flow. If the style ....
When adding a color to your webpage with HTML, sometimes you can just type in the name of the color. But more often than not, you'll need to use what's called the hex code, which is something that the browser will be able to understand. Choose a color from the list below and look to its left.....
Image maps create clickable regions in an image. This is very helpful for a navigation bar. This method is an alternative to slicing up the image into many parts. If you don't want to use Javascript in order to have image rollovers, then image maps is the best route to go.
Forms are very useful and are used for visitor feedback, guestbooks, surveys, ordering, and more. Here is a basic form: <form action="formmailscript.php" method="post"> ≶input type="hidden" name="recipient" value="you@domain.com">











