Skip to main content
Inspiring
February 8, 2008
Question

Help pls - I broke PopMenuMagic...

I somehow broke Pop Menu Magic.

My link "Bad Guys" drops down to two options:
"Who are they?"
And
"Court Records"

When I hover over "Who are they" the cell behaves strangely, becomes
transparent, text slides off the left side of the div.

"Who are they?" is a trigger to list 8 sub-links.

The page is at:
http://www.natlassoc.com/

I've been working on it for a couple of days now - am afraid I will mess it
up beyond repair.

Would one of you please look at it and let me know if you have any ideas?

Thx
Dan H.

Ce sujet a été fermé aux réponses.

1 commentaire

Inspiring
February 8, 2008
Find this code in your page:

<DIV align="center">
<TABLE border="1" cellspacing="0" cellpadding="0">
<TR>
<TD><ul id="p7PMnav">

Change it to:

<DIV>
<TABLE border="1" cellspacing="0" cellpadding="0">
<TR>
<TD><ul id="p7PMnav">

You should not use Dreamweaver's property inspector to align text.
Dreamweaver is not a word processor although Adobe would love for
inexperienced web designers to think it is.

If you continue to have problems, send an email directly to our support
address and include your full name and order number. Support is free.

--
Al Sparber - PVII
http://www.projectseven.com
Extending Dreamweaver - Nav Systems | Galleries | Widgets
Authors: "42nd Street: Mastering the Art of CSS Design"


<dan@hoppernet.org> wrote in message
news:C3D2275E.1A26C%dan@hoppernet.org...
>I somehow broke Pop Menu Magic.
>
> My link "Bad Guys" drops down to two options:
> "Who are they?"
> And
> "Court Records"
>
> When I hover over "Who are they" the cell behaves strangely, becomes
> transparent, text slides off the left side of the div.
>
> "Who are they?" is a trigger to list 8 sub-links.
>
> The page is at:
> http://www.natlassoc.com/
>
> I've been working on it for a couple of days now - am afraid I will mess
> it
> up beyond repair.
>
> Would one of you please look at it and let me know if you have any ideas?
>
> Thx
> Dan H.
>