#75 new
Nils

Control.ScrollBar bug in safari

Reported by Nils | October 5th, 2010 @ 06:50 AM

Hi,
I used the Control.ScrollBar for my new Website (Joomla) and it works fine with every browser apart from safari.

//CODE//

<?php
/* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. @license GNU/GPL, see LICENSE.php Joomla! is free software. This version may have been modified pursuant to the GNU General Public License, and as distributed it includes or is derivative of works licensed under the GNU General Public License or other free or open source software licenses. See COPYRIGHT.php for copyright notices and details. */

// no direct access defined( '_JEXEC' ) or die( 'Restricted access' );
JResponse::setBody("Hallo");
?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<jdoc:include type="head" />

<?php if( $this->params->get('enable_jquery') ) { ?>
<!--<br/> </p> <pre><code> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/<?php echo $this->params->get('jquery_version'); ?>/jquery.min.js"></script> <script type="text/javascript">jQuery.noConflict();</script> <?php if( $this->params->get('enable_jquery_ui') ) { ?> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/<?php echo $this->params->get('jquery_ui_version'); ?>/jquery-ui.min.js"></script></code></pre> <p> <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/<?php echo $this->params->get('jquery_ui_version'); ?>/themes/<?php echo $this->params->get('jquery_ui_theme'); ?>/jquery-ui.css" type="text/css" /> <?php } ?> -->
<?php } ?>

<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/clubheads/js/jquery.mousewheel.js"></script>
$(document).ready(function() {
  $('div#content_box_inlay').jScrollPane();
  $("a[rel='colorbox'], a[rel='lightbox-gallery'], a.jg_catelem_photo").colorbox( { maxWidth: '800px'} );
});
<?php if($this->countModules('top')) : ?> <?php endif; ?>
<!-- Navigation -->
<?php if($this->countModules('navigation')) : ?> <?php endif; ?>
<!-- Content -->
<!-- Social Network-Icons -->

<!-- Hintergrundstreifen -->

<!-- transparente box links -->

<!-- transparente box rechts -->


//CODE//

can anyone help me?

THX

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

NOTE: Please do not open tickets here. If you have an issue, please open it on http://github.com/syntacticx/livepipe-ui/issues/

High quality widgets and controls for web 2.0 applications built using the Prototype JavaScript Framework. Each control is well tested, highly extensible, fully documented and degrades gracefully for non JavaScript enabled browsers where possible. MIT licensed and actively maintained.

People watching this ticket

Pages