propagate floatbox class down to inline references

Page: 1

Author Post
Member
Registered: Nov 2014
Posts: 9
Hi,

<div class="custom-referencesLinkContainer" class="custom-morelink floatbox" data-fb-options="group:uid2">

<a href="#uniqueid-2-0">See</a>
<a href="#uniqueid-2-1"></a>
<a href="#uniqueid-2-2"></a>
<a href="#uniqueid-2-3"></a>

</div>

<div class="custom-referencesSourceContainer">

<div id="uniqueid-2-0">
Ref. 1
</div>

<div id="uniqueid-2-1">
<img src="styles/images/example1.jpg" />
Ref. 2
</div>

<div id="uniqueid-2-2">
Ref. 3
</div>

<div id="uniqueid-2-3">
<img src="styles/images/example2.jpg" />
Ref. 4
</div>

</div>


doesn't work.

Putting the class and group option to each "a" works though! :)
Administrator
Registered: Aug 2008
Posts: 3382
Inheritance of the floatbox class from a containing div works reliably. Check for typos, stale browser cache content, debug console messages, that sort of thing.

If you want to show me the live page that's giving you trouble, I'll take a look and see what's really going on.

Page: 1