Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
If I have a main div box that is set to an opacity < 1.0, is there a way to make an inner div tag have an opacity of 1.0?
Currently anything inside the main div (the one with the low opacity) shares the same opacity. I want to display an image inside the dimmer box, but the image is also dimmed. Any way to make it opacity 1.0?Code: Select all
<div id='main'>
this box is set to a low opacity
<div id='image'>
<!-- the image is at the same opacity as id='main', I want it to have a 1.0 opacity -->
</div>
</div>~pickle | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]