Hello,
I'm trying to customise the elegant template to match my needs: showing two different galleries in the same 2 columns table, both aligned to the right on the right column.
Whenever I modify the border width for both "li.sig-block" and "a.sig-link" (standard and "hover") to match what I'd like to get (e.g. from 14px to 8px), all the single thumbnail block won't stay at its initial position and will be shown far away to the right, floating over the table limits (or expanding it). I hope I made myself clear. I could provide links through PM if needed.
HEre is what I have on both template.css and templace_ie7.css to make it work, but keeping IE7 border to 14px it's not what I'd like)
template.css
li.sig-block a.sig-link { color:#333; background-color:#f4f2ed; border:6px solid #f4f2ed; }
li.sig-block a.sig-link:hover { color:#eee; text-decoration:none; background-color:#333; border:6px solid #333; }
template_ie7.css
li.sig-block a.sig-link:hover {border:14px solid #333;}
li.sig-block a.sig-link { color:#333; background-color:#f4f2ed; border:14px solid #f4f2ed;}
I know it sounds weird but it only happens on IE7 (FF and Safari work fine).
I'd appreciate any help.
Thanks in advance.
P.S. I have already tried:
forum.joomlaworks.net/index.php?topic=8618.0
without success..