MX Includes Forum :: Include CSS Menu problem...
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
avyo
03-22-2007 13:31:40 GMT +2
|
Hello,
I have a problem with the include of CSS STATIC MENU.
I create a CSS MENU in page menu_css.php.
I include this in main.php.
In Dreamweaver, the menu included is displaying verticaly instead of the menu must be horizontaly!!! Is it normal?
In browser, (IE and Firefox) it's ok.
Thanks in advance,
AVYO
|
|
|
avyo
03-22-2007 13:35:18 GMT +2
|
I noticed :
The javascript of Menu CSS is placed enter <BODY></BODY> in the main.php.
Is it normal.
AVYO
|
|
|
Ionut MOICIANU
03-23-2007 16:41:09 GMT +2
|
Hello,
I've made a test with CSS Menus 2.1.1 in Dreamweaver 8.0.2 (Windows) and I could not reproduce the problem.
Yes, the JavaScript code should stay there.
Yo could try to remove the Dreamweaver cache file (more details here) and see if this helps
Regards,
Ionut
|
|
|
Ionut MOICIANU
03-23-2007 16:44:51 GMT +2
|
I am sorry, I think I've misunderstood something in your previous post, I will make one more test.
Ionut
|
|
|
Ionut MOICIANU
03-23-2007 16:53:43 GMT +2
|
OK, I see what you mean and this happens because the menu .css file is not included in the mane page in Dreamweaver.
A work-around would be to copy the .css link line from the css menu page into the <head ></head>section of the mane page. The line would be like:
<link href="includes/cssmenus2/skins/aqua_blue/horizontal.css" rel="stylesheet" type="text/css" />
Ionut
|
|
|