Results 1 to 12 of 12

Thread: Fire Fox Bug??? (nm my bug)

  1. #1

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    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.

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Fire Fox Bug???

    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    Re: Fire Fox Bug???

    thanks thats not what i asked about

  4. #4
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    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.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  5. #5
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Fire Fox Bug???

    Quote 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.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  6. #6

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    Re: Fire Fox Bug???

    Quote Originally Posted by visualAd
    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.
    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;" >

  7. #7
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Fire Fox Bug???

    Quote 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.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  8. #8

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    Re: Fire Fox Bug???

    Sweet thanks visiual

    ps
    sorry if i was rude above.

    -Nate

  9. #9

    Thread Starter
    Hyperactive Member dogfish227's Avatar
    Join Date
    Oct 2002
    Location
    GA
    Posts
    409

    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??

  10. #10
    Hyperactive Member alacritous's Avatar
    Join Date
    Aug 2003
    Posts
    464

    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.

  11. #11
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: Fire Fox Bug??? (nm my bug)

    Works fine for me
    Life is one big rock tune

  12. #12
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width