Saved Bookmarks
| 1. |
Solve : Scroll Over help? |
|
Answer» http://www.playdota.com/heroes http://www.playdota.com/items I'm TRYING to make a section on my site for a game I'm working on. No the links at the top aren't mine but I'm trying for a page like that so people can scroll over a Icon for a hero/item and it shows the BASIC info on the side. Like it does on the two links that I posted at the top of the thread. Even grabbed all the sources for the site and still don't work. Making a site using notepad than uploading and changing the files to the CORRECT file type. If you want to see the Raw code of the page LET me know and I'll post a link to the Raw code for the page.How familiar are you with Javascript and AJAX? That script is done entirely through AJAX and Javascript. Since you looked at the code, you probably SAW all the lines that looked like this: Code: [Select]<li><a id="it99" href="#" onclick="return showItem(99, 1, this);" onmouseover="return showItem(99, 0, this);"><img src="http://media.playdota.com/items/99/thumb.jpg" border="0"/></a></li> In the |
|