Shape 5

Joomla Club Extensions => Horizontal Accordion v2 - Club => : the1target January 16, 2012, 07:03:04 PM



: Custom HTML for transparent background in text - driving me batty - RESOLVED
: the1target January 16, 2012, 07:03:04 PM
Trying to do what I thought would be something simple.  I created a new background image for the module; check. I added the following HTML to show the requisite text; check.

The text, however, is showing up in a white box and therefore blocking out part of the background image. I tried adding a background-color:transparent to div style, nothing.  I can use that to set the textual area to other colors, i.e. red and it worked perfectly.

So what is the trick to have the text show and the background image show through.

website is www.newleveltraders.com and the only slide currently being edited is "Trading"



<div style="background: url('/modules/mod_s5_horizontal_accordian/images/slide1.jpg') no-repeat top right; width:668px; height:300px">

<div style="float:left; padding-top:4px; width:274px">

<span style="font-size:17pt">
Live Trading Room
</span>



<span style="font-size:15pt; padding-left:20px">
Real Time Trading!
</span>





<span style="font-size:12pt">
We are a membership community of traders working together everyday




The room is hosted by multiple trading experts
</span>

</div>

<div style="float:left; width:315px; margin-left:57px; margin-top:18px">


<span style="font-size:12pt">
Opportunity for YOU to view a range of trading styles




Ability to have YOUR questions answered - LIVE




Available to GOLD Members



</div>

</div>


: Re: Custom HTML for transparent background in text - driving me batty
: mikek January 17, 2012, 09:14:03 AM
Hello,

You have a class called blank1BM being called on the index.php of your site with a white background on it. This class is applied to the module you have published in the slides.


: Re: Custom HTML for transparent background in text - driving me batty
: the1target January 19, 2012, 09:57:24 PM
Resolved and thank you.  Updated the module code and now I have some module replacing to do.