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">&Uuml;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">&Uuml;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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to