Rule 1 -
Never apply behaviors/events directly to <p> tags -
<p class="style2"
onclick="MM_showHideLayers('Layer1','','show')"><strong>Allied
World
Assurance Company</strong>
That's not going to work reliably. All behaviors/events
should be applied
to <a> tags (mostly), like this -
<a href="#"
onclick="MM_showHideLayers('awa','','show')">more</a>
Rule 2 -
When you use "#" links, add a return false to the behavior
call, e.g., -
<a href="#"
onclick="MM_showHideLayers('awa','','show');return
false">more</a>
Now you're cooking with gas....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"ptrefny" <webforumsuser@macromedia.com> wrote in
message
news:eh8a47$dte$1@forums.macromedia.com...
> Here it is,
>
>
http://www.farmingtoncapital.com/porfolio.asp
>
> Thanks.