inherit
208780
0
Sept 10, 2024 17:23:11 GMT -8
clemie
125
May 2014
clemie
|
Post by clemie on Feb 2, 2017 11:52:26 GMT -8
I'm adding OTM (Of The Month) section to the side table and I can't get then to lay side by side and scroll, they end up underneath each other. Layout: This is what I have with a single one, No matter where I add another one it ends up below the first one rather than beside it. Style Sheet:
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Feb 2, 2017 15:06:24 GMT -8
Judging from what I see on the BOH Forum the markup is different from what you posted above, so we'll use the markup from BOH as a guide to create the following new CSS rule which should govern any future OTMs added because it looks like you've added classes for additional ones:
#otmmarquee > center > div { display: inline-block; margin: 2em; }
Reference: markup @ BOH Forum
<marquee behavior="scroll" id="otmmarquee" direction="left" scrollamount="5" onmouseover="this.stop();" onmouseout="this.start();"> <center> <div class="picMale"> <div class="text"> <center><br><br>Words<br>Words</center></div> </div> </center> </marquee>
|
|
inherit
208780
0
Sept 10, 2024 17:23:11 GMT -8
clemie
125
May 2014
clemie
|
Post by clemie on Feb 6, 2017 17:07:08 GMT -8
ohh o: I see thank you!
|
|