RE: sliding on image

2007-01-10 Thread Bobby Hartsfield
Make that overflow:auto; -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 5:21 PM To: CF-Talk Subject: Re: sliding on image >>i would like to know how i can add scroll bars for the users to scroll around the image Lo

Re: sliding on image

2007-01-10 Thread Casey Dougall
#PicDiv DIV { width:150px; height:335px; overflow: auto; } Don't forget to figure in 20 px for the scroll bar. Margin Padding settings in the above css would take care of that. Casey On 1/10/07, Richard White <[EMAIL PROTECTED]> wrote: > thanks very much claude ill loo

Re: sliding on image

2007-01-10 Thread Richard White
thanks very much claude ill look into it ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/

Re: sliding on image

2007-01-10 Thread Claude Schneegans
>>i would like to know how i can add scroll bars for the users to scroll around the image Look at "overflow" style. Probably add some style="overflow: scroll" to the TD in your table, or may be to some DIV inside the TD. -- ___ REUSE CODE! Use custom tags;

sliding on image

2007-01-10 Thread Richard White
Hi, i have an image that is bigger than the tablecell of the interface that it will fit in. I would like the users to be able to scroll left, right, up and down to view the rest of the image that is not entirely in view firstly i would like to know how i can fit an image into a specified table