Friday 16 December 2005 12:53:38 am
Hello, I enlarge the logo in image.ini.append.php at 175/200. No issue with IE but with firefox the topmenu comes on top of the logo. I tried many things:
- CSS: padding top: it works with the top menu but if I pad of 20px I had a blank area in IE - pagelayout.tlp: I tried <br>, <b> and even add a <div> but each time that put a big gap between the logo bottom and the top of the menu. In fact, when I push down for firefox I have a gap for IE and when I remove the gap for IE I have the topmenu on the logo udner firefox I believe my issue is coming from this part of the code:
{default current_user=fetch('user','current_user')}
{cache-block keys=array($uri_string, $current_user.role_id_list|implode( ',' ), $current_user.limited_assignment_value_list|implode( ',' ))}
<div class="break"></div>
</div>{* id="topcontent" *}
<hr class="hide" />
{menu name=TopMenu}
<hr class="hide" />
{/cache-block}
I am totally stuck. Does anyone got the same issue?
Cheers, Chris
|