i use thsi structure <div class="NavigationFrame" id="NavigationFrame"> <ul id="Navigation"> <li class="Logo"> </li> <span id="MainNavigation"></span> <li><a href="#">Hilfe</a> <ul style="width:180px;"> <li><a href="#" onClick="loadModul(''links'');">Links</a></li> <li><a href="http://www.test.de" target="_blank">Home</a></li> <li><a href="forumdisplay.php?fid=6" id="modal_makeforum">Supportorum</a></li> <li><a href="http://www.google.de/" id="modal_google">Google</a></li> <li><a href="../includes/templates/standard/images/main/about.png" id="modal_about">Über Mich</a></li> </ul> </li> <li><a href="#">Test</a> <ul style="width:140px;"> <li><a href="#" onclick="setLogout();">Absol</a></li> <li><a href="#" onclick="checkLogin();"">Unvent</a></li> </ul> </li> </ul> i want to exchange the MainNavigation with some structures like this <li><a href="#">Hilfe</a> <ul style="width:180px;"> <li><a href="#" onClick="loadModul(''links'');">Links</a></li> <li><a href="http://www.test.de" target="_blank">Home</a></li> <li><a href="forumdisplay.php?fid=6" id="modal_makeforum">Supportorum</a></li> <li><a href="http://www.google.de/" id="modal_google">Google</a></li> <li><a href="../includes/templates/standard/images/main/about.png" id="modal_about">Über Mich</a></li> </ul> </li> but when i use the update in firefox is all good but under ie7 nothing happens. how can i fix this problem? ____________ Virus checked by G DATA AntiVirusKit Version: AVK 17.8024 from 22.09.2007 Virus news: www.antiviruslab.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---