|
-
Apr 7th, 2005, 02:45 PM
#1
Thread Starter
Hyperactive Member
Fire Fox Bug??? (nm my bug)
go to the page below:
http://homeinspectionpro.easycgi.com/main.htm
drag your mouse over the navagation boxes at the top (Home Inspections Links Careers Contact Us Company)
they dont drop down
Now click a link on the page (click HOME)
now click back after you click it.
Now as you drag over the navagation they drop down
Any body got any clue whats going on here.
Last edited by dogfish227; Apr 7th, 2005 at 03:29 PM.
-
Apr 7th, 2005, 02:52 PM
#2
-
Apr 7th, 2005, 02:52 PM
#3
Thread Starter
Hyperactive Member
Re: Fire Fox Bug???
thanks thats not what i asked about
-
Apr 7th, 2005, 02:56 PM
#4
Re: Fire Fox Bug???
Javascript errors also:
Error: MnuHome is not defined
Source File: http://homeinspectionpro.easycgi.com/MainSub.asp
Line: 119
One line:
MnuHome = document.getElementById('MnuHome');
Will solve the problem.
-
Apr 7th, 2005, 02:57 PM
#5
Re: Fire Fox Bug???
 Originally Posted by dogfish227
thanks thats not what i asked about
My point is, its more likely to be a bug in the authors code. Not Firefox 
Standards complient browsers, such as FF are less forgiving when presented with poorly written HTML and Javascript.
-
Apr 7th, 2005, 03:02 PM
#6
Thread Starter
Hyperactive Member
Re: Fire Fox Bug???
 Originally Posted by visualAd
what did you do to get this error i cant recreate it
also MnuHome is definatly defined
<div width="125px" id="MnuHome" name="MnuHome" style="visibility:hidden; position:absolute; top:146px; left:9px;" >
-
Apr 7th, 2005, 03:12 PM
#7
Re: Fire Fox Bug???
 Originally Posted by dogfish227
<div width="125px" id="MnuHome" name="MnuHome" style="visibility:hidden; position:absolute; top:146px; left:9px;" >
Just hover over the top of the navigation pains to get the error to show. It will show in the Javascript console: Tools->Javascript Console.
The element is defined, but it is not referenced correctly in the Javascrpt. It needs to be fetched using the getElementById() method.
-
Apr 7th, 2005, 03:28 PM
#8
Thread Starter
Hyperactive Member
Re: Fire Fox Bug???
Sweet thanks visiual
ps
sorry if i was rude above.
-Nate
-
Apr 7th, 2005, 03:31 PM
#9
Thread Starter
Hyperactive Member
Re: Fire Fox Bug??? (nm my bug)
O also i used the iframe to center the page.
the page has absolute positioned things in it so it cant be centered regualrly
Also how can i fix "No Character Encoding Found! Falling back to UTF-8."
i have "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">" at the top of the page is that not the encoding??
-
Apr 7th, 2005, 05:11 PM
#10
Hyperactive Member
Re: Fire Fox Bug??? (nm my bug)
It tells you on the page how to fix it.
owell
Code:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
Last edited by alacritous; Apr 7th, 2005 at 05:23 PM.
-
Apr 8th, 2005, 02:54 AM
#11
-
Apr 8th, 2005, 03:58 AM
#12
Re: Fire Fox Bug??? (nm my bug)
Same here. He must've fixed it by the time we came across this thread.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|