On Thu, Sep 24, 2015 at 10:03 AM, Crest Christopher <
crestchristop...@gmail.com> wrote:

> I want to keep the pseudo elements; which is why I inserted the
> class=topbaseinner, inside the id=inner so I could control the opacity
> independently of the two images using CSS, I realized that since one of the
> images is within a pseudo-element putting the other image inside a separate
> class wouldn't fix the problem; nether would a z-index.
>
> Since one of the images is a background image that is titled, changing the
> opacity of the image outside of CSS would not necessarily help because the
> image would still be seen conjoined with the other image an issue that I'm
> currently facing with CSS and you would see the two images, instead of one
> image above the other image, like a layer.
>
>

Try using a stack of absolutely positioned divs, each with its own image.
You can then use opacity on each div separately.


-- 

Tom Livingston | Senior Front End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com


#663399
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to