0

I have the Fancybox-Plugin V2 in use for a webpage. Now I have the Problem that the background image of the body and all background-DIVs (footer-section) moves slightly to the left when the Fancybox is opened, because the scrollbars disappear. I tried to maintain the page under the fancybox scrollable but get no succes. Has anyone a solution?

The problem only appears on pages which already have scrollbars.

These are the CSS-Settings for the moving elements:

#footer {width:100%;height:400px;margin-top:100px;position:absolute;text-align:center;

#footer-wrap {width:900px;text-align:center;margin:auto;}

body {background:url(images/hintergrund.jpg) top center no-repeat;}
4

1 に答える 1

0

スクロール バーが消えることはありません。ページはポストバックか何かですか?垂直スクロール バーを作成するのに十分なコンテンツを本文に追加した下のフィドルをご覧ください。

あなたの<a>タグはどのように見えますか? FancyBox でどのように/何を表示していますか? IFrame、インラインなど

http://jsfiddle.net/5Um2L/

于 2012-10-03T17:25:50.167 に答える