Forum Moderators: not2easy

Message Too Old, No Replies

Reversed Background Image Scaling

Is it possible to 'right align' a bg image?

         

windwalker

2:38 pm on Sep 30, 2007 (gmt 0)

10+ Year Member



Hey folks,
Another question this week, from lil 'ole me -
I've got a design that would love the left border to scale a background image for larger screen resolutions. Here's the thing, I've been working with dimensionality and perspective alot lately (doesn't everything we do just look so flat?) and I need the left border image to scale from the right side so that the perspective lines up with the main center section.

In other words, the left border changes size to center the main section when screen rez is 1024 or larger, I'd like the image to perspectivally go back into space, ending always on the same right side, so the image needs to scale revealing the left side, instead of the default left align for scaling bg images...

Also, I'm pretty new here, and know that I can't put up a url to show what I'm talking about, can I embed graphics instead?

JAB Creations

5:51 am on Oct 1, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



background-position: bottom right;

- John

Marshall

7:41 am on Oct 1, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Though I do not know what your image is, an interesting effect is:

background-attachment: fixed;

Just an FYI :)

Marshall