MyBB Community Forums

Full Version: FB Like pop up box problem And font letter spacing in Firefox.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there!

I am having some problems with the fb like pop up box on the main page of my site at http://madfuse.com It is being overlapped. Is their any way to bring it front?

You can look at pic here: http://db.tt/icYKmnWC

Also the font letter spacing is not correct in Firefox. It looks perfect in chrome and Opera. Is there a way to apply firefox only CSS properties?

Any help would be appreciated.

aHardyX
If that doesn't work in firefox, you should vaildate it first. Use a CSS reset and apply a letter-spacing value Big Grin

otherwise,
<script type="text/javascript">
    if ( $.browser.mozilla == true ) {
      document.write("<link type=\"text/css\" rel=\"stylesheet\" href=\"FF.css\">");
    }
</script>
note: put this code AFTER the other style sheets so it overrides them

One more tip, put your stylesheet before the JavaScript so that the page looks good even when js are loading.
Try combining js for further opmisation

and just after you </head> i found this
<link rel="stylesheet" type="text/css" href="data:text/css,">

Remove it for better code Smile


there is no like button on your site right now so i can't inspect it Sad
(2012-04-22, 03:49 AM)pixelmonkey Wrote: [ -> ]If that doesn't work in firefox, you should vaildate it first. Use a CSS reset and apply a letter-spacing value Big Grin

otherwise,
<script type="text/javascript">
    if ( $.browser.mozilla == true ) {
      document.write("<link type=\"text/css\" rel=\"stylesheet\" href=\"FF.css\">");
    }
</script>
note: put this code AFTER the other style sheets so it overrides them

One more tip, put your stylesheet before the JavaScript so that the page looks good even when js are loading.
Try combining js for further opmisation

and just after you </head> i found this
<link rel="stylesheet" type="text/css" href="data:text/css,">

Remove it for better code Smile


there is no like button on your site right now so i can't inspect it Sad
Thanks for your reply. I'll Work on it right now.

About the like button. Its on http://madfuse.com/mybb
It's the portal page actually which I modified to make it look like a blog. I have also attached a screenshot in my first post. Smile