Forums / Setup & design / Firefox - Issue menu and large logo
Chris Lan
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
Thomas Johannessen
Monday 19 December 2005 7:12:06 am
try to make a table for the elements and it should work
www.taon.no
Monday 19 December 2005 7:27:08 pm
Thanks Thomas! I tried but the result is quite average. I am certainly average on coding as well ;-).
At the end, I chose to reduce the size of the logo and push down my menu. Not perfect but for the time being.
Thanks again,Chris