Viajante
02-22-2006, 03:00 PM
I have a problem in chrome menu.
When i resize the dropdown menu in the css file the first dropdown menu stays with the new value, but the others dropdown menus don´t gain the new value.
How can i make all the dropdown menus to have the same size?
Exemple of the code:
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*Theme Change here*/
border-bottom-width: 0;
font:normal 9px Verdana;
line-height:15px;
z-index:100;
background-color: white;
width: 125px; /*value that i changed*/
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
In this image the dropdown menu gain new value in is sized width:
http://www.dynamicdrive.com/forums/attachment.php?attachmentid=264&stc=1&d=1140686816
In this image the others dropdowmenus stays with the same value:
http://www.dynamicdrive.com/forums/attachment.php?attachmentid=265&stc=1&d=1140686816
Another Problem
How can i make the selected menu to change color when is selected, i mean when i select a menu to go to a webpage that menu that was selected stays with a diferent color than the others menus.
Here is an exemple of what i mean:
http://www.dynamicdrive.com/forums/attachment.php?attachmentid=266&stc=1&d=1140687485
One more problem.
I have a script to disable select objects in the webpage that was working fine but since i put the chrome dropdown menu that script stop working and now the text in the webpage can be select. How can i fix this?
Anyone can help me please?
I really need to fix these problems.
Thanks
When i resize the dropdown menu in the css file the first dropdown menu stays with the new value, but the others dropdown menus don´t gain the new value.
How can i make all the dropdown menus to have the same size?
Exemple of the code:
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*Theme Change here*/
border-bottom-width: 0;
font:normal 9px Verdana;
line-height:15px;
z-index:100;
background-color: white;
width: 125px; /*value that i changed*/
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
In this image the dropdown menu gain new value in is sized width:
http://www.dynamicdrive.com/forums/attachment.php?attachmentid=264&stc=1&d=1140686816
In this image the others dropdowmenus stays with the same value:
http://www.dynamicdrive.com/forums/attachment.php?attachmentid=265&stc=1&d=1140686816
Another Problem
How can i make the selected menu to change color when is selected, i mean when i select a menu to go to a webpage that menu that was selected stays with a diferent color than the others menus.
Here is an exemple of what i mean:
http://www.dynamicdrive.com/forums/attachment.php?attachmentid=266&stc=1&d=1140687485
One more problem.
I have a script to disable select objects in the webpage that was working fine but since i put the chrome dropdown menu that script stop working and now the text in the webpage can be select. How can i fix this?
Anyone can help me please?
I really need to fix these problems.
Thanks