|
|
|
| help! нужно горизонтальное, выпадающее меню...вот нашел одно, но не могу разобратся в коде скрипта и сдлеть чтобы ширина его была 100% | |
|
|
|
|
|
|
|
для: P@Sol
(21.09.2005 в 12:59)
| | там настройки для каждого пункта меню отдельно. в файле newmenu_array.js
вот здесь:
menu1=[ // This is the array that contains your menu properties and details
10, // Top
150, // left
, // Width
1, // Border Width
"left", // Screen Position - here you can use "center;middle;right"
prop1, // Properties Array - this is set higher up, as above
1, // Always Visible - allows the menu item to be visible at all time
"center", // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
, // Filter - Text variable for setting transitional effects on menu activation
, // Follow Scrolling - Tells the menu item to follow the user down the screen
1, // Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
, // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
, // Position of sub image left:center:right:middle:top:bottom
, // Show an image on top menu bars indicating a sub menu exists below
, // Reserved for future use
|
первым делом уберите отступ 150 слева. потом задайте ширину ячейки (в зависимости от того, сколько у вас пунктов и на какую ширину экрана вы рассчитываете). к сожалению, нельзя задать проценты, ошибка в синтаксисе выскакивает. | |
|
|
|
|
|
|
|
для: elenaki
(21.09.2005 в 13:15)
| | вот такая фигня.... и следовательно мне нужен другой скрипт...потому как я не рассчитываю ширину ячейки и тем более экрана... | |
|
|
|