![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
On my webpage I'd like to show several small pictures which people can click to get the large pictures. I do that with a href="big_picture.gif"><img src="small_picture.gif"></a The problem is, that if the browser window is not big enough the big picture is not shown in its original size. I gets automatically resized so that it fits to the browser window. How can I avoid that? |
#3
| |||
| |||
|
|
On my webpage I'd like to show several small pictures which people can click to get the large pictures. I do that with a href="big_picture.gif"><img src="small_picture.gif"></a The problem is, that if the browser window is not big enough the big picture is not shown in its original size. I gets automatically resized so that it fits to the browser window. How can I avoid that? I'd like to have scroll bars in the browser window instead. |

#4
| |||
| |||
|
|
On my webpage I'd like to show several small pictures which people can click to get the large pictures. I do that with a href="big_picture.gif"><img src="small_picture.gif"></a The problem is, that if the browser window is not big enough the big picture is not shown in its original size. I gets automatically resized so that it fits to the browser window. How can I avoid that? I'd like to have scroll bars in the browser window instead. Stefan |
#5
| ||||
| ||||
|
|
On my webpage I'd like to show several small pictures which people can click to get the large pictures. I do that with a href="big_picture.gif"><img src="small_picture.gif"></a The problem is, that if the browser window is not big enough the big picture is not shown in its original size. |
|
I gets automatically resized so that it fits to the browser window. |
|
How can I avoid that? |
|
I'd like to have scroll bars in the browser window instead. |
#6
| |||
| |||
|
|
On my webpage I'd like to show several small pictures which people can click to get the large pictures. I do that with a href="big_picture.gif"><img src="small_picture.gif"></a The problem is, that if the browser window is not big enough the big picture is not shown in its original size. I gets automatically resized so that it fits to the browser window. How can I avoid that? I'd like to have scroll bars in the browser window instead. Stefan |
#7
| |||
| |||
|
|
I know I'm going to get slaughtered for saying this, as most of the zealots out there will tell you this is highly inappropriate use for tables (and they'd be right), but simply slapping the image in a table will stop the big three (Firefox, IE, and Opera) from scaling the image. |
|
Now, please take into consideration everything everyone else has said... you probably shouldn't do this... but the option is there if you insist. |
#8
| |||
| |||
|
|
There is now way to really 'force' an image to scale to the browser window if the user doesn't want to. You could use JavaScript to rescale image to window but the user could thwart you by disabling JavaScript. You could use a CSS method |
#9
| |||
| |||
|
|
Jonathan N. Little wrote: There is now way to really 'force' an image to scale to the browser window if the user doesn't want to. You could use JavaScript to rescale image to window but the user could thwart you by disabling JavaScript. You could use a CSS method I think you've got it backwords... the OP absolutely does NOT want the browser to scale the image, he WANTS scrollbars if the image is too large. |
#10
| |||
| |||
|
|
fred.haab (AT) gmail (DOT) com wrote: I think you've got it backwords... the OP absolutely does NOT want the browser to scale the image, he WANTS scrollbars if the image is too large. Yes you are correct, but the point still hold true in reverse that as the designer he cannot force the viewer NOT to resize the image if the viewer has his browser so set. As the designer you do not have control over such browser setting on modern browsers. |
![]() |
| Thread Tools | |
| Display Modes | |
| |