Mouse Overs Dont Work
-
- Posts: 5
- Joined: Fri Mar 28, 2008 11:15 pm
- Location: Bend Oregon
- Contact:
Mouse Overs Dont Work
Everything works except for the mouse overs, I have the java script and css file in the same folder as the images, everything works, normal state buttons show up, links work, but the mouse overs do not work.
Any Ideas?
Any Ideas?
David Presland
www.safetyproductsmarketplace.com
www.safetyproductsmarketplace.com
-
- Posts: 5
- Joined: Fri Mar 28, 2008 11:15 pm
- Location: Bend Oregon
- Contact:
More info
everything works within the file itself, its only when I upload it too my website and I have too change the path for the css files, java files and image files.
if I export it too my desktop and open the index.html test page it works fine. so at a loss at what I am doing wrong getting it too run off the server,
if I export it too my desktop and open the index.html test page it works fine. so at a loss at what I am doing wrong getting it too run off the server,
David Presland
www.safetyproductsmarketplace.com
www.safetyproductsmarketplace.com
-
- Posts: 5
- Joined: Fri Mar 28, 2008 11:15 pm
- Location: Bend Oregon
- Contact:
scripts and images all in one folder
I have all the scripts and images in one folder and I put that in the root directory of my website. Its something I am doing wrong as I have tried two simular products Easy Button and Menu Maker and Vista Buttons and both have the same problem. I would prefer Easy Button as it is about $60 cheaper and does pretty much the same from what I can see.
David Presland
www.safetyproductsmarketplace.com
www.safetyproductsmarketplace.com
-
- Posts: 5
- Joined: Fri Mar 28, 2008 11:15 pm
- Location: Bend Oregon
- Contact:
OK I input it back into my website
I have input the code back into my website, it is on the right column at the bottom, when you first enter the page the graphics will be there but as you mouse over them they disappear
web page url www.safetyproductsmarketplace.com
would really like too see this work, then of course would buy the software to get rid of the watermarks
web page url www.safetyproductsmarketplace.com
would really like too see this work, then of course would buy the software to get rid of the watermarks
David Presland
www.safetyproductsmarketplace.com
www.safetyproductsmarketplace.com
Problem is it cannot find the image files, it's looking for:
http://safetyproductsmarketplace.com/ja ... enu1_0.gif
but as you see when you go there, page not found.
Appears they are in the javamenu2 folder:
http://safetyproductsmarketplace.com/ja ... enu1_0.gif
Mike
http://safetyproductsmarketplace.com/ja ... enu1_0.gif
but as you see when you go there, page not found.
Appears they are in the javamenu2 folder:
http://safetyproductsmarketplace.com/ja ... enu1_0.gif
Mike
-
- Posts: 5
- Joined: Fri Mar 28, 2008 11:15 pm
- Location: Bend Oregon
- Contact:
If I right click on a menu item, then properties, it shows the path of the image files as "http://safetyproductsmarketplace.com/javamenu2/ebbtcbinsmenu9_0.gif" I am not sure where you are seeing javemenu? anyways I just made a folder and copied and pasted all the javamenu2 files into javamenu so I have both folders there with the same files.
David Presland
www.safetyproductsmarketplace.com
www.safetyproductsmarketplace.com
I'm sure it was in either the HTML or javascript code that it had javamenu instead of javamenu2.safetyproductsmarketplace wrote:I am not sure where you are seeing javemenu?
Looks like you've taken the menu off now so I can't be sure!
The original "first state" menu buttons were showing fine, just the code looking for the rollover buttons was looking in javamenu folder.
-
- Posts: 1
- Joined: Fri Oct 17, 2008 12:57 am
Re: Mouse Overs Dont Work
The html code that is generated, do I put all of that in the body, or the head of my html code on my site?
http://www.majormoneygettaz.comIt's Out There...Let's Get It!
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Mouse Overs Dont Work
Body. But to comply with all standards, you can put therealcoolguy wrote:The html code that is generated, do I put all of that in the body, or the head of my html code on my site?
<link rel="stylesheet" href="...." type="text/css" />
part in the ehad section and the rest in the body.