DON’T USE OPACITY ON THE WHOLE DIV!

IT WILL MAKE THE TEXT AS WELL TRANSPARENT!

#someDiv {
    opacity: 0.8;
}

btw: OPAQUE is the opposite of TRANSPARENT

ONLY APPLY TO BACKGROUND:

#someDiv {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin