I have this wide page with an information block and lot of images to the right of it. It is supposed to be used with horizontal scrollbar.

The page works as expected in Firefox, Safari, Chrome, even in IE7+ — but it does not do so in the latest Opera. In Opera, the block with images goes beneath the information block if they do not fit into the window in one line.

I've tried a lot of things. I even re-wrote it all using tables — that helped for Opera, but this way I lost dynamic image height functionality in Chrome which is essential for me. At the same time, I think I'm missing something simple here.

Any advice is very appreciated.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted
#panorama {
  margin-left:400px;
}

this fix it in my version of Opera, but don't know then if it will be compatible with the other browsers also.

link|improve this answer
That solved the problem! Thank you! – Dae Jun 29 '11 at 14:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.