Quote:
|
Originally Posted by ChicoMendez Hi
ive a slight problem in ie
In Firefox the top horizontal menu (tigra) is sitting nicely
hoever
In IE there is a space of about 10-15 pixels after the menu and before the start of the next table.....
It ruins my layout.... anyone have any idea whats wrong?
Tnx
my parameters are :
menu = mainmenu
orientation = h
width_parent = 95
width_child = 100
delay_expand = 100
delay_hide = 100
show_img = n
position_left = -20
position_top = -5
show_status=n
module_height=0
module_width=700
height=15 |
I was able to fix this by removing the <br /> from the last part of the html of function module2 in includes/frontend.html.php.
Caution: edit mambo includes files at your own risk. I have a very simple site I modified this on. I'm not sure whether removing the <br /> from frontend.html.php will cause strange behavior with other module displays or not.
And ALWAYS backup before making changes.