-
Rollovers using only CSS
In the past we have posted on how to create rollovers using CSS. To do this, we used a sprite to create the rollover effect. You can also create a rollover effect by using just CSS. Let’s first look at the CSS code that will allow us to create this …
By DeraldRead More
May 20, 2008 -
Framing your images using CSS
So you have this awesome autographed picture of Carrot Top that you got after months of waiting from his fan website, and you’d like to put it up on your website to prove your fanhood. The problem is you don’t have Photoshop or Fireworks handy to put a nice frame …
By RafaelRead More
March 31, 2008 -
How to make Buttons with Hover Load Faster
With CSS we can target the ‘:hover’ child class for links and update their background properties. Example .nav a:link, .nav a:visited { width: 160px ; height: 30px ; display: block; overflow:hidden; background: url(’images/nav1.gif’) 0px 0px no-repeat; } .nav a:hover, .nav a:active{ background-position: 0px -30px; }
By Christopher HeissRead More
March 13, 2008 -
Custom Textfield Background
The benefits to designing your own custom html text fields for use within your site can give you a completely personal look and feel that is totally your own. There are however, also some key disadvantages to this process. You can create any type of design, then use CSS to …
By Christopher HeissRead More
March 6, 2008 -
Image Rollovers With CSS
In this tutorial you will learn how to make an CSS rollover effect. Most of you saw how this effect looks like. When you pass over a, in this case graphic button, it changes shape,color,text…
By Christopher HeissRead More
February 25, 2008 -
Highlighted Menu in CSS
Here is a quick and easy way to make menus with highlighted sub-links. Minimal code for maximum effect.
By Christopher HeissRead More
February 6, 2008 -
Basic Concepts using CSS
CSS is simple enough to control a few page elements. CSS is a very powerful tool. Stretch your imagination, with CSS you can create what you really want your page, layout, or site to look like is only limited to the amount of time you want to spend designing.
By Christopher HeissRead More
January 25, 2008 -
htaccessEditor – Online .htaccess Files Creator
.htaccess is a text file containing commands that instruct web servers how to behave in certain situations, providing a way for you to make configuration changes on a per-directory basis. .htaccess Editor enables you to easily create .htaccess files online without having to learn complex .htaccess rules. With the .htaccess …
By adminRead More
November 19, 2007 -
Fresh RSS Button Set
If you want to get more RSS readers, besides the content and web design, an attractive RSS button is necessary. Bloggers Journey offered a totally 51 Web 2.0 stylish RSS icons for free to download. Moreover, JackBook has already collected a large list of free beautiful RSS feed icons on …
By adminRead More
November 18, 2007 -
FancyForm – Fancy Checkbox Replacement Script
FancyForm is a fancy checkbox replacement script used to provide the ultimate flexibility in changing the appearance and function of HTML form elements. It’s easy to use and degrades gracefully on all older web browsers. All you need to setup is markup the fancy scripts to header section and add …
By adminRead More
November 17, 2007