Note that there are some explanatory texts on larger screens.

plurals
  1. POStyle an ID inside a class?
    primarykey
    data
    text
    <p>Good morning everyone,</p> <p>I'm trying to give a dynamic href some styling through an id... lets say I want to use a background image for my "branding" id how do I hook into that?</p> <p>Thanks. I know this might be obvious for some.</p> <pre><code>&lt;div id="slides"&gt; &lt;div class="slides-container"&gt; &lt;div class="slide"&gt; &lt;div class="hello"&gt; &lt;div class="topper"&gt;Move&lt;/div&gt; &lt;div class="slab"&gt;your business forward&lt;/div&gt;&lt;/br&gt; &lt;div class="paint"&gt;&lt;a href=""&gt;see how we make it happen&lt;/a&gt;&lt;/div&gt; &lt;img src="images/move.png" width="1024" height="682" id="Intro"&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="slide"&gt; &lt;div class="caption"&gt;Branding&lt;/div&gt; &lt;div class="slideimage" id="Branding"&gt;&lt;img src="images/surly.jpeg" width="1024" height="682" &gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="slide"&gt; &lt;div class="caption"&gt;Web/Mobile&lt;/div&gt; &lt;div class="slideimage" id="Web/Mobile"&gt;&lt;img src="images/shot.jpg" width="1024" height="682"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="slide"&gt; &lt;div class="caption"&gt;Labs&lt;/div&gt; &lt;div class="slideimage" id="Labs"&gt;&lt;img src="images/affinity.jpeg" width="1024" height="685"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="slide"&gt; &lt;div class="caption"&gt;FEATURE PROJECT _CUSTOM TYPE style&lt;/div&gt; &lt;div class="slideimage" id="featured"&gt;&lt;img src="images/affinity.jpeg" width="1024" height="685"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </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.
 

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