Re: [css-d] PNG Image Position/ Size question - CSS

2010-04-08 Thread Joergen W. Lang
Am 08.04.10 02:26, schrieb David Laakso: [...] Joergen, in your example try (assuming we all share a sense of humor)? img#rings { /*delete width: 50%;*/ max-width: 50%; /*add*/ height: auto; /*add*/ z-index: 10; } I guess, in the end it depends on what the OP *really* wants.

Re: [css-d] PNG Image Position/ Size question - CSS

2010-04-08 Thread Robert Lane
Oh you guys are just too funny! O:-) Yep, I just used a template to start this - but their stuff is so Abracadabra, Presto Chango! And I love that! I apologize, I really have gotten a little rusty at this and I mainly wanted to get pointed in the right direction. I didn't even know about

[css-d] PNG Image Position/ Size question - CSS

2010-04-07 Thread Conjurer
Not sure if this is even doable with CSS, but here goes... I have a picture - head and torso, that I removed the background from, added a shadow, and saved as a png with alpha transparency. It is about 520 x 520 px. I set it to be fixed position at the bottom 0 and left 0 - and a z-index to

Re: [css-d] PNG Image Position/ Size question - CSS

2010-04-07 Thread Joergen W. Lang
Am 07.04.10 21:45, schrieb Conjurer: [...] It is about 520 x 520 px. I set it to be fixed position at the bottom 0 and left 0 - and a z-index to place it in front of everything. Not quite, but see below. It looks great (to me) when I look at it on a screen with 1024x768 resolution

Re: [css-d] PNG Image Position/ Size question - CSS

2010-04-07 Thread David Laakso
Joergen W. Lang wrote: Examole: http://tinyurl.com/yfl8nb8 here's one way: Working example (using your code): http://www.joergen-lang.com/css-d/examples/img-resize/ Joergen Joergen, in your example try (assuming we all share a sense of humor)? img#rings {

Re: [css-d] PNG Image Position/ Size question - CSS

2010-04-07 Thread Teknofile Services
*** REPLY SEPARATOR *** On 7/04/2010 at 8:26 p.m. David Laakso wrote: Joergen, in your example try (assuming we all share a sense of humor)? img#rings { /*delete width: 50%;*/ max-width: 50%; /*add*/ height: auto; /*add*/ z-index: 10; } If I may be so bold as to