Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

monke

macrumors 65816
Original poster
May 30, 2005
1,437
3
I need help exporting imageready rollover buttons to the web. I previewed them in both internet explorer and firefox and they worked fine. As soon as I uploaded them nothing worked. No over nor down state. Can anyone help me?
 

kgarner

macrumors 68000
Jan 28, 2004
1,512
0
Utah
Forgive me for asking, but did you upload the code as well? If you only upload the images, the browser has no way of knowing when to switch them. The code is what tells it to do that.
 

monke

macrumors 65816
Original poster
May 30, 2005
1,437
3
Tell me where I go wrong,
In Imageready I click "Save Optimised As".
Then I enter a file name (for example index.html),
and select "Save HTML and Images"
Then when I upload the page on to my server, I upload both the index.html file and the images folder.
Is that right?

BTW the rollovers are built into the page.
 

SummerBreeze

macrumors 6502a
Sep 11, 2005
593
0
Chicago, IL
Is your directory structure correct?

Did all the over files finish uploading?

Usually I take a look at the code that Image Ready spits out, and tweak it as much as possible before I upload it onto the web. That can usually fix problems before they occur.
 

monke

macrumors 65816
Original poster
May 30, 2005
1,437
3
Here is what one of the button's code looks like:

<a href="http://mywebsite.freefronthost.com/photoshophelp.htm"
onmouseover="changeImages('photoshop_help_button', 'images/photoshop_help_button-over.gif', 'pagemaker_help_button', 'images/pagemaker_help_button.gif', 'links_button', 'images/links_button.gif'); return true;"
onmouseout="changeImages('photoshop_help_button', 'images/photoshop_help_button.gif', 'pagemaker_help_button', 'images/pagemaker_help_button.gif', 'links_button', 'images/links_button.gif'); return true;"
onmousedown="changeImages('photoshop_help_button', 'images/photoshop_help_button-over.gif', 'pagemaker_help_button', 'images/pagemaker_help_button.gif', 'links_button', 'images/links_button.gif'); return true;"
onmouseup="changeImages('photoshop_help_button', 'images/photoshop_help_button-over.gif', 'pagemaker_help_button', 'images/pagemaker_help_button.gif', 'links_button', 'images/links_button.gif'); return true;">
<img name="photoshop_help_button" src="images/photoshop_help_button.gif" width="202" height="40" border="0" alt=""></a></td>
<td colspan="3">

I have also tried making rollover buttons in Dreamweaver (Using the same images) and also ran into the same trouble as making them with Imageready.
 

eclipse

macrumors 6502a
Nov 18, 2005
986
13
Sydney
Sometimes I have to manually "refresh" my browser... especially in Safari, so that my computer recognizes the change to the website I've just updated. Have you tried that? I don't know why this is necessary, but hey? I'm a newbie. :D
 

monke

macrumors 65816
Original poster
May 30, 2005
1,437
3
One thing I don't get though is when I slice my website (In Imageready) I can click the area where the buttons would be (pending the rollovers work) and I get the link for them.

Another note: After I save the page and images (PS: I am on a Windows right now) I can view the page but the pop-up blocker stops an ActiveX pop up. I can click show pop up, view the template and the rollovers work. But if I don't click on the pop up blocker to view the Active X pop up, then the rollovers don't work.
 

monke

macrumors 65816
Original poster
May 30, 2005
1,437
3
Could someone post a code of what it should look like. I'm a newbie to website design, I don't really know what it should look like.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.