Note that there are some explanatory texts on larger screens.

plurals
  1. POI am trying to implement a simple grid overlay Jquery Plugin
    primarykey
    data
    text
    <p><strong>UPDATE:</strong> <em>I decided to just download the demo off the website and build the site from it as a template and that works, I am not sure what I have done wrong but I still can't seem to fix it thanks for the help anyways.</em></p> <p>I have got to the point where the button shows up that I need to click to show my overlay. However nothing happens when I click the button, it may be a path issue but I am certain that it is not. You can view the site live @ <a href="http://www.mrskitson.ca/revised" rel="nofollow">http://www.mrskitson.ca/revised</a> there is a username(stack) and password(stack). I have been following a tutorial from <a href="http://www.badlydrawntoy.com/2009/04/21/960gs-grid-overlay-a-jquery-plugin/" rel="nofollow">http://www.badlydrawntoy.com/2009/04/21/960gs-grid-overlay-a-jquery-plugin/</a></p> <p>Any help would be great!</p> <p>Anders.</p> <p>The button is located in the top left hand corner.</p> <p>CODE BELOW</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;title&gt;Mr's Kitson.ca | KINDERGARTEN | A child's garden.&lt;/title&gt; &lt;!-- 960 --&gt; &lt;link rel="stylesheet" href="css/reset.css" /&gt; &lt;link rel="stylesheet" href="css/text.css" /&gt; &lt;link rel="stylesheet" href="css/960.css" /&gt; &lt;!-- 960 ENDS --&gt; &lt;!-- CSS --&gt; &lt;link rel="stylesheet" type="text/css" href="css/body.css" /&gt; &lt;!-- CSS ENDS --&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="container_12" &gt; &lt;h1 class="title"&gt;Mr's Kitson.ca | KINDERGARTEN | a child's garden.&lt;/h1&gt; &lt;img src="images/Mr's-Kitson.ca-(logo).png" alt="Mr's Kitson.ca | KINDERGARTEN | a child's garden." class="grid_4" /&gt; &lt;/div&gt; &lt;!-- CONTAINER 12 ENDS--&gt; &lt;!-- javascript 960 OVERLAY courtesy of www.badlydrawntoy.com --&gt; &lt;script type="text/javascript" src="js/jquery-1.3.2.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="js/jquery.960grid-1.0.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; /*&lt;![CDATA[*/ // onload $(function() { $("body").addGrid(12, {img_path: 'images/'}); }); /*]]&gt;*/ &lt;/script&gt; &lt;!-- OVERLAY ENDS--&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    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.
 

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