Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Acc to what i am understanding after reading the problem - </p> <p>First of all in fiddle: <a href="http://jsfiddle.net/si_dean_ako/kyYWU/" rel="nofollow noreferrer">http://jsfiddle.net/si_dean_ako/kyYWU/</a> images are not loading and secondly the css rule is wrong on <code>#promo-nav-wrapper li#active a</code></p> <p>Try to remove </p> <pre><code>#promo-nav-wrapper li#active a { background-image: url('http://imageshack.us/photo/my-images/694/selectediconbackground.png/') no-repeat!important; height: 76px; width: 64px; /*background: blue;*/ } </code></pre> <p>and add like this</p> <pre><code>#promo-nav-wrapper li#active { background: url('http://imageshack.us/photo/my-images/694/selectediconbackground.png/') no-repeat!important; height: 76px; width: 64px; } </code></pre> <p>When we want to write multiple value (shorthand properties) at that time we have to use <code>background</code> property of css and in above fiddle <code>background-image</code> is used and on that the <code>url('image path'), no-repeat, !important;</code> is applied. And background-image always take the path of the image.</p> <p>So it better to use like that <code>background: url('http://imageshack.us/photo/my-images/694/selectediconbackground.png/') no-repeat!important;</code></p> <p>See updated fiddle: <a href="http://jsfiddle.net/kyYWU/2/" rel="nofollow noreferrer">http://jsfiddle.net/kyYWU/2/</a> in this fiddle active image is showing behind the <code>&lt;a href="#" class="promo-call"&gt;&lt;/a&gt;</code>.</p> <p>See the output generated on my local machine:</p> <p><img src="https://i.stack.imgur.com/iSwyE.jpg" alt="enter image description here"></p>
    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.
    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