Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Graphic Design Contests


You are currently viewing our Graphic Design Contests as a guest. Please register to participate.
Login



Reply
Menu buttons disapearing..................
Old 07-03-2005, 09:08 AM Menu buttons disapearing..................
Junior Talker

Posts: 2
Trades: 0
When viewing my site ( www.ctdovetaildesigns.com), as I move the cursor over my menu buttons, they disapear (but still work) and box with "x" appears. Buttons at bottom of page(s) work just fine. Built site using F/P 2003, up-graded from 2000. Windows XP home.

This does not show up when viewing in F/P, just when on-line.

Any suggestions?

Thanks

Last edited by Charles Tedder; 07-03-2005 at 09:11 AM.. Reason: need to change title
Charles Tedder is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-03-2005, 11:39 AM
Enigmatic's Avatar
Registered User

Posts: 86
Location: No Fixed Abode
Trades: 0
Took a look at your code and couldn't really make much sense of the script your using to change your images. Where did you get that from ?!

Anywho, try using the following code:

**To be placed between your <head></head> tags**
Code:
script language="javascript">
<!-- hide script from old browsers

//detect browser, no need to change this:
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) browserVer = "1";
else if (browserName == "Microsoft Internet Explorer" && browserVer == 4) browserVer = "1";
else browserVer = "2";

//preload images:
if (browserVer == 1) {
//a1 is the first image
a1 = new Image();
//change the src to the location of your image
a1.src = "images/imageName.gif";
//a2 is the rollOver image
a2 = new Image();
//change the src to the location of your rollOver image
a2.src = "images/imageName2.gif";
}

//image swapping function, no need to change this:
function hiLite(imgDocID, imgObjName) {
if (browserVer == 1) {
document.images[imgDocID].src = eval(imgObjName + ".src");
}
}

//end hiding -->
</script>
**Place the following code within the <a href> tag of your link**
[]onMouseOver="hiLite('a','a2')" onMouseOut="hiLite('a','a1')"[/code]

For example:
Code:
<a href= http://wwww.yourdomain.com onMouseOver="hiLite('a','a2')" onMouseOut="hiLite('a','a1')">Your image link here</a>

Last edited by Enigmatic; 07-04-2005 at 04:18 AM..
Enigmatic is offline
Reply With Quote
View Public Profile
 
Old 07-04-2005, 12:48 AM
Jake's Avatar
Ultra Talker

Posts: 277
Trades: 0
It's time for a revamp. None of the links even appear in the Mozilla Firefox. Neither does the American flag, "Welcome to", or the background gradient.
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE
Jake is offline
Reply With Quote
View Public Profile Visit Jake's homepage!
 
Reply     « Reply to Menu buttons disapearing..................
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.17203 seconds with 12 queries