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.

JavaScript Forum


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



Reply
Change Div Background Image
Old 03-19-2008, 05:39 PM Change Div Background Image
angele803's Avatar
Perfectly Imperfect

Posts: 1,774
Name: Stephanie
Location: Oklahoma
Trades: 2
I have a "show/hide div" function I have been working on. Everything is working well, except for the background image of the container div. I need this background image to change depending on the link a user clicks on.
So far I have this:
Code:
document.getElementById('cities_popup_container').style.backgroundImage = "url(images/locations_popup_box_oklahoma.png)" ;
I have a variable set up called "state". It value changes depending on what state someone clicks on. I need a way to change the "oklahoma" in my example above to be the value of the variable "state". I am sure this must be an easy fix, but I can't get it to work.

Thanks for any help!!
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-20-2008, 11:21 AM Re: Change Div Background Image
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Code:
function setBackground(state) {
document.getElementById('cities_popup_container').style.backgroundImage = "url(images/locations_popup_box_" + state + ".png)" ;
}

to use;

setBackground("state_name")
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-21-2008, 12:43 PM Re: Change Div Background Image
angele803's Avatar
Perfectly Imperfect

Posts: 1,774
Name: Stephanie
Location: Oklahoma
Trades: 2
Thank you!!!

I knew it wasn't something too difficult, but I couldn't get it right.
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Change Div Background Image
 

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.11243 seconds with 12 queries