Thread: Instant Search

Results 1 to 10 of 249

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Location
    Near Ottawa, Ontario, Canada
    Posts
    321
    Plugin Contributions
    0

    Default Re: Instant Search

    I got opacity but I can't get the background-colour property to work nor can I get the rounded corners

    .resultsContainer a {
    display : block;
    padding : 0.1em 0.4em;
    text-decoration : none;
    overflow:hidden;
    height:18px;
    opacity:0.95; filter:alpha(opacity=95);

    .resultsContainer ul {
    margin : 0;
    padding : 0;
    background-color: #0D474E;
    border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    list-style-type : none;

  2. #2
    Join Date
    May 2005
    Posts
    539
    Plugin Contributions
    0

    Default Re: Instant Search

    AyoobG

    Sorry not got back sooner.

    Currently my site on a product info page loads as follows:

    <script type='text/javascript' src='/includes/modules/pages/product_info/jscript_1_mootools_complete.js'></script>
    <script type='text/javascript' src='/includes/modules/pages/product_info/jscript_2_imageViewer.js'></script>
    <script type='text/javascript' src='/includes/modules/pages/product_info/jscript_ajax_image_swapper.js'></script>

    <script type='text/javascript' src='/includes/modules/pages/product_info/jscript_textarea_counter.js'></script>
    <script language="javascript" type="text/javascript"><!--
    function popupWindow(url) {
    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screen X=150,screenY=150,top=150,left=150')
    }
    function popupWindowPrice(url) {
    window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=400,scree nX=150,screenY=150,top=150,left=150')
    }
    //--></script> <script type="text/javascript"><!--
    var FualSlimboxOptions = new Class({
    initialize: function(){
    this.transitionType = new Fx.Transition(Fx.Transitions.Sine, 5);
    this.resizeFps = 60;
    this.resizeDuration = 500;
    this.resizeTransition = this.transitionType.easeInOut;
    this.initialWidth = 100;
    this.initialHeight = 100;
    this.animateCaption = true;
    this.defaultIframeWidth = 500;
    this.defaultIframeHeight = 300;
    this.elHide = ".zenLightboxHideMe";
    this.displayVar = "Var";
    this.pageOf = "Page #1 of #2";
    }
    });
    //--></script>
    <script type="text/javascript" src="includes/templates/funkymoose/jscript/slimbox/slimbox_ex.compressed.js"></script>
    <script type="text/javascript"><!--
    var fualNervous = 1 //--></script>
    <script type="text/javascript" src="includes/templates/funkymoose/jscript/slimbox/fual_slimbox.compressed.js"></script>
    <script type='text/javascript' src='/includes/templates/funkymoose/jscript/tpp.js'></script>


    This is all the .js files in the header.

    It does not appear to call a jquery.js file but I am guessing one of the others like mootools that causes the clash

 

 

Similar Threads

  1. Instant Quote
    By Congerman in forum General Questions
    Replies: 2
    Last Post: 15 Aug 2012, 12:29 PM
  2. Instant Coupon
    By Mickmo68 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 22 Dec 2008, 08:19 PM
  3. Instant Delivery?
    By eaglewu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Jul 2007, 09:30 AM
  4. changes instant
    By chufty bill in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Sep 2006, 07:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg