Help pls - I broke PopMenuMagic...

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default 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:
    [url]http://www.natlassoc.com/[/url]

    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.

    dan@hoppernet.org Guest

  2. Similar Questions and Discussions

    1. Shockwave really broke...
      Does anyone know how to sort this problem... when I load a Shockwave application I get this. I have re-installed ect. Any solutions? ...
    2. Registry Broke
      All, I have just downloaded latest office 12 beta, I them tried to uninstall the last o12 beta, I got an error about failing to remove \.msg reg...
    3. SandBox broke cfadmin
      Hello, My error is with CFMX 6.1 My problem is that I can no longer access the login.cfm page after playing with sandbox security here is my...
    4. OSX 10.3.7 broke Postgresql 8.0.0b5?
      I *think* the 10.3.7 upgrade broke my postgresql implementation... I am getting this error at startup. FATAL: could not create shared memory...
    5. php.net is broke
      php.net is broke. There's an undefined function error. ******************************************** CinchHost.com - Web Hosting Made Easier...
  3. #2

    Default Re: Help pls - I broke PopMenuMagic...

    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
    [url]http://www.projectseven.com[/url]
    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:
    > [url]http://www.natlassoc.com/[/url]
    >
    > 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.
    >
    The PVII Team Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139