Hi,
I have a page which is just a DIV containing a map from Google.
Although fancybox is set to autoscale, the DIV does not fit and
scrollbars are displayed. Any ideas what's going wrong?
This is the map:
http://balteringe.de/neu/lageplan.html
And this is the way I have integrated the map:
<td>
<a href="
http://www.balteringe.de/neu/lageplan.html" rel="fancy"
class="iframe" title="Lageplan">
<img src="Bilder/Hausbeschreibung/Lageplan_s.jpg" width="110"
height="90" alt="" />
</a>
</td>
And this is the function that configures a standard fancybox:
$("a[rel=fancy]").fancybox({
'titleShow' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic'
});
$("a[rel=panorama]").fancybox({
'titleShow' : true,
'autoScale' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic'
});
$("a[class=iframe]").fancybox({
'titleShow' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic'
});
Any ideas what is going wrong?
Rene
--
You received this message because you are subscribed to the Google Groups "fancybox" group.
To post to this group, send email to
fanc...@googlegroups.com.
To unsubscribe from this group, send email to
fancybox+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/fancybox?hl=en.