| View previous topic :: View next topic |
| Author |
Message |
c&abarry
Joined: 02 Jan 2005
Posts: 3
|
| Posted: Sun Jan 02, 2005 3:52 pm Problem w/ Photoshop ImageReady HTML |
|
|
| I used Photoshop Imageready to create my webpage (beginner) and had it generate the HTML code for me. Since it sliced it many ways, it used a function in "onmouseover" for one of my buttons called "changeimages". When Iroll over my buttons, it loses the slices/images when it tries to change. Can anyone look at my code to point out the problem? This beginner needs some help! |
|
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8749
Location: Castle Pines North, CO USA
|
| Posted: Sun Jan 02, 2005 4:14 pm |
|
|
| Please provide the URL to the offending page. It sounds like the image that is being called on rollover is not uploaded to the correct page on your website |
|
|
c&abarry
Joined: 02 Jan 2005
Posts: 3
|
| Posted: Sun Jan 02, 2005 4:28 pm Re: Problem w/ Photoshop ImageReady HTML |
|
|
Here is the offending (but hopefully not offensive) URL:
www.chrisandamybarry.com |
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8749
Location: Castle Pines North, CO USA
|
| Posted: Sun Jan 02, 2005 4:43 pm |
|
|
| It seems that Europe is the only one having the problem? Do you know where europe_over.gif is? |
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8749
Location: Castle Pines North, CO USA
|
| Posted: Sun Jan 02, 2005 4:47 pm |
|
|
OK - one more look, on line 186:
Code: 'images/mom_aunt_chris_europe_ov_39.gif', 'ca_jameson040', 'images/ca_jameson_europe_over_41.gif', 'ca_jameson043', 'images/ca_jameson_europe_over_44.gif', 'europe', 'europe_over.gif', 'wedding', 'images/wedding_europe_over.gif', 'family', 'images/family_europe_over.gif', 'home', 'images/home_europe_over.gif', 'homepage2005b_33',
You only have:
Code: 'europe_over.gif'
try changing this to:
Code: 'images/europe_over.gif' |
|
|
c&abarry
Joined: 02 Jan 2005
Posts: 3
|
| Posted: Sun Jan 02, 2005 4:55 pm Re: Problem w/ Photoshop ImageReady HTML |
|
|
Corey,
Thanks for the help but I figured it out!! (3 hours laters looking through all the code!). Photoshop put "-" inside some of the file names instead of the underscore "_". This did the trick!
Chris |
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8749
Location: Castle Pines North, CO USA
|
| Posted: Sun Jan 02, 2005 4:57 pm |
|
|
| No problem. There was so much extra coding in there unfortunately. |
|
|
| |
|
|
|