hello,
I have developed a nice site, by using drupal: http://www.metro-vanlines.com

I am using FireFox, and just after I made it online.
I noticed a wierd BUG...

In IE, every page that has embeded movies (from you tube),
has a full page blank page, and if you scroll the mouse one page down,
you see that the real page exist, but it is just move down from some reason.

It is realy a problem, cause must of the surfers use IE.
and probably don't even try to go down.... just think the site empty and leave.

I am using drupal 4.7 with andreas01 theme.

thanks,

Eyal

Comments

dman’s picture

Your embedded object is width="600"
Your fixed width wrapper is 760
Your navbar is 150 wide, there's paddings of 30px around the place

That doesn't fit, so the content flows down until it finds elbow room.

Make your embeds an appropriate width.

You seem to have missed the point of what the object/embed fallbacks are doing. One works for FF, one for IE. They should both have the same parameters

.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/

PS, you have a big typo on that page. Every page in fact. Heh.

eyalc’s picture

thanks alot!
It was fast and solve the problem :)