I am developing a site where the client has a specific need for a left sided scrollbar that can be uniquely styled (so just using RTL direction wouldn't work -- it doesn't work in all browsers anyways). The site is set up in Joomla 1.7. The slider is jQuery.
Messing with *no conflict* doesn't help. The weird thing is that it works on some pages, and not others, even though those pages are not set up any differently (just single article from the same menu) and from the same menu. Oh, and it actually does work in IE.
Working page:
Broken page (suspected conflict):
Here is the article content
I checked and there is nothing wrong with any of that. Here is my system info
Please, I have no idea what is causing this conflict. Thanks for any help with this
Messing with *no conflict* doesn't help. The weird thing is that it works on some pages, and not others, even though those pages are not set up any differently (just single article from the same menu) and from the same menu. Oh, and it actually does work in IE.
Working page:
Broken page (suspected conflict):
Here is the article content
Code:
<p><b>Insulated Shipping Coolers</b><br />Ensure that your temperature-sensitive products arrive at their destinations in top condition with high-quality insulated shipping coolers from Great Northern. With our wide range of cooler options, you will be sure to find a cooler solution that is ideal for your application.</p> <div class="clear"><a href="images/lightbox/commercial/Coolers/Thermalite-pu.jpg" rel="sexylightbox[group]"><img src="images/icons/commercial/coolers/thermalite-insulated-covers.png" width="76" height="87" alt="thermalite-insulated-covers" class="fltlft" /></a> <p class="iconpad"><b>Thermalite Insulated Coolers</b><br />Stock and custom-molded EPS coolers that are FDA approved for direct food contact.</p> </div> <div class="clear"><a href="images/lightbox/commercial/Coolers/Arctic-Pak-pu.jpg" rel="sexylightbox[group]"><img src="images/icons/commercial/coolers/arctic-pak-coolers.png" width="76" height="87" alt="arctic-pak-coolers" class="fltlft" /></a> <p class="iconpad"><b>Artic Pak Coolers</b><br />Shipping coolers with interlocking extenders for a customized solution.</p> </div> <div class="clear"><a href="images/lightbox/commercial/Coolers/Igloo-Pak-pu.jpg" rel="sexylightbox[group]"><img src="images/icons/commercial/coolers/igloo-pak-coolers.png" width="76" height="87" alt="igloo-pak-coolers" class="fltlft" /></a> <p class="iconpad"><b>Igloo Pak Coolers</b><br />Shipping containers with EPS foam panel inserts for effective thermal barrier protection.</p> </div> <div class="clear"> <p class="iconpad"><b>Eco Coolers</b><br />100%-biodegradable cooler inserts made from cornstarch.</p> </div> <div class="clear"><a href="images/lightbox/commercial/Coolers/Gel-Ice-pu.jpg" rel="sexylightbox[group]"><img src="images/icons/commercial/coolers/accessories.png" width="76" height="87" alt="accessories" class="fltlft" /></a> <p class="iconpad"><b>Accessories</b><br />Nontoxic, reusable, drip-proof gel ice refrigerant packs.</p> </div> <p class="clear">Our packaging specialists can also help create customized molded and fabricated coolers in any size to meet a wide range of requirements, from conforming cooler dimensions that meet stringent size specifications to molding a cooler to fit a specific application.</p> <p><b>Download Coolers Stock Listing Chart (PDF)</b> <link to coolers specs PDF><br /> Call 800-236-3671 or e-mail <a href="mailto:[email protected]">[email protected]</a> for current sizes, pricing and availability.</p>
Code:
PHP Built On Linux vps5283.inmotionhosting.com 2.6.18-028stab091.2 #1 SMP Fri Jun 3 00:02:40 MSD 2011 x86_64 Database Version 5.0.92-community Database Collation utf8_general_ci PHP Version 5.2.17 Web Server Apache WebServer to PHP Interface cgi Joomla! Version Joomla! 1.7.0 Stable [ Ember ] 19-Jul-2011 14:00 GMT Joomla! Platform Version Joomla Platform 11.1 Stable+Modified [ Ember ] 01-Jun-2011 06:00 GMT User Agent Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.218 Safari/535.1
Comment