Jump to content
Sign in to follow this  
designer

Custom body style

Recommended Posts

designer

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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×