Opera 9 image problem

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Opera 9 image problem

Post by JellyFish »

Whenever I resize down an images height the width appears to keep aspect BUT there is a space between the elements to the left of the resized image. This space is the size of the remaining width that should make up the origanal width. Example:

Image

What creates this problem? Is there a way to solve it? Why does it only happen in Opera 9 (I didn't notice this with Opera 8)?

Thanks for reading this and hopefully you can help in some way, I'd appreciate it. :D
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Care to explain how you're coming to this problem?
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Post by JellyFish »

I came across this a while ago and have been meaning to ask help on the problem. I'm pretty sure that

Code: Select all

<img src="http://google.com/images/logo.gif" height="100" /> Hello
Would arouse the problem.
User avatar
AKA Panama Jack
Forum Regular
Posts: 878
Joined: Mon Nov 14, 2005 4:21 pm

Post by AKA Panama Jack »

You need to give an actual example because as it stands there is nothing anyone can do as it can't be duplicated.

I know I have never had a problem with resized images in Opera 9. So you need to set up a web page that people can look at with this problem.
Post Reply