Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
onclick input background-image change
Old 03-27-2006, 06:40 PM onclick input background-image change
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
i'm trying to get an input box's background to change once it's clicked. Is their a way to do this?
__________________
Jyoz
jyoz22 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-27-2006, 08:35 PM Re: onclick input background-image change
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
It's going to be more a javascript thing than a css thing. You should have the onclick event go to a javscript function that finds the correct input and then changes the background color.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 03-27-2006, 09:27 PM Re: onclick input background-image change
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
whoops, i meant background image i though i said that but thanks i'm goint to start searching.
__________________
Jyoz
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 03-28-2006, 03:31 PM Re: onclick input background-image change
Extreme Talker

Posts: 170
Location: Canada
Trades: 0
I don't know if that could be done to an input item.

If you wanted to do it to a link you could use:

Code:
a { background-image: url(original_background.jpg); }
a:hover { background-image: url(mouseover_background.jpg); }
a:active { background-image: url(click_background.jpg); }
I havn't attempted it but why not try...

Code:
input { background-image: url(original_background.jpg); }
input:hover { background-image: url(mouseover_background.jpg); }
input:active { background-image: url(click_background.jpg); }
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Old 03-28-2006, 03:46 PM Re: onclick input background-image change
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
well i already found all i needed at: http://msdn.microsoft.com/library/de...roundimage.asp

thanks anyways!
__________________
Jyoz
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 03-28-2006, 06:59 PM Re: onclick input background-image change
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Yep javascript.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to onclick input background-image change
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30027 seconds with 12 queries