designer 0 Report post Posted August 29, 2011 I am trying to make the body of my page look like this site: http://fab.com/ I already have the background sorted, but I can not figure out making the body look like the Fab site. I would be ok with a 25% opacity for the body but can't figure it out, any help? Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 29, 2011 The most browser friendly way would probably be to use transparent pngs. Start by making your page transparent, and make a small 10px by 10px transparent png backgoround image.: [code] body #page { background: transparent url(YOUR-Image_URL) !important; } [/code] Share this post Link to post Share on other sites
designer 0 Report post Posted August 30, 2011 Worked like a charm, Thank you Kastelic Share this post Link to post Share on other sites