Forums

transparency (10 posts)

  1. hbalagh
    Member
    Posted 3 years ago #

    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/

    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

  2. whooami
    Member
    Posted 3 years ago #

    sure!, remove the 3 opacity lines from the CSS you pasted above (if thats what youre using for you images, that is)

  3. hbalagh
    Member
    Posted 3 years ago #

    i want everything but my images that i post in my blog transparent

  4. whooami
    Member
    Posted 3 years ago #

    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.

  5. hbalagh
    Member
    Posted 3 years ago #

    unfortunately that doesn't work

  6. whooami
    Member
    Posted 3 years ago #

    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.

  7. whooami
    Member
    Posted 3 years ago #

    http://developer.mozilla.org/en/docs/Useful_CSS_tips:Color_and_Background

    "impossible to overrride it" ... atleast the way I suggested.

  8. hbalagh
    Member
    Posted 3 years ago #

    i just notice that the images seem too look fine in FF that it's IE that is causeing the problems

  9. Yosemite
    Member
    Posted 3 years ago #

    I'm shocked.

  10. hbalagh
    Member
    Posted 3 years ago #

    lol, yea i know ie always finds a way to mess up

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.