Topic: Foto Gallery displayed in wrong <div>-Section on Website

On my site http://www.thomassteinmueller.com/triat … -2011.html
you can see two different <div>-sections. The background from the <div>s coloured with yellow and green.
One the yellow <div>section is the place the gallery schould displayed and the green <div>section is the Juicebox-Gallery, but on the wrong place.

Now my question: why isn´t the gallery displayed in the correct yellow section ?
I checked the ID-Names of the divs but there is no difference between my HTML-Code and the ID-Name for
Juicebox call.

Best regards

Thomas Steinmueller

Re: Foto Gallery displayed in wrong <div>-Section on Website

Try changing:

<div id="fotogalerie_triathlon_erbach_2011"></div>

... to:

<div id="fotogalerie_triathlon_erbach_2011" style="float: left;"></div>

Re: Foto Gallery displayed in wrong <div>-Section on Website

Thanks Steven, that was it !

That´s real Pro-Support.

Thomas Steinmueller