Closed Thread
Results 1 to 6 of 6

Thread: image url

  1. #1
    jwxie518's Avatar
    jwxie518 is offline Speaks fluent binary
    Join Date
    Jan 2009
    Location
    New York City
    Posts
    1,175
    Blog Entries
    1
    Rep Power
    19

    image url

    so this is my picture going to use, i created it this morning

    i want each button (or icon) has its own url
    but when the mouse is over one of the icon, it will turn transparency

    so far i think i have to ways to do it

    either cut the images into 9 pieces of squares, and put them into dreamweaver, and combine them, assign each with a url, and does some css, or simple scripts to make what i want with the mouse over (that's pretty easy)

    another way is to do with flash....

    i don't know, any other ways?
    Attached Thumbnails Attached Thumbnails image url-home-page-intro.png  
    http://i3physics.com/blog
    *-*-*-*__ C++ revolutionized the modern programming language, but what happen to C+? Programming is just a study of chemistry __*-*-*-*

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: image url

    I'd cut the picture.
    flash isn't that great, as it needs plugins.
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  4. #3
    jwxie518's Avatar
    jwxie518 is offline Speaks fluent binary
    Join Date
    Jan 2009
    Location
    New York City
    Posts
    1,175
    Blog Entries
    1
    Rep Power
    19

    Re: image url

    so i decide to do the first way, use photoshop slice tool to do what i want

    now i have a question, generally with javascript
    i want the images remain as it is (without going to opacity at all) when mouse is not over at any image.
    when the mouse icon is over one of the icon (for example, the first Hm icon), the rest of the icons will turn into opacity.

    I am thinking about a simple js, using array, assigning each icon with 1, 2, 3, 4,
    but i don't know how to write js and plus, i don't know the scripts for what i need

    i know how to write scripts for the other way around, mouseover to turn opacity, that's pretty easier, just use css...but hmmm
    http://i3physics.com/blog
    *-*-*-*__ C++ revolutionized the modern programming language, but what happen to C+? Programming is just a study of chemistry __*-*-*-*

  5. #4
    jwxie518's Avatar
    jwxie518 is offline Speaks fluent binary
    Join Date
    Jan 2009
    Location
    New York City
    Posts
    1,175
    Blog Entries
    1
    Rep Power
    19

    Re: image url

    okay i know how to write css to make image mouseover - no transparency
    mouseout, make it opacity

    just the js script part
    http://i3physics.com/blog
    *-*-*-*__ C++ revolutionized the modern programming language, but what happen to C+? Programming is just a study of chemistry __*-*-*-*

  6. #5
    jwxie518's Avatar
    jwxie518 is offline Speaks fluent binary
    Join Date
    Jan 2009
    Location
    New York City
    Posts
    1,175
    Blog Entries
    1
    Rep Power
    19

    Re: image url

    never i solved my problem
    didn't really do array js
    just a combination with css and js
    http://i3physics.com/blog
    *-*-*-*__ C++ revolutionized the modern programming language, but what happen to C+? Programming is just a study of chemistry __*-*-*-*

  7. #6
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: image url

    This could of done easily in PURE CSS. Glad to see you fixed your own problem
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 12-02-2010, 01:03 AM
  2. Replies: 0
    Last Post: 11-25-2010, 02:50 AM
  3. Image in jar
    By eafkuor in forum Java Help
    Replies: 3
    Last Post: 11-21-2010, 04:10 AM
  4. PHP Image
    By NeedHelp in forum JavaScript and CSS
    Replies: 1
    Last Post: 04-20-2007, 07:00 AM

Tags for this Thread

Bookmarks

Posting Permissions

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