So I have an ugly, pre design carousel at roseannebarr.tumblr.com and I plan to place a DIV in the carousel to the left, with a dedicated "About" button. When you click the About button I would like a "left" arrow to show up in it's place. Would I use if else statements? I have little experience in Javascript but I'm learning. Any help is appreciated.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Can't you just place a div like this with a javascript function? Basically you put the div on the caraousel. This dis has a span with About which is clickable. If clicked it will call a js function. The js function then drops a new image inside the span. You can make the image a hyperlink if needed.
If you use jquery, then your function will look like this:
|
||||
|
|