Integration into a Invision Power Board

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Devil
Beginner
Beginner
Posts: 3
Joined: Thu Mar 31, 2005 6:41 pm

Integration into a Invision Power Board

Post by Devil »

Hello,

1. sorry for my poor english, hope everybody can understand me

I want add the latest Dhtml-menu in a IPB board.
I pasted this code in the boardwrapper.

Code: Select all

<script type="text/javascript" src="milonic_src.js"></script>	
<a class=milonic href="https://milonic.com/">DHTML JavaScript Popup Menu By Milonic.com</a>
<script	type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=mmenuns4.js><\/scr"+"ipt>");		
  else _d.write("<scr"+"ipt type=text/javascript src=mmenudom.js><\/scr"+"ipt>"); 
</script>
<script type="text/javascript" src="menu_data.js"></script>	
The menue comes up but if i move the mouse over a menu, the submenu table is to big


Its a sample menue downloaded from this site. What can i do?
Last edited by Devil on Thu Mar 31, 2005 8:32 pm, edited 1 time in total.
Devil
Beginner
Beginner
Posts: 3
Joined: Thu Mar 31, 2005 6:41 pm

Post by Devil »

no picture upload?

Edit: check out my problem here!
http://www.your-com.de/forum/
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

This is the problem

Code: Select all

OVERFLOW-X: auto
That's causing the samples submenu to be really wide like that.

Ruth
Devil
Beginner
Beginner
Posts: 3
Joined: Thu Mar 31, 2005 6:41 pm

Post by Devil »

I deleted it. But the submenu is still to wide. And im using Mozilla - not needed the overflow code. Seems that the problem is on another point.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I'm sorry, I don't know much about css. Try not doing the @import and use <link rel=StyleSheet href="css_8.css" type="text/css"> instead. I don't know that it will make a difference. I can't test the @import part, actually I have to remove it to use the style sheet on the desktop and it works fine. With that @import even my IE5.5 makes that samples menu very wide.

Sorry I can't be more help.

Ruth
Post Reply