Hi guys,
Trying to embed some div’s with style but it doesnt show up at all. I have tried adding to the style button aswell as
styling the div individually.
<div style="width:345px; ">
<div style="background-attachment: fixed;
background-repeat: no-repeat;
background-color:transparent;
width:345px;
height:15px;">
</div>
<div style="background-attachment: fixed;
background-repeat: no-repeat;
background-color:transparent;
width: 11px;
height: 46px;
float:left;">
</div>
<div style="width: 320px;
height: 47px;
float:left;">
counter
</div>
<div style="background-attachment: fixed;
background-repeat: no-repeat;
background-color:transparent;
width: 9px;
height: 46px;
float:right;">
</div>
<div style="
background-attachment: fixed;
background-repeat: no-repeat;
background-color:transparent;
width: 345px;
height: 15px;
float:left;">
</div>
</div>
Am I missing something? wondering why its not loading the style? I have added these into the quick style for the theme aswell and it doesnt work. any pointers appreciated
Hi update.
found out that background-repeat: no-repeat is bugged. removed it and the div’s displayed.
is it the markup or a bug?
Done a quick fix for my self by adding backgrounds as no content needs to go ontop of them its fine.
Would still like to know a fix for the no-repeat if anyone has information.