Page 1 of 2 12 LastLast
Results 1 to 15 of 19

Thread: Jumping in at the deep end.

  1. #1
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,435
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default Jumping in at the deep end.

    Okay, I finally decided to put a bit of effort into my Aiyon site. I need to know how to do something though... you know how you can get an image to be really dark, and then it lights up (fades from dark to light) whereever you hover your mouse? I wanna know how to do that.
    Bow before the mighty Javoo!

  2. #2
    Your very own Pikachu! Banned Peegee's Avatar
    Join Date
    Mar 2001
    Posts
    19,488
    Blog Entries
    81

    Grin

    I already solved your problem but here's the solution again just in case:

    [a href="#" :bou::bou::bou::bou::bou::bou::bou:Over="document.the_image.src='dogbot1.gif';" :bou::bou::bou::bou::bou::bou::bou:Out="document.the_image.src='dogbot2.gif';"]
    [img src="dogbot.gif" name="the_image" border="0"][/a]

    Of course your replace the square brackets with pointy brackets.

    dogbot.gif: original image
    dogbot1.gif: what fading thing you want when the mouse goes over
    dogbot2.gif: what fading thing you want when the mouse goes away (fade it back to dogbot.gif)

    eg: http://www.geocities.com/ghettoprops30/doggy.html

  3. #3
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Just so you know that script doesn't see to be working *rolls eyes*

    Ok, my best surgestion is a site called hotscripts.com (http://www.hotscripts.com/) it has all the cool scripts like that, and much more besides.

    Hope that helps, and if want a working example of roll over image scripts goto my site (http://www.loki7.co.uk) and roll your mouse over the pritty affiaites text.

    FOA

  4. #4
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,435
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default

    Originally posted by Baloki
    Just so you know that script doesn't see to be working *rolls eyes*
    Worked for me. xD
    Bow before the mighty Javoo!

  5. #5
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    hummm, Geocities must not like my computer then.....
    FOA

  6. #6
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    The thing is, it will only fade the whole image (assuming the gif is animated to do so), not around the cursor (which I thought was what BoB wanted).

    And then there is Death

  7. #7
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,435
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default

    Aye, apparently I'd have to learn Flash to get it all sorted out.
    Bow before the mighty Javoo!

  8. #8
    pirate heartbreaker The Man's Avatar
    Join Date
    Mar 2002
    Location
    Sarasota, FL
    Posts
    10,946

    Default

    here's a better way to do what pg said:

    <img src="whatever" :bou::bou::bou::bou::bou::bou::bou:over="this.src='whatever2';" :bou::bou::bou::bou::bou::bou::bou:out="this.src='whatever';">

    i.e.

    <img src="http://foolsgold.kicks-&#97;ss.net/forum/images/smilies/ezpimp.gif" :bou::bou::bou::bou::bou::bou::bou:over="this.src='http://foolsgold.kicks-&#97;ss.net/forum/images/smilies/hitlartime.gif';" :bou::bou::bou::bou::bou::bou::bou:out="this.src='http://foolsgold.kicks-&#97;ss.net/forum/images/smilies/ezpimp.gif';">

    ok.

    but yeah, more or less you'd have to learn flash. or divide it up into lots of little tiny images, which would suck.
    Don't delay, add The Pimp today! Don't delay, add The Pimp today!
    Fool’s Gold tlsfflast.fm (warning: album artwork may sometimes be nsfw)

  9. #9
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Get a program called swish it involves no learning needed.
    FOA

  10. #10
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Have you balanced the benefits of a one-second flashy animation which people won't even notice the third time they've seen it, with the sheer annoyance and hassle of users downloading some bizarre script or *shudder* Flash animation just to display a graphic which likely takes away from easily using your site, not to mention the amount of programming time and effort you need to spend to even get such things to work? Maybe it's just me, but anything beyond plain old HTML and CSS (and maybe TINY bits of inobtrusive Javascript at the very most) annoys me to the point of prolonged twitching.

  11. #11
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Originally posted by Dr Unne
    Have you balanced the benefits of a one-second flashy animation which people won't even notice the third time they've seen it, with the sheer annoyance and hassle of users downloading some bizarre script or *shudder* Flash animation just to display a graphic which likely takes away from easily using your site, not to mention the amount of programming time and effort you need to spend to even get such things to work? Maybe it's just me, but anything beyond plain old HTML and CSS (and maybe TINY bits of inobtrusive Javascript at the very most) annoys me to the point of prolonged twitching.
    Server Side Includes are good too, yip, yip
    FOA

  12. #12
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    I'm talking about user-end. SSI, PHP, Perl, etc. have nothing to do with what I see when I browse web sites; they produce plain old HTML/CSS/Javascript/whatever a programmer wants them to produce. A weird animation on the other hand must involve my downloading SOMETHING to run it in my browser. That's what's annoying.

  13. #13
    pirate heartbreaker The Man's Avatar
    Join Date
    Mar 2002
    Location
    Sarasota, FL
    Posts
    10,946

    Default

    Unne has a point.
    Don't delay, add The Pimp today! Don't delay, add The Pimp today!
    Fool’s Gold tlsfflast.fm (warning: album artwork may sometimes be nsfw)

  14. #14
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Originally posted by The Man
    Unne has a point.
    Gah, foiled again....

    Although I am in agreement with you flash is annoying on a menu. Either you do the whole site in flash or nil.
    FOA

  15. #15
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,435
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default

    Of course, there's always the fact that I'm making this website purely for myself, and to test myself in what I can code. If it suits my tastes, I'm happy. I wouldn't be expecting any visitors to the site unless I was linking them to it so they could see a new map or something.

    But it doesn't look like I can do it without Flash, and I'm not willing to do the whole bloody thing like that, so I'll probably have to pass. =/ Which is a shame. The best I could manage is to light up a whole image rather than a specific part of an image (tested here), but that's not nearly good enough for me, even if I adjusted the brightness/darkness/speed/whatever... 'cause I wanna have it work within image mapping and the like. =/ Blarg.

    I got the idea when I was browsing a certain page within the Donnie Darko site, actually, although it's always been in the back of my mind to get it done. I'd like to get all my stuff off of paper and onto my computer. The effects wouldn't have been for 'the sake of effects', either. If I was doing it for the sake of effects, I'd just do something I can already code. xP
    Bow before the mighty Javoo!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •