-
AuthorPosts
-
innovationsa Friend
innovationsa
- Join date:
- September 2008
- Posts:
- 8
- Downloads:
- 0
- Uploads:
- 4
- Thanked:
- 1 times in 1 posts
January 5, 2009 at 11:51 am #136734Hi
I want to put 4 modules at Top Spotlight with no right column.
My index.php is
[PHP]
<?php
$spotlight = array (‘user1′,’user10′,’user2′,’top’);
$topspl = $tmpTools->calSpotlight ($spotlight);
if( $topspl ) {
?>
<!– BEGIN: TOP SPOTLIGHT –>
<div id=”ja-topsl” class=”clearfix”>
<?php if ($this->countModules(‘user1’)) { ?>
<div id=”ja-topsl1″ class=”ja-box<?php echo $topspl[‘user1’][‘class’]; ?>” style=”width: <?php echo $topspl[‘user1’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user1″ style=”xhtml” />
</div>
<?php } ?><?php if ($this->countModules(‘user10’)) { ?>
<div id=”ja-topsl1″ class=”ja-box<?php echo $topspl[‘user10’][‘class’]; ?>” style=”width: <?php echo $topspl[‘user10’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user10″ style=”xhtml” />
</div>
<?php } ?><?php if ($this->countModules(‘user2’)) { ?>
<div id=”ja-topsl2″ class=”ja-box<?php echo $topspl[‘user2’][‘class’]; ?>” style=”width: <?php echo $topspl[‘user2’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user2″ style=”xhtml” />
</div>
<?php } ?><?php if ($this->countModules(‘top’)) { ?>
<div id=”ja-topsl3″ class=”ja-box<?php echo $topspl[‘top’][‘class’]; ?>” style=”width: <?php echo $topspl[‘top’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”top” style=”xhtml” />
</div>
<?php } ?>
</div>
<!– END: TOP SPOTLIGHT –>
<?php } ?>[/PHP]In opera and firefox work perfect but in IE the fourth module goes down. What can i do?
Also in firefox it disapear the follow bug
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 7, 2009 at 10:33 am #285085Hi innovationsa,
I am sorry but i don’t know thoroughly your issue.
Please send me your live url via PM?AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
4 modules at Top Spotlight
Viewing 2 posts - 1 through 2 (of 2 total)