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 create CSS code to 
dynamically change the dimensions of the images, say 75px for 
thumbnails, 300px to get a good overview, 600px for examining the 
color palette closely.

Mahalo,

Trevor:

You might check out php -- I know I can dynamically change images to 
just about any size I want.

Cheers,

tedd

-- 
---
http://sperling.com  http://ancientstones.com  http://earthstones.com
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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 dimensions of the images, say 75px for  
thumbnails, 300px to get a good overview, 600px for examining the  
color palette closely.

Mahalo,

Trevor Avichènnya Zénaïde

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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  
 dynamically change the dimensions of the images, say 75px for  
 thumbnails, 300px to get a good overview, 600px for examining the  
 color palette closely.

 Mahalo,

 Trevor Avichènnya Zénaïde

   



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 don't recall ever having seen pop-ups done with 3 images, but in the 
vein that anything is possible, perhaps someone else has...
Javascript or Flash are alternative methods to create the behavior you 
wrote about.










__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 don't recall ever having seen pop-ups done with 3 images, but in 
 the vein that anything is possible, perhaps someone else has...
 Javascript or Flash are alternative methods to create the behavior 
 you wrote about.

 Thank you for your response. Do you know a javascript site that would 
 have that information, either in book, web, or list?


Dunno, but try Google, subject line: creating image pop-ups with 
javascript, or creating image pop-ups with jQuery
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/