Craig Westerman wrote:
>
> I have a very wide panoramic image I want to display on a page. I don't want
> to side scroll the page, only the image. Is there a way to make a image side
> scrollable using PHP?
This can not be done with php, it has to be made on the client side,
with java/javascript/dhtml or something.
The easy way should be to use a frameset, where one frame contains the
image with the scroll.
//Eric
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]