Hi everybody.
If i create a dialog with containing div's, i get a big spacing on right site between the div and the border of the dialog. Look :
<div id='dialog'>
<div id='innercontainer1> ... </div>
<div id='innercontainer2> ... </div>
<div id='innercontainer3> ... </div>
<div id='innercontainer4> ... </div>
</div>
All "inner" - div's containing an image-tag and text bottom of the image. Between the right border of the dialog-window and the right border of the last image i get a large spacing. Each "inner" - div is 150px width/height. So, a width of 610px for the dialog has to be enough. But the dialog has to be min. 670px width if i dont want to have a vertical scroll-bar and the last pic in next line. So i have a big spacing between last image and border of the dialog.
Any ideas?
Greats