acervulus
Member
Posted 3 years ago #
I'm having trouble with the theme dilectio and plugins NextGEN Gallery and cformsII , in internet explorer 6 the galerry (and the contact form) gets rendered on the text (instead on the bottom of the page)
screenshots in IE6:
cforms
nextgen-gallery album
This only happens in IE6, in IE7 and firefox it looks prefect
website: http://resursnicentar.ehons.org/rs/kontakt/
I will guess here, and only because I can't find a live example on your page... but my guess is the pictures are in a div which has a position: absolute declaration.. If they do, change them to relative and see what happens.
acervulus
Member
Posted 3 years ago #
thanx for replay, the pictures are inserted on the page via nextgen-gallery plugin, I'm not using the "div" tags:
http://resursnicentar.ehons.org/rs/galerija/
help...
huh....
did it ever occur to you that the plug-in places your pics in div's?
from your page:
<div class="ngg-galleryoverview" id="ngg-gallery-1"><div class="slideshowlink"><a class="slideshowlink" href="/rs/galerija/?show=slide">[Show as slideshow]</a></div><div id="ngg-image-1" class="ngg-gallery-thumbnail-box">
<div class="ngg-gallery-thumbnail">
<a href="http://resursnicentar.ehons.org/rs/wp-content/gallery/edukacije/img_0012.jpg" title="" class="thickbox" rel="edukacije"><img title="img_0012.jpg" alt="img_0012.jpg" src="http://resursnicentar.ehons.org/rs/wp-content/gallery/edukacije/thumbs/thumbs_img_0012.jpg" style="width: 100px; height: 75px;"></a>
</div>
covered with divs in other words....
you gotta find out what part of the plug-in 'echos the format, and fix-er-up...
Do you have a live example? Or is it now fixed?