PDA

View Full Version : Rendering Issue in Firefox and IE


trisha
08-30-2007, 03:47 PM
When the page is loaded in both Firefox and IE one of the menu items (Invitation Kits) is expanded. All of the menu items should be collapsed when the page is loaded. Here is my test page and code for the integrated UDM left-hand navigation. Thanks in advance for your help with this issue.

http://www.lcipaper.com/weddingens-new.shtml

--------------------------------------------------------------------------

<!-- B:nav_invitations.txt-->


<!-- LEFT-HAND NAVIGATION MENU STARTS HERE -->

<div height="52" colspan="3" valign="top" bgcolor="#ECEAD1" scope="row"><img src="/graphics/inv_leftnav_top.gif" alt="Invitations" width="181" height="50"></div>


<ul id="udm" class="udm">





<li class="onclick(true)"><a href="/weddingens2.shtml" title="Blank Wedding Invitations" class="newclass">Blank Wedding Invitations</a>

<!-- could include attributes - class for appearance and style for width - in next line -->

<ul>

<li class="onclick"><a href="../invitations/traditional.shtml">Traditional</a>
</li>

<li class="onclick"><a href="../invitations/destinationweddings.shtml">Destination Weddings</a>
</li>

<li class="onclick"><a href="../invitations/seasonal.shtml">Seasonal Invitations</a>
</li>

<li class="onclick"><a href="../invitations/romance.shtml">Romance</a>
</li>

<li class="onclick"><a href="../invitations/flowers.shtml">Flowers</a>
</li>

<li class="onclick"><a href="../invitations/internationalthemes.shtml">International Themes</a>
</li>

<li class="onclick"><a href="../invitations/hearts.shtml">Hearts</a>
</li>

<li class="onclick"><a href="../invitations/squarecards.shtml">Square Cards</a>
</li>

<li class="onclick"><a href="../invitations/translucentvellum.shtml">Translucent Vellum</a>
</li>

<li class="onclick"><a href="../invitations/borders.shtml">Borders &amp; Edges</a>
</li>

<li class="onclick"><a href="../invitations/handmadecards.shtml">Handmade Cards</a>
</li>

<li class="onclick"><a href="../invitations/pochettes.shtml">Pochettes</a>
</li>

</ul>

</li>


<li class="onclick(true)"><a href="../invitationkits.shtml" title="Invitation Kits">Invitation Kits</a>

<!-- could include attributes - class for appearance and style for width - in next line -->

<ul>

<li class="onclick"><a href="/catalog/specialty.paper?Screen=CTGY&Store_Code=LPC&Category_Code=IKEF">Elegant Frame Kits</a>
</li>

<li class="onclick"><a href="/catalog/specialty.paper?Screen=CTGY&Store_Code=LPC&Category_Code=IKL">Layered Invitation Kits</a>
</li>

<li class="onclick"><a href="/catalog/specialty.paper?Screen=CTGY&Store_Code=LPC&Category_Code=IKP">Pochette Invitation Kits</a>
</li>

<li class="onclick"><a href="/catalog/specialty.paper?Screen=CTGY&Store_Code=LPC&Category_Code=IKPF">Pocket Fold Invitation Kits</a>
</li>

<li class="onclick"><a href="/catalog/specialty.paper?Screen=CTGY&Store_Code=LPC&Category_Code=IKW">Wedding Invitation Kits</a>
</li>
</ul>
</li>


<li class="onclick"><a href="../weddingens4.shtml" title="Design Your Own Kits">Design Your Own Kits</a>
</li>


<li class="onclick"><a href="../invitations/rsvpcards.shtml" title="Wedding RSVP Cards">Wedding RSVP Cards</a>
</li>


<li class="onclick(true)"><a href="../weddingens3.shtml" title="Special Event Invitations">Special Event Invitations</a>

<!-- could include attributes - class for appearance and style for width - in next line -->

<ul>

<li class="onclick"><a href="/invitations/bar-and-bat-mitzvah-invitations.shtml">Bar &amp; Bat Mitzvah</a>
</li>

<li class="onclick"><a href="/invitations/babyshower.shtml">Baby Shower Invitations</a>
</li>

<li class="onclick"><a href="/invitations/anniversary.shtml">Anniversary Cards</a>
</li>

<li class="onclick"><a href="../invitations/party-invitations.shtml">Party Invitations</a>
</li>

<li class="onclick"><a href="/invitations/sweetsixteen.shtml">Sweet Sixteen</a>
</li>

<li class="onclick"><a href="../invitations/holiday-paper.shtml">Holiday Paper</a>
</li>

<li class="onclick"><a href="../invitations/quinceanera.shtml">QuinceaƱera</a>
</li>

</ul>
</li>


<li class="onclick"><a href="../invitations/save-the-date.shtml" title="Save The Date">Save The Date</a>
</li>

<li class="onclick"><a href="../invitations/seal-and-send-envelopes.shtml" title="Seal & Send Cards">Seal & Send Cards</a>
</li>

<li class="onclick"><a href="../computerinvitations.shtml" title="Blank Computer Invitations">Blank Computer Invitations</a>
</li>

<li class="onclick"><a href="../accessories/software.shtml" title="Invitation Software">Invitation Software</a>
</li>

<li class="onclick"><a href="/programs.shtml" title="Programs & Place Cards">Programs & Place Cards</a>
</li>

<li class="onclick"><a href="../specialty/treats.shtml" title="Tissue, Clips & Seals">Tissue, Clips & Seals</a>
</li>



</ul>



<!-- LEFT-HAND NAVIGATION MENU ENDS HERE -->



<!-- E:nav_invitations.txt-->

bcarl314
08-30-2007, 09:44 PM
I tested in IE6, FF2 on Mac and PC and wasn't able to replicate the problem. One thing I did notice is that it appears that, rather than simply opening the menus, it looks like when you click on the menus, it follows the link. It also looks like there might be a configuration problem with the open on click. You might want to check out this documentation...

http://www.udm4.com/manual/setup/onclick/

Hope this helps.