kansasskydiver 0 #1 January 29, 2004 Ok I have this idea in my head on a page i'm designing and of course I can't figure out how to do it. Basically I want to set up a mouseover image, but I DON'T want the mouseover image to appear in the same location. ummm how to explain it. I'll keep a space above 6 images open. As you put the mouse over each of the six images below, I want a different image to appear in the space I leave above, or text or anything... Anyone know of any scripts to do so, or easy command etc? All the mouseover commands I've found load the rollover image in the same locaiton Thanks a million anyone who can help or even provide an example to help me out<--- See look, pink dolphins DO exist! Quote Share this post Link to post Share on other sites
AggieDave 6 #2 January 29, 2004 That's easy as shit in Flash. Don't know if you're wanting to do it in Flash or not.--"When I die, may I be surrounded by scattered chrome and burning gasoline." Quote Share this post Link to post Share on other sites
kansasskydiver 0 #3 January 29, 2004 I'm trying to cut down how much flash is on the site as most eu's will be using 56k modems. Care to elaborate a bit on it in Flash and I might try it. My brain is just fried today<--- See look, pink dolphins DO exist! Quote Share this post Link to post Share on other sites
AndyMan 7 #4 January 29, 2004 Yeah, you need to read up on stylesheets. What you're asking for is really quite simple. Identify the destination with a tag. LEAVE BLANK Then you can manipulate that div using javascript. For example, you can do: myDiv.style='myStyle' - apply a style sheet. myDiv.text='hello!' - replace "LEAVE BLANK" with "hello". It's really quite simple, but you need to do some reading first. _Am__ You put the fun in "funnel" - craichead. Quote Share this post Link to post Share on other sites champu 1 #5 January 29, 2004 if you move the mouse outside the rollover areas do you want the top image to return to some default or just kinda remain whatever you last had it on? (the second is easier, but not much) let me know and I can through together a demo Quote Share this post Link to post Share on other sites AggieDave 6 #6 January 29, 2004 Ok, the flash side is easy, just create the movie, using different layers for each piece, set it up in different frames then all you have to do is create the actionscript to do what you want. No big deal actually. The Stylesheet is also a very easy way to do it and a much more effective way to do it. Sorry, my mind is thinking in Flash right now, since that's what I'm working on for a customer.--"When I die, may I be surrounded by scattered chrome and burning gasoline." Quote Share this post Link to post Share on other sites kansasskydiver 0 #7 January 29, 2004 Quoteif you move the mouse outside the rollover areas do you want the top image to return to some default or just kinda remain whatever you last had it on? (the second is easier, but not much) let me know and I can through together a demo I'd like it to go back to a default but it doesn't matter reall thanks<--- See look, pink dolphins DO exist! Quote Share this post Link to post Share on other sites champu 1 #8 January 29, 2004 http://www.students.uiuc.edu/~rmsimpso/mouse/mouse.html I know this goes against my give a man to fish/teach a man to fish policy, but sometimes you can learn by example. /edited to add: yes I know you can do it with stylesheets or flash... I used to use flash a lot (back around flash3 and flash4) but I got frustrated with how it always seems to render colors differently from the browser. and stylesheets.. hmm, can you still preload images if you do it with stylesheets? I hate laggy mouseovers. Quote Share this post Link to post Share on other sites vdschoor 0 #9 January 29, 2004 Yes you can, I always preload the images for stuff like this. Thanks, Iwan Quote Share this post Link to post Share on other sites Join the conversation You can post now and register later. If you have an account, sign in now to post with your account. Note: Your post will require moderator approval before it will be visible. Reply to this topic... × Pasted as rich text. Paste as plain text instead Only 75 emoji are allowed. × Your link has been automatically embedded. Display as a link instead × Your previous content has been restored. Clear editor × You cannot paste images directly. Upload or insert images from URL. Insert image from URL × Desktop Tablet Phone Submit Reply 0
champu 1 #5 January 29, 2004 if you move the mouse outside the rollover areas do you want the top image to return to some default or just kinda remain whatever you last had it on? (the second is easier, but not much) let me know and I can through together a demo Quote Share this post Link to post Share on other sites
AggieDave 6 #6 January 29, 2004 Ok, the flash side is easy, just create the movie, using different layers for each piece, set it up in different frames then all you have to do is create the actionscript to do what you want. No big deal actually. The Stylesheet is also a very easy way to do it and a much more effective way to do it. Sorry, my mind is thinking in Flash right now, since that's what I'm working on for a customer.--"When I die, may I be surrounded by scattered chrome and burning gasoline." Quote Share this post Link to post Share on other sites
kansasskydiver 0 #7 January 29, 2004 Quoteif you move the mouse outside the rollover areas do you want the top image to return to some default or just kinda remain whatever you last had it on? (the second is easier, but not much) let me know and I can through together a demo I'd like it to go back to a default but it doesn't matter reall thanks<--- See look, pink dolphins DO exist! Quote Share this post Link to post Share on other sites
champu 1 #8 January 29, 2004 http://www.students.uiuc.edu/~rmsimpso/mouse/mouse.html I know this goes against my give a man to fish/teach a man to fish policy, but sometimes you can learn by example. /edited to add: yes I know you can do it with stylesheets or flash... I used to use flash a lot (back around flash3 and flash4) but I got frustrated with how it always seems to render colors differently from the browser. and stylesheets.. hmm, can you still preload images if you do it with stylesheets? I hate laggy mouseovers. Quote Share this post Link to post Share on other sites
vdschoor 0 #9 January 29, 2004 Yes you can, I always preload the images for stuff like this. Thanks, Iwan Quote Share this post Link to post Share on other sites