Results 1 to 8 of 8

Thread: Quick Question about Hover Buttons

  1. #1
    Join Date
    Mar 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Quick Question about Hover Buttons

    Just created website using the hover buttons availabvle in FrontPgae but when i publish this page on the net, the hover buttons appear but do not work when they are clicked?!?!! I have made sure to publish all the CLASS files but all cant figure out why the links dont work (they work off line when previewed in a browser!!?!?!!

    Probably a simple problem so any help is really appreciated

    Thanks

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The simple problem, other than that you're using FrontPage in the first place, is quite possibly that said excuse for an editor has mangled your paths -- or, worse, not mangled your paths. The paths to the files on your computer are likely different to the paths to the same files on your server. Edit your code and set the paths correctly.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yeah had a go at that and done all that correctly...

    Below is the code:-

    <applet code="fphover.class" codebase="../../" width="73" height="18">
    <param name="textcolor" value="#FFFFFF">
    <param name="color" value="#89070B">
    <param name="font" value="Helvetica">
    <param name="fontstyle" value="bold">
    <param name="fontsize" value="10">
    <param name="hovercolor" value="#DC1428">
    <param name="effect" value="glow">
    <param name="text" value="Home">
    <param name="url" valuetype="ref" value="index.htm">
    </applet>


    When i leave it as the above (direct copy from frontpage) i cant see the buttons but when i remove the ../.. from the codebsae , they show but as i said before they dont work when i click on them......

    any ideas anyone???

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Ah - Java buttons. Could you give the source of the class, please?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Mar 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have got four classes that i have uploaded....not too sure which one you would want to see...

    fpfade.class
    fphover.class
    fphoverx.class
    fprotate.class
    fprotatx.class
    animate.js

    I got a bit confused as to which ones i needed so uploaded all of them (that could be right ?!?!)

  6. #6
    Join Date
    Mar 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok yeah sorry ....

    its the fphover.class

    but i dont know how to get the source for this....sorry to be a pain

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Ah - it could be that Microsoft haven't released the source. Though what their argument would be for hiding the source of a button, I have no idea...
    Try setting the codebase to "./".
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Mar 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    will try that

    cheers

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •