iFrame Plugin Problem--Help!!

ozvany / 2010-01-25 17:47:27   

Hi!

I just install the iframe plugin to work with my wordpress theme,

The problem is that when you hit blog, there seems to 2 new scrolls, that actually dissapears from resizing the browser (doesn't matter if you make it bigger or smaller), I think that is something with the css, or perhaps the plug in, cause my twitter seems to work fine!

Check: http://thecreativebox.com.mx/social/blog/

I would apreciate any help!! Thanks!!

arsondpi / 2010-01-25 18:41:51   

Out of curiosity: did you type iframe scrollbars in the search box on the left?
:-)

ozvany / 2010-01-25 22:49:22   

Well Now I have, and I think I do the things with the margins and pating to 0 on the top and bottom, but still having this issue, the strange thing is that when I resize the browser then the page is ok!, even if I make the browser smaller.

I'm a real newbi on css, and I'm sure I miss something basic, could you review the css on my site?

Thank you!

arsondpi / 2010-01-25 23:08:07   

edit: I wrote some explanation and a solution but decided to delete everything since I noticed that you're not linking back.
I'm an "evil person" -I know- but do read the forum rules... There's a reason they exist!

ozvany / 2010-01-26 05:16:21   

No, it's Ok, you are right, I haven't linked back the page cause is not finished yet,let me work on the home page tonight (that is where I will display the link). I will advise when i set it up!

Thanks!

ozvany / 2010-01-26 06:55:44   

Ready! I tried to add a musicplayer by adding a frame on the bottom (http://thecreativebox.com.mx/index2.html)

But it ruins all the site, jeje.

So I just leave it the same:
http://thecreativebox.com.mx/index.php

I add a link on the top of the main page.It says "Sitio creado con Indexhibit", our visitors speak spanish, so I think will be a better advertising for Indexhibit have it in our lenguage.

I think I'm ready now for your answer! :)

arsondpi / 2010-01-26 09:38:17   

By the way the link back can be in an exhibit, in a links or friends page or somewhere in the site... indexhibit just likes to be referenced.

Anyhow I think the problem is applying Cufon throughout your site - why? I checked your source code with firebug and I noticed that gaps, spaces and soft returns are getting.... cufonised (!). Thus you get paddings and margins that don't exist...!

So instead of

  1. Cufon.replace('body', { hover: true });

try to be more specific

  1. Cufon.replace('#content .container p', { hover: true });
  2. Cufon.replace('#content .container h1', { hover: true });
  3. Cufon.replace('#content .container h2', { hover: true });
  4. Cufon.replace('#content .container span', { hover: true });
  5. ...etc etc

see if this works.

ozvany / 2010-01-26 15:20:55   

WOW!!!! You are a f$%&/ genius!!!!

I will never came up with this answer!

I moved all the css, and the answer was the cufon. Now everything works fine!

Thanks arsondpi!!!

eugenetooms / 2010-01-27 22:47:42   

Hi ozvany,

Your website's expanding menu animation is pretty awesome - would you mind sharing with us how you did that? :)

This thread has been closed, thank you.