Title: transparency
Last modified: August 18, 2016

---

# transparency

 *  [hbalagh](https://wordpress.org/support/users/hbalagh/)
 * (@hbalagh)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/)
 * I just recently changed my theme on my blog…. to have a transparent background
   and i love it as well as my readers how ever…im having white dots that are showing
   up on some of my pictures that were not showing up before the transparency
 * you can see some of em here in the bottom picture
    [http://www.heathersblog.com/2006/armandos-2006-promotion-graduation/](http://www.heathersblog.com/2006/armandos-2006-promotion-graduation/)
 * this is what i fave for in my css for it
    background: #ffffff; filter:alpha(opacity
   =80); -moz-opacity:0.8; opacity: 0.8;
 * as much as i like having the posted images transparent is there a way to make
   it so they are not

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407230)
 * sure!, remove the 3 opacity lines from the CSS you pasted above (if thats what
   youre using for you images, that is)
 *  Thread Starter [hbalagh](https://wordpress.org/support/users/hbalagh/)
 * (@hbalagh)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407238)
 * i want everything but my images that i post in my blog transparent
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407241)
 * ok .. then i would do this backwards..assuming youre doing this the way I think
   you are:
 * If youre assigning the above transparency to everything, and you want to remove
   the transparency from images, then see if if adding
 * `filter:alpha(opacity=100);`
    `-moz-opacity:1.;` `opacity: 1.;`
 * to whatever you are styling your images with in your CSS.
 * Follow?
 * In other words, over-ride the other transparancy settings.
 *  Thread Starter [hbalagh](https://wordpress.org/support/users/hbalagh/)
 * (@hbalagh)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407250)
 * unfortunately that doesn’t work
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407256)
 * yes, so I see ..
 * Well, im no CSS guru, so my way is prolly the hard way, but if it were me, I 
   would do through my CSS and pick and chose what I want to be opaque and be specific
   in the items rather than doing top level classes/ids (You have everything within#
   farrouter opaque) and have it filtering down to items, ie, those imgs (.entrytext
   img { )
 * Perhaps a CSS guru will come along with something better. Good luck!
 * Use FF and the web-dev extension, btw, if you arent. Its absolutely awesome for
   these sorts of things.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407258)
 * [http://developer.mozilla.org/en/docs/Useful_CSS_tips:Color_and_Background](http://developer.mozilla.org/en/docs/Useful_CSS_tips:Color_and_Background)
 * “impossible to overrride it” … atleast the way I suggested.
 *  Thread Starter [hbalagh](https://wordpress.org/support/users/hbalagh/)
 * (@hbalagh)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407272)
 * i just notice that the images seem too look fine in FF that it’s IE that is causeing
   the problems
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407275)
 * I’m shocked.
 *  Thread Starter [hbalagh](https://wordpress.org/support/users/hbalagh/)
 * (@hbalagh)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407276)
 * lol, yea i know ie always finds a way to mess up

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘transparency’ is closed to new replies.

 * 9 replies
 * 3 participants
 * Last reply from: [hbalagh](https://wordpress.org/support/users/hbalagh/)
 * Last activity: [19 years, 11 months ago](https://wordpress.org/support/topic/transparency/#post-407276)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
