Hello everybody,
I'm trying to achieve a modal display of URLs for the articles of my frontpage.
I have included the following line of code in my index.php
Code:
<?php JHTML::_('behavior.modal'); ?>
after the include head and I use this link for calling modal popups:
Code:
<a href="'. $link .' rel="{handler: '.iframe.', closeWithOverlay: 1, size: {x: 400, y: 300}}" class="modal" >'. $row->title . '</a>'
My problems are:
1. In IE the topmenu does not fit into the modal window
2. I want the left-side white space to be removed
Try clicking on any of the titles in the frontape boxes to see what I mean:
http://gossipstory.com/index.php?opt...tpage&Itemid=1
Thank you very much for your time.
|