If you are creating a new style using the Edit Style dialog, you could add a semi-transparent background a couple of different ways. First, if you care about IE 6 or 7, you will have to jump through way more hoops than I like, tell me if this is important to you. Otherwise, you could use Freeway’s Graphic Background style in the Inspector to do this. With your element selected, first set the Backgroun Color to None. Then click on the Style tab (paintbrush) and open the Graphic Effects segment. Click on the medium-gray square at the left side of the row of style icons, which will open the Background option. Choose a color, then expand the options so you can see the Opacity slider, and move that to your desired opacity.
This will set a semi-transparent PNG as the background image for your HTML box, which will be the most robust (cross browser) way to define this. If you know that the bulk of your audience is using a modern browser, then you could also define a color in RGBA format (Red Green Blue Alpha), although you will need to use the Extended attributes for that in the Edit Style dialog, because Freeway doesn’t provide a native RGBA picker.
Walter
On Aug 20, 2012, at 10:06 AM, Mr worm wrote:
Using the WP Gallery & styling the Gallery (bg container)
.WebYepGalleryContainer td
I want to make the background container colour 50% transparent so that you can see the sites tiled bg behind it as you scoll up/down.
A tiled background (sea image) & 2 images 230x160 with white text under them.
There is a html item on the page with WP gallery action applied to it, that also has the graphic background set to black with its opacity set at 60% as you said. This is what is not showing?
HI sorry
for the delay but I have been working solidly with no time to raise my head above the parapet
ok to get the 50% opacity you really do need to use a semi transparent png say 5px square and 50% opacity
and you would add it like this to your .WebYepGalleryContainer td style…
just remember to remove the black background colour
As far as the best way to have images scale within a webyep frame as per your example then have a look at the specific tutorial for galleries which is here for download.
below if it comes out correctly is the actual everything done for you including using a base64 image instead of calling in an external png semi transparent image… I did check it and it does work with your example.