Re: [css-d] How do you dynamically change the size of graphics on a page?

2009-05-12 Thread tedd
At 5:37 PM -1000 5/11/09, Trevor wrote: Aloha! This is my first post, so be kind... Here's a site I've been playing around with: http://orangephile.com Right now the images are created at 150px square, but I list their height and width as 300px. What I would like to know is how can you

[css-d] How do you dynamically change the size of graphics on a page?

2009-05-11 Thread Trevor
Aloha! This is my first post, so be kind... Here's a site I've been playing around with: http://orangephile.com Right now the images are created at 150px square, but I list their height and width as 300px. What I would like to know is how can you create CSS code to dynamically change the

Re: [css-d] How do you dynamically change the size of graphics on a page?

2009-05-11 Thread David Laakso
Trevor wrote: Aloha! This is my first post, so be kind... Here's a site I've been playing around with: http://orangephile.com Right now the images are created at 150px square, but I list their height and width as 300px. What I would like to know is how can you create CSS code to

Re: [css-d] How do you dynamically change the size of graphics on a page?

2009-05-11 Thread David Laakso
Trevor wrote: Welcome to the list! CSS deals primarily with look and feel rather than behavior, so dynamic generation using pure css is somewhat limited. But you might consider pure css pop-ups. This is one example by Stu Nicholls. http://www.cssplay.co.uk/menu/photo_not_so_simple#nogo I