[Pro] 2 question

Hi everybody,

I have 2 questions:

  1. Is it possible to have multi Google map locations on one page?

  2. I have a HTML 50% tranparancy, when adding text has to be 100% but now de text takes over the transparency from the HTML, how to fix this?

Thx


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

  1. Yes you can. http://haptonomia.nl/contact-adres.html

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can’t. By its very nature the content of the box will inherit the properties of the parent including the transparency.

You can make it look like the parent box is 50% transparent by either using a 24-bit PNG as the background image for the item or by defining the background color as RGBA.

Using a PNG as the background image;

  1. Select the HTML item in question
  2. In the Inspector palette change select the background option
  3. Add the background colour and opacity

or

Define the colour as RGBA:

  1. Select the HTML item in question
  2. Choose Item > Extended
  3. Select the div style tab (assuming you are using a div)
  4. Click the Add button
  5. Add in name:background-color value: rgba(0,0,0,0.5)
    (This is 50% opacity black. You’ll need to adjust the values to suit your design.)

Regards,
Tim.

On 11 Dec 2013, at 07:35, Erik wrote:

  1. I have a HTML 50% tranparancy, when adding text has to be 100% but now de text takes over the transparency from the HTML, how to fix this?

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thx Tim and Dtp for your feedback

@DTP
Do I have to put some hand coding to get multiple maps working? now I add twice a google map action under each other but this doesn’t seems to work (I use the basic funtionality without API code)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options