~ overflow ~

Tag: background-attachment

Little Firefox Glitch

by z3n on May.30, 2009, under Coding, Tips & Hints

Problem:

Having a fixed background may be a problem on firefox if you just declare it like this:

body { background:url(file.ext) fixed; }

Solution:

body { background:url(file.ext) fixed #color; }

Leave a Comment :, , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!