MX CSS Menus Forum :: Problem with Sub-Menu Position
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/
Daryl Toogood
05-13-2007 22:15:20 GMT +2
|
I have read the other topics on this problem, and have tried the solutions with no luck.
As with the other sites, the sub-menu appears on the far right hand side of the page, which can be seen here http://random-sheep.com/index2.php
I have created the same menu on a blank page which views correctly which can be seen here http://random-sheep.com/blank.php
How can I fix this?
Thanks
|
|
|
Ionut MOICIANU
05-15-2007 14:08:04 GMT +2
|
Hi,
What is the browser version that you are using?
Regards,
ionut
|
|
|
Daryl Toogood
05-15-2007 15:24:28 GMT +2
|
|
|
|
Daryl Toogood
05-15-2007 15:26:16 GMT +2
|
I have found that if I resize the window the sub menu move with the page (hope that made sense)
|
|
|
Ionut MOICIANU
05-18-2007 18:01:54 GMT +2
|
Hi,
The problem is related with your CSS layout. First of all, you need to modify the CSS class for the DIV containing the menu and change position: static to position: relative.
Then, on "index2.php" page, insert this CSS rule:
ul ul.cssMenu1_el {
width: auto !important;
}
(the UL element containing the sub-menu has a with of 80% set which is not correct)
I hope this helps.
Regards,
Ionut
|
|
|