CSS for Custom Tab w/ 100% opacity while remaining flybox is partly transparent?
-
Hi – I really like your plugin and it’s working perfectly except for one styling option that I’d like to implement. I’ve defined a custom tab using a .png file at: https://www.jswebstudio.com/files/images/blue-edge.png. I have defined the wp-flybox to be partially transparent using:
.wp-flybox_tab {
opacity: 0.75!important;
filter:alpha(opacity=75)!important;
}I want the custom tab image to be 100% opaque (i.e. not transparent at all). I tried to achieve this by defining:
.wp_but {
opacity: 1!important;
filter:alpha(opacity=100)!important;
}but the custom tab is still partially transparent like the rest of the flyout area.
Can you suggest CSS that would allow me to display the custom tab as fully opaque and the rest of the flyout box as partially opaque (75%)?
You can view this example at https://www.jswebstudio.com
Thanks in advance for your help!
- The topic ‘CSS for Custom Tab w/ 100% opacity while remaining flybox is partly transparent?’ is closed to new replies.