Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>try using <a href="http://hk.php.net/manual/en/function.ob-start.php" rel="nofollow">output buffer</a> to your advantage:</p> <pre><code>ob_start(); ?&gt; &lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"&gt;&lt;/script&gt; &lt;script&gt; &lt;table id="slideleft" style=" overflow:auto; position:fixed; top:25%;"&gt;&lt;tr class="slideLeftItem" style="position:fixed;left:-320px;z-index:1000;height:100%;"&gt;&lt;td&gt;&lt;img src="https://lh3.googleusercontent.com/-GMJe-Am-U9Q/T4p4bZu7jDI/AAAAAAAAAFs/qQqmMGn-wwg/s800/facebook-vertical.png" style="top:5px; position:absolute; border-left-width:5px; left:318px;"/&gt;&lt;/td&gt;&lt;td class="contentBox" style="border:solid 5px #5370AD; width:300px;height:300px;position:relative;border-radius:5px;background-color:white;"&gt;&lt;div id="fb-root"&gt;&lt;/div&gt;&lt;script type="text/javascript" &gt;(function() {var e = document.createElement('script'); e.async = true;e.src = document.location.protocol +'//connect.facebook.net/en_US/all.js#xfbml=1';document.getElementById('fb-root').appendChild(e);());&lt;/script&gt; &lt;fb:like-box href="https://www.facebook.com/ExplicitWebsiteDesign?ref=hl" width="300" show_faces="true" stream="false" header="false"&gt;&lt;/fb:like-box&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;script type="text/javascript"&gt;jQuery(".slideLeftItem").append('&lt;div style="font-size:12px;font-family: arial;width:300px;text-align:right;"&gt;&lt;a rel="dofollow" href="http://techbrij.com/944/add-social-slider-widget-website" style="background-color:#D2C9CA;padding:3px 7px;font-weight:bold;color:#516FA9"&gt;Get This Widget&lt;/a&gt;&lt;/div&gt;');jQuery("#slideleft tr").hover(function(b){var a=jQuery(this);jQuery("#slideleft tr").not(a).hide();a.css({"z-index":"9999"});a.stop().animate({left:0})},function(b){var a=jQuery(this);a.css({"z-index":"1000"});a.stop().animate({left:-a.outerWidth()});jQuery("#slideleft tr").show()});&lt;/script&gt;}&lt;/script&gt; &lt;?php $code = ob_get_clean(); </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload