Login Register

gallery

Change width of dojox.image.Gallery?

Hi,

I'm trying to change the width of the Gallery so that it will play nicely with my css/div columns.

I have the Gallery in the left div column, and text content in the right column.

The thumnail picker is floating over onto the right column by several hundred pixel.

I looked around with firebug, and it looks like:
dojo.byId('dojox_image_ThumbnailPicker_0').style.width === "500px"

Changing it to 300px doesn't completly fix the problem though, because the "next" button is still floating far to the right. (and it doesn't have an id so I can't attach to it with dojo.byId).

Syndicate content