Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Karlhevera #1
P7 problem top menu
I have removed the 'Forum' option from the top menu. The code is in my library
and whole site was updated with the deletions.
I adjusted the top menu width, so that it would look OK. When tested locally,
it all looked OK in E7, Firefox and Safari.
However, when I uploaded all the pages, it looked and worked OK in E7. In
Safari, the old 'Forum' still showed and in Firefox the menu was shorter, ie
less the deleted Forum element.
What adjustments do I have to make for it to show OK?
you may see it at [url]http://www.gardensoflondon.co.uk[/url]
Karlhevera Guest
-
Pop-up Menu problem
I know this is not a very exciting topic, but for me its a big deal because I am a beginner and I cant get it working! I am using Dreamweaver... -
Pop up menu problem
hi i made a pop up menu and it has sub menus, the fireworks automatically puts a black arrow into the menu to show that there are available sub... -
Menu Problem - PLEASE HELP
I created a site entirely in a flash movie, menu included. but when i publish my site the menu actions do not work anymore...any help at all is... -
Pop-up menu problem.
Hi all, My problem is this, when i create a fireworks web page and I add a popup menu to it and preview it, it all looks and works fine. When I ... -
Pop up menu problem.. please help!
See this Technote 16848: http://www.macromedia.com/support/fireworks/ts/documents/fwmx_pop-up_menusnframesets.htm If you're on Fireworks 4 see this... -
Al Sparber - PVII #2
Re: P7 problem top menu
The menu is working fine. Sounds like you just need to clear your browser
caches.
On a different note, you shouldn't set font-size in pixels, and you
shouldn't set it on the LI selector... as it will disable text animation.
Change these rules in your menu style sheet:
#p7PMnav {
margin:0;
padding:0;
}
#p7PMnav li {
list-style-type: none;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
}
To this:
#p7PMnav {
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}
#p7PMnav li {
list-style-type: none;
margin: 0;
padding: 0;
}
Note, I am answering this post instead of the email you sent to our support
address, as there has been a problem in the past with our emails not getting
to you for one reason or another.
--
Al Sparber - PVII
[url]http://www.projectseven.com[/url]
Fully Automated Menu Systems | Galleries | Widgets
[url]http://www.projectseven.com/go/Elevators[/url]
"Karlhevera" <webforumsuser@macromedia.com> wrote in message
news:g82gdk$ivg$1@forums.macromedia.com...>I have removed the 'Forum' option from the top menu. The code is in my
>library
> and whole site was updated with the deletions.
>
> I adjusted the top menu width, so that it would look OK. When tested
> locally,
> it all looked OK in E7, Firefox and Safari.
>
> However, when I uploaded all the pages, it looked and worked OK in E7. In
> Safari, the old 'Forum' still showed and in Firefox the menu was shorter,
> ie
> less the deleted Forum element.
>
> What adjustments do I have to make for it to show OK?
>
> you may see it at [url]http://www.gardensoflondon.co.uk[/url]
>
>Al Sparber - PVII Guest
-
Karlhevera #3
Re: P7 problem top menu
MANY thanks for your prompt reply. Will do as suggested. Posting your reply here may also be of use to others..
karl,London
Karlhevera Guest
-
Karlhevera #4
Re: P7 problem top menu
Have adjusted the code and cleared all the internet temp files. But the
problem still exists in both FF and Safari, this time the correct menu items
are shown, but still shorter. Is there something else I have to do to my PC,
so at it all also shows OK on my machine?
regards K
Karlhevera Guest
-
Al Sparber - PVII #5
Re: P7 problem top menu
Hi Karl,
It looks the same to me in IE7, Firefox, and Safari. Here's a quick capture:
[url]http://www.projectseven.com/testing/customers/karl/screen.jpg[/url]
--
Al Sparber - PVII
[url]http://www.projectseven.com[/url]
Fully Automated Menu Systems | Galleries | Widgets
[url]http://www.projectseven.com/go/Elevators[/url]
"Karlhevera" <webforumsuser@macromedia.com> wrote in message
news:g83as0$f1m$1@forums.macromedia.com...> Have adjusted the code and cleared all the internet temp files. But the
> problem still exists in both FF and Safari, this time the correct menu
> items
> are shown, but still shorter. Is there something else I have to do to my
> PC,
> so at it all also shows OK on my machine?
> regards K
>Al Sparber - PVII Guest
-



Reply With Quote

