hackeroulis
06-13-2010, 06:15 PM
Hallo to you all. First of all i would like to say many thanks to all people that contributed with their scripts, in order to make this page the first and last web guide for virtual anything you would like to embed in your web page.
And now my problem, witch i would like you to share with me your knowledge.
I want to put the smooth navigational menu in my web page. so far so good. but i want to alter it a little bit, and instead of menus like "my company", or "communication", i want to put inside the menu, graphics designed in photoshop for example, something like a rollover menu like this:
<li><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('eteria','','images/menus_test/eteria_over.png',1)"><img src="images/menus_test/eteria_down.png" name="eteria" width="118" height="32" border="0" id="eteria" /></a></li>
this is only for one menu. my problem is, that when i have a submenu below it, the downarrows appear, and i dont want that. i tried to disable them from the css like this,
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display: none;
}
the arrows dissapear but the black box that was previously containing them remains,
Can anyone tell me how to alter the java script for example a little bit, in order to disable the downarrows class?, in order for my menu pictures to be seen one after the other, without arrows between them.
Many many thanks for your time. I really hope that someone of you will give the answer i need... Looking forward your reply.
Fanourios Siskakis
And now my problem, witch i would like you to share with me your knowledge.
I want to put the smooth navigational menu in my web page. so far so good. but i want to alter it a little bit, and instead of menus like "my company", or "communication", i want to put inside the menu, graphics designed in photoshop for example, something like a rollover menu like this:
<li><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('eteria','','images/menus_test/eteria_over.png',1)"><img src="images/menus_test/eteria_down.png" name="eteria" width="118" height="32" border="0" id="eteria" /></a></li>
this is only for one menu. my problem is, that when i have a submenu below it, the downarrows appear, and i dont want that. i tried to disable them from the css like this,
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display: none;
}
the arrows dissapear but the black box that was previously containing them remains,
Can anyone tell me how to alter the java script for example a little bit, in order to disable the downarrows class?, in order for my menu pictures to be seen one after the other, without arrows between them.
Many many thanks for your time. I really hope that someone of you will give the answer i need... Looking forward your reply.
Fanourios Siskakis