-
Buttons with Images
If you have used Live.com, one of Microsoft’s search engines, you may have noticed that the submit button for their search is not a default button in HTML. There are two different ways you can do this with a little bit of CSS and a graphic. To start out you …
By DeraldRead More
July 25, 2008 -
Hidden Tags.
When first learning about the CSS display attributes, I thought that they would not be very useful. Especially the none value. I thought to myself what is the purpose of coding something that you don’t want to be displayed. I was completely wrong by thinking that. We are going to …
By DeraldRead More
June 19, 2008 -
Light JavaScript Rollover
By combining both JavaScript and CSS, you can create a very nice roller over effect. This is similar to the CSS rollover effect in previous tutorials, but with this effect, we can even use an image to create a rollover effect.
By DeraldRead More
June 13, 2008 -
Web 2.0 Customized Buttons
With HTML you have very limited control over how input buttons look. If you want to create a button for a form, when using the just HTML you get the same default browser button. Most of the time this is a gray button with black text, and does not fit …
By DeraldRead More
June 5, 2008 -
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