Rollover buttons

This is a discussion on "Rollover buttons" within the Web Page Design section. This forum, and the thread "Rollover buttons are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Jun 25th, 2006, 16:03
Junior Member
Join Date: May 2006
Location: uk
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rollover buttons

How do i create rollover buttons with html, or any other way of doing it. Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jun 25th, 2006, 16:09
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Rollover buttons

There are many ways to do it and it'll be easier to explain if you can narrow down your question. For instance, are you looking to make them out of graphics, or (the better way) with CSS?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jun 25th, 2006, 17:24
Junior Member
Join Date: May 2006
Location: uk
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Rollover buttons

if CSS is easiest.. then css
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jun 26th, 2006, 16:18
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Rollover buttons

This is really pretty easy Brookie, I'd suggest you Google css rollover or css link.

Basically, you just make a link with the <a> tag -- it can be a div so you can make a button -- and then add the link code to your stylesheet:
Code: Select all
#divid or .divclass a:link{style}
#divid etc.            a:visited{style}
#divid                  a:hover{style}
#divid                 a:active{style}
I always do all four, because several of them won't work unless another is also done. So if you want a white button with black text to turn red with white text when the cursor is over it, you'd just do background-color white and color black for a:link, and red with white for a:hover.

Anyway I would use Google to find a tutorial as there are other nuances.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
rollover, buttons

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
variable pass from rollover buttons to AS on frame shwnew Flash & Multimedia Forum 1 Nov 5th, 2007 03:19
css rollover buttons lostyboy Web Page Design 11 Oct 22nd, 2007 15:08
Rollover and disjointed rollover on same items? jtyoungs Web Page Design 37 Oct 1st, 2007 14:05
help with fwd/backwrd buttons affecting other buttons typeofdoug Flash & Multimedia Forum 5 Feb 4th, 2007 03:48
Buttons disappear on Rollover ONLY on PC zoelinn Web Page Design 5 Jun 26th, 2006 23:42


All times are GMT. The time now is 19:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42