/    Sign up×
Community /Pin to ProfileBookmark

strangest thing i have ever… can you see why

If you visit the following [B][URL=”http://www.creativeimpressions.ie/mm”]url[/URL][/B] in FF and click the blue calculator image… what the f*ck is that about… why does the page collapse like that, it should try and open calc.php but instead it just messes the current page up.

The other two buttons work fine and the calculator button also works fine in IE6 but for some strange reason FF just does something a little crazy…

Has anyone ever seen this before OR does anyone know how to fix it

thanks in advance

to post a comment
Full-stack Developer

9 Comments(s)

Copy linkTweet thisAlerts:
@webgovernorMar 25.2008 — WTF? Yeah, it's a little odd.

I'm looking through "css/style.css" right now, I'll update if I find anything.
Copy linkTweet thisAlerts:
@webgovernorMar 25.2008 — Um, maybe decreasing the "buttons" div width, might be a good temporary fix, since that section just breaks. I think is may be adding a couple PX margin when that specific div (calc) is clicked (not sure why), thus pushing the "button" block down.

That's all I can think of, odd indeed!

[EDIT]

With all the "object" hacks ([IF IE] and [if ! IE]) an object tag could still be open, but the W3C Validator wouldn't likely catch it, because of the hacks. Could you write a valid Flash object tag, that happens to be cross browser? Or make two separate object tags and include them both in [IF] hacks? Just a suggestion.

[/EDIT]
Copy linkTweet thisAlerts:
@FangMar 25.2008 — Try adding [I]display:block;[/I] to those images
Copy linkTweet thisAlerts:
@oo7mlauthorMar 25.2008 — Try adding [I]display:block;[/I] to those images[/QUOTE]

Display block, page still collapses... thanks anyway...

[B]1.[/B]decreasing the "buttons" div width... [B]2.[/B] change the flash code[/QUOTE]

  • 1. tried this and it the page is collapsed even before i click the calculator button

  • 2. page still collapses


  • I can't believe i have never come across this before... very strange... anyone any other suggestions, thanks guys for your help so far...
    Copy linkTweet thisAlerts:
    @Orc_ScorcherMar 25.2008 — That's a [url=https://bugzilla.mozilla.org/show_bug.cgi?id=286368]known bug[/url], the link has some suggestions for workarounds.
    Copy linkTweet thisAlerts:
    @oo7mlauthorMar 25.2008 — That's a [url=https://bugzilla.mozilla.org/show_bug.cgi?id=286368]known bug[/url], the link has some suggestions for workarounds.[/QUOTE]

    Thanks for the link, although i can't make much sense of it... i'm not sure what i need to change. Off the top of your head, do you know why this happens? thanks again
    Copy linkTweet thisAlerts:
    @sstalderMar 25.2008 — Add this to your CSS:
    <i>
    </i>div:focus { -moz-outline-offset: -1px; }


    See if that helps.
    Copy linkTweet thisAlerts:
    @sitehatcheryMar 25.2008 — Try floating #portals to the right instead of to the left.

    Also try reducing #buttons to 479px.

    Tell me, does this happen when you have your cache turned off in Firefox? Often times when this sort of thing happens, it doesn't happen when the cache is turned off. Sorry can't now, installing a program that won't let me run a browser on my PC.

    To fix this, you might try placing <div style='clear:both;'></div> below your buttons.
    Copy linkTweet thisAlerts:
    @CentauriMar 26.2008 — The outline adds to the width, causing an overflow condition on #main, which you have set to "auto" (hence the scrollbars). Changing the overflow setting on #main to "hidden" will resolve the issue.
    ×

    Success!

    Help @oo7ml spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.17,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...