So I created codes for a scrolling group legend but. . .I don't know how to get it to work so this is the code you post in the CSS:
- Code:
#Group-Legend{background:#0d0d0;height:200px;overflow:auto;text-align:justify;width:210px}
.g1{background-image:url(http://i.imgur.com/wgzB81V.jpg);background-repeat:no-repeat}
.g2{background:url(http://i.imgur.com/InkcYEX.jpg);background-repeat:no-repeat}
.g3{background:url(http://i.imgur.com/Yop3vdT.jpg);background-repeat:no-repeat}
.g4{background:url(http://i.imgur.com/XBb4j9R.jpg);background-repeat:no-repeat}
.g5{background:url(http://i.imgur.com/EL8qgRf.jpg);background-repeat:no-repeat}
.g6{background:url(http://i.imgur.com/oLaHo23.jpg);background-repeat:no-repeat}
.g7{background:url(http://i.imgur.com/HwtgOqx.jpg);background-repeat:no-repeat}
.g8{background:url(http://i.imgur.com/q9lSnt0.jpg);background-repeat:no-repeat}
.g9{background:url(http://i.imgur.com/x6S7gSR.jpg);background-repeat:no-repeat}
.g10{background:url(http://i.imgur.com/2w5i7jV.jpg);background-repeat:no-repeat}
.g11{background:url(http://i.imgur.com/gMSOXd1.jpg);background-repeat:no-repeat}
.g12{background:url(http://i.imgur.com/tfoFKSu.jpg);background-repeat:no-repeat}
.g13{background:url(http://i.imgur.com/iZKNXSR.jpg);background-repeat:no-repeat}
.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12,.g13{color:#fff;display:block;font-size:15px;height:50px;margin-top:2px;width:200px}
And here is the code I don't know what to do with.
- Code:
<td><div id="Group-Legend">
<div class="g1">
</div><div class="g2">
</div><div class="g3">
</div><div class="g4">
</div><div class="g5">
</div><div class="g6">
</div><div class="g7">
</div><div class="g8">
</div><div class="g9">
</div><div class="g10">
</div><div class="g11">
</div><div class="g12">
</div><div class="g13"> </div></div></td>
This is essentially what I want the outcome to be
That image was made in photoshop.
But yeah I can't seem to figure out where to post that code, I know I need to classify the groups so the images work then I need to ID the Group-Legend but I can't figure out where. I want to say in a template under displays but. . .I don't know where and I don't know if the code is incomplete can anyone help?
Last edited by Zed is Not Dead on October 2nd 2015, 11:53 am; edited 1 time in total