0
kansasskydiver

Website help please anyone!!!

Recommended Posts

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!

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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."

Share this post


Link to post
Share on other sites
Quote

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



I'd like it to go back to a default but it doesn't matter reall

thanks
<--- See look, pink dolphins DO exist!

Share this post


Link to post
Share on other sites
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.

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.

Guest
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.

0