Click to See Complete Forum and Search --> : Weird Scroll


Maggical
11-20-2009, 01:58 PM
Hi there, just wanted to see if someone could help me out here...

My portfolio is made in flash and it's scaled to a 100% both in width and height, but it also has an alternate content for people or devices that doesn't ahve flash.

The thing is that when flash is active the scrollbar shouldn't display (it has overflow:auto;) but it does leaving some pixels at the bottom...

http://www.javierespana.com/

Any ideas how to correct this?

Thanks,

Javier

criterion9
11-21-2009, 06:25 PM
If I had to guess I would say it is the embed code you are using. I would recommend swfobject (http://code.google.com/p/swfobject/) to embed the swf. It replaces all content within the container you use for the flash element so it downgrades very gracefully.

It is also possible your tracking scripts at the bottom may be writing something to the DOM creating a couple pixel overlap problem.