iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Submit Your Site For Review Need a fresh set of eyeballs to take a look at your site? Have a specific issue or question about some aspect of your layout, design or interface? This is the forum for you. When submitting your site, be sure to discuss what aspect you are looking for input on. Just posting a link with the word 'review' isn't appropriate.

Share Thread: & Tags

Share Thread:

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-25-2003, 01:02 PM
WebProWorld New Member
 
Join Date: Oct 2003
Location: Gilroy, Ca
Posts: 1
hawkphoto RepRank 0
Default www.michaelhawkphotography.com

Hello all, been lurking for a while - great information, thank you. I feel its time to get some feedback. I designed this site using GoLive 6.0, but have never been able to make the rollovers work. They work on my machine, but no one else's. I believe it has something to do with Java Script? So, If you hand coders out there could take a peek at my actual code and try an figure out just where I went wrong, I would be most appreciative. This is a photography website, its purpose is to present my work in the best possible light - image is everything. That said, let me have it...

Cheers,

Michael Hawk
  #2 (permalink)  
Old 11-25-2003, 01:39 PM
WebProWorld New Member
 
Join Date: Nov 2003
Location: La Crosse, WI
Posts: 24
tshesse RepRank 0
Default little help

I don't know what you have going on there but at quick first glance where is the function call and second it looks like a missing '. I am not familar with golive

What you could use is this snippet:

this would be your image tag:
[img]images/index_10.jpg[/img]

function setOver(imagePath, imageName){
document.images[imageName].src= imagePath + "_F2.gif"; // change to .jpg for other formats
}
function setOut(imagePath, imageName){
document.images[imageName].src= imagePath + ".gif"; // change to .jpg for other formats
}


rename your rollover image(state 2 image) to index_10_F2.jpg

then: (imgPath is wherever you have them('images/'))

onmouseover="setOver(imgPath, 'index_10')"
onmouseout="setOut(imgPath, 'index_10')"
  #3 (permalink)  
Old 11-28-2003, 01:15 AM
waanagaran's Avatar
WebProWorld Pro
 
Join Date: Oct 2003
Location: Philippines
Posts: 113
waanagaran RepRank 0
Default

I'm not familiar with Adobe Golive. I'm used to hand-code my rollover scripts (using JavaScript).
But there's something in your code which (I guess) needs to be corrected. Look at this:

<script type="text/javascript" src="file:///C:/Documents%20and%20Settings/hawkphoto/Application%20Data/Adobe/Adobe%20GoLive/Settings/JScripts/GlobalScripts/CSScriptLib.js"></script>

The .js file which your web page is calling resides in your computer. I think this should be uploaded to the server and called from the directory in your server where it should be located. That's just a guess.
Closed Thread

  WebProWorld > Site Design > Submit Your Site For Review

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 07:16 AM.



Search Engine Optimization by vBSEO 3.3.0