Re: [css-d] Problems Centering an Image

2012-07-12 Thread Gates, Jeff
On 7/10/12 7:40 PM, Isabel Santos unboun...@gmail.com wrote: Sorry Jeff, spoke too soon, tested this solution: !DOCTYPE html html head style type=text/css media=screen!-- #wrap {width:60%; margin:0 auto; position:relative;} img{width:100%; top:0; margin-left:50%; left:-50%; display:block;

Re: [css-d] scaling images and backgrounds

2012-07-12 Thread Ron Zisman
http://ricochet.org/rollover_test/rollover_test.html hello, i'd like to be able to scale a container and the images and background images as well as maintain the links. i'm not having much success. a few pointers would be appreciated. the above link represents what i'd like to end up with,

Re: [css-d] scaling images and backgrounds

2012-07-12 Thread Georg
On 12.07.2012 17:14, Ron Zisman wrote: http://ricochet.org/rollover_test/rollover_test.html hello, i'd like to be able to scale a container and the images and background images as well as maintain the links. i'm not having much success. a few pointers would be appreciated. The following

Re: [css-d] scaling images and backgrounds

2012-07-12 Thread Georg
...and if you want to start scaling with more that 2 images horizontally, change 'max-width' on .nav to a smaller value that sums up to 100% or less for the number of horizontal images you want. Georg __ css-discuss

Re: [css-d] scaling images and backgrounds

2012-07-12 Thread Ron Zisman
On Jul 12, 2012, at 12:23 PM, Georg wrote: On 12.07.2012 17:14, Ron Zisman wrote: http://ricochet.org/rollover_test/rollover_test.html hello, i'd like to be able to scale a container and the images and background images as well as maintain the links. i'm not having much success. a few

Re: [css-d] scaling images and backgrounds

2012-07-12 Thread Georg
On 12.07.2012 19:02, Ron Zisman wrote: i tried looking at the example you sent, but the stylesheets were so extensive, i couldn't make heads or tails of it. http://www.ricochet.org/rollover/home.html I only included the styles that had to be modified or added. You have left out all the rest

[css-d] Another Centering Challenge

2012-07-12 Thread Mark Weiss
CSS for Moodle can be challenging. I have run into another challenge. On the log in page of our Moodle site (http://sionline.mrooms.net) , we have this: div id=region-main div class=region-content div id=padder span id=maincontent/span /*Here is where two columns are defined*/ div