I've done this with only one div, am I missing something regarding the use of two?
<div style="width: 200px; height: 100px; overflow: hidden;"><img src="images/news/#qHeadline.ServerFile[1]#" width="200" height="200" border="0" /></div> Which gets the top half of a 200x200 image. Works ok on IE and FF on PC. Ade -----Original Message----- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: 30 March 2005 20:28 To: CF-Talk Subject: Re: Graphic Manipulation in Coldfusion question. Jeff, You'll have to test this, but you should be able to assign the graphic an idea and then, using CSS, set your clip region to "clip off" the excess pixels. Better option may be to place the image in a div (a) within another div (b) and set the clip region to div b while setting the width and height to div a. You would also want to set the overflow CSS attribute to "hidden". Cutter Jeff Waris wrote: > Here is what I need to do, hopefully someone out there has done something > close. I need to remove (or not display) the bottom 30 or so pixels of a > JPEG file and then display it to the user. Can this be done on the fly? > Using what? I am running CFMX6.1, so a solution would need to be compatible. > > > Thanks! > Jeff -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.5 - Release Date: 29/03/2005 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201113 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

