Subscribebackground-position removes any need for oversizing the background image. Just make the image as big as your notch, and use a background-colour for the rest of the background. It'll scale better too.background-attachment: fixed.background-position: 100% 100% attach the bottom right corner of the image to the bottom right corner of the browser window—which is outside the viewable area of the background's realm (i.e. your table cell).fixed property. It works with body backgrounds, but not with divs and such, and apparently not with non-body backgrounds.You are not logged in, either login or create an account to post comments
posted by staggernation at 8:05 AM on January 15, 2004