Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #239599

    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

    #239605

    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?

    #239615

    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.

    #239927

    Hey!

    I’m sorry but I’m not sure what you’re trying to do. Please post a screenshot. Give us a link to the actual page with the embedded background divs.

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.