Visualizzazione dei risultati da 1 a 8 su 8

Discussione: Menu Spry IE

  1. #1

    Menu Spry IE

    Ciao ggiovani!!
    sono appena approdata sul forum (che tra l'altro è utilisssssimissimo). La maggior parte dei problemi li ho risolti semplicemente guardando le precedenti discussioni, ma per il menù spry proprio non riesco a risolvere. Utilizzo dreamweaver CS3 e ho creato un menu spry verticale, personalizzando le dimensioni e il colore di sfondo. Su firefox funziona una meraviglia, MA su explorer, innanzitutto mi fa comparire una barra gialla che dice "per facilitare la sicurezza si e impedito a questa pagina di eseguire script o controllo activeX..." è possibile eliminarla? se gli dico "esegui" il mio menu spry perde le dimensini impostate e il colore di sfondo, come si vede dall'immagine.

    ho letto la discussione
    http://forum.html.it/forum/showthrea...readid=1446032

    MA non sono riuscita a risolvere;o(. Spero tanto che qualcuno mi sappia dare una mano, sto sclerando!!

    GRAZIE MILLEEEEEEEEEEEEEEEEEEEEEEEEE!!!!!!!!!!!!!
    bye bye

    Qui l'html che mi genera automaticamente il programma

    <ul id="MenuBar1" class="MenuBarVertical">[*]Politecnico di Torino
    <ul>[*]voce 1.1[*]voce 1.2[*]voce 1.3[/list]
    [*]Politecnico di Madrid
    <ul>[*]Voce 2.1[*]Voce 2.2[*]Voce 2.3[/list]
    [*]Tesi
    <ul>[*]voce 3.1 [*]voce 3.2[*]voce 3.3[/list]
    [/list]

    il css che mi crea automatico dice:

    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 8em;
    }
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    {
    z-index: 1000;
    }
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em;
    }
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    {
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    left: -1000em;
    top: 0;
    }
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    {
    left: 0;
    }
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    {
    width: 8.2em;
    }

    /************************************************** *****************************

    DESIGN INFORMATION: describes color scheme, borders, fonts

    ************************************************** *****************************/

    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: xx-large;
    height: auto;
    width: 0px;

    }
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: medium;
    margin: -5% 0 0 140%;
    }
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    {
    display: block;
    cursor: pointer;
    padding: 0.5em 0.75em;
    color: #D4145A;
    text-decoration: underline;
    width: 310px;
    }
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    {
    background-color: #D4145A;
    color: #000000;
    }
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
    {
    background-color: #D4145A;
    color: #000000;
    }

    /************************************************** *****************************

    SUBMENU INDICATION: styles if there is a submenu under a given menu item

    ************************************************** *****************************/

    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    {
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    }

    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    {
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    }

    /************************************************** *****************************

    BROWSER HACKS: the hacks below should not be changed unless you are an expert

    ************************************************** *****************************/

    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    {
    position: absolute;
    z-index: 1010;
    }
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    {
    ul.MenuBarVertical li.MenuBarItemIE
    {
    display: inline;
    f\loat: left;
    background: #FFF;
    }
    }
    Immagini allegate Immagini allegate

  2. #2
    Utente di HTML.it L'avatar di Prill
    Registrato dal
    Oct 2006
    Messaggi
    2,947
    Ciao, domanda: prima di apportare le modifiche il menu funzionava correttamente con Explorer? Se è così converrebbe ripartire dall'inizio e verificare esattamente cosa si cambia, nella discussione che hai lincato per esempio il ragazzo aveva fatto modifiche sostanziali senza accorgersene. Se non riesci posta magari il css originale però serve anche lo script, e allora forse sarebbe meglio un link alla pagina e dicci cosa vuoi modificare così vediamo insieme.
    L'avviso con Explorer è normale in locale, impostazioni di protezione, non c'è più quando il file è in rete

    P.S.: se posti altro codice usa il pulsantino code che vedi in alto

  3. #3
    Ciau!
    si, dunque, se lo inserisco senza cambiare nulla funziona. Ti metto il codice, perchè la pagina non à ancora in rete, se poi mi dici che così è impossibile capire, la carico
    io vorrei:
    1)fissare la larghezza in modo che le scritte non vadano a capo
    2)fissare la larghezza del livello principale diversa da quello secondario
    3)cambiare il colore di sfondo a nero, che diventi rosa passandoci sopra col mouse
    4)cambiare il colore della scritta a rosa, che diventi nera passandoci sopra col mouse
    5)cambiare la dimensione del carattere

    grazie della risposta!!!
    ciaciau

    ps spero di mettere bene il codice

    codice:
    [<ul id="MenuBar1" class="MenuBarVertical">[*]Politecnico di Torino       <ul>[*]voce 1.1[*]voce 1.2[*]voce 1.3[/list][*]Politecnico di Madrid     <ul>[*]Voce senza titolo[*]Voce senza titolo[*]Voce senza titolo[/list][*]Tesi       <ul>[*]voce 3.1[*]voce 3.2[*]voce 3.3[/list][/list]
    
     </p> <script type="text/javascript">  </script>]
    
    xxxx
    
    [@charset "UTF-8";  /* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */  /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */  /*******************************************************************************   LAYOUT INFORMATION: describes box model, positioning, z-order   *******************************************************************************/  /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */ ul.MenuBarVertical { 	margin: 0; 	padding: 0; 	list-style-type: none; 	font-size: 100%; 	cursor: default; 	width: 8em; } /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ ul.MenuBarActive { 	z-index: 1000; } /* Menu item containers, position children relative to this container and are same fixed width as parent */ ul.MenuBarVertical li { 	margin: 0; 	padding: 0; 	list-style-type: none; 	font-size: 100%; 	position: relative; 	text-align: left; 	cursor: pointer; 	width: 8em; } /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */ ul.MenuBarVertical ul { 	margin: -5% 0 0 95%; 	padding: 0; 	list-style-type: none; 	font-size: 100%; 	position: absolute; 	z-index: 1020; 	cursor: default; 	width: 8.2em; 	left: -1000em; 	top: 0; } /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ ul.MenuBarVertical ul.MenuBarSubmenuVisible { 	left: 0; } /* Menu item containers are same fixed width as parent */ ul.MenuBarVertical ul li { 	width: 8.2em; }  /*******************************************************************************   DESIGN INFORMATION: describes color scheme, borders, fonts   *******************************************************************************/  /* Outermost menu container has borders on all sides */ ul.MenuBarVertical { 	border: 1px solid #CCC; } /* Submenu containers have borders on all sides */ ul.MenuBarVertical ul { 	border: 1px solid #CCC; } /* Menu items are a light gray block with padding and no text decoration */ ul.MenuBarVertical a { 	display: block; 	cursor: pointer; 	background-color: #EEE; 	padding: 0.5em 0.75em; 	color: #333; 	text-decoration: none; } /* Menu items that have mouse over or focus have a blue background and white text */ ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus { 	background-color: #33C; 	color: #FFF; } /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible { 	background-color: #33C; 	color: #FFF; }  /*******************************************************************************   SUBMENU INDICATION: styles if there is a submenu under a given menu item   *******************************************************************************/  /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ ul.MenuBarVertical a.MenuBarItemSubmenu { 	background-image: url(SpryMenuBarRight.gif); 	background-repeat: no-repeat; 	background-position: 95% 50%; }  /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ ul.MenuBarVertical a.MenuBarItemSubmenuHover { 	background-image: url(SpryMenuBarRightHover.gif); 	background-repeat: no-repeat; 	background-position: 95% 50%; }  /*******************************************************************************   BROWSER HACKS: the hacks below should not be changed unless you are an expert   *******************************************************************************/  /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ ul.MenuBarVertical iframe { 	position: absolute; 	z-index: 1010; } /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */ @media screen, projection { 	ul.MenuBarVertical li.MenuBarItemIE 	{ 		display: inline; 		f\loat: left; 		background: #FFF; 	} }]

  4. #4
    Utente di HTML.it L'avatar di Prill
    Registrato dal
    Oct 2006
    Messaggi
    2,947
    Prova se così fa quello che vuoi:

    codice:
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical {
     	margin: 0;
     	padding: 0;
     	list-style-type: none;
     	font-size: 100%;
     	cursor: default;
     	width: 8em;
     }
    
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    {
    z-index: 1000;
    }
    
    /* Menu item containers, position children relative to this container and are same fixed width as parent */ 
    ul.MenuBarVertical li {
     	margin: 0;
     	padding: 0;
     	list-style-type: none;
     	font-size: 100%;
     	position: relative;
     	text-align: left;
     	cursor: pointer;
     	width: 8em;
     } 
    
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */ 
    ul.MenuBarVertical ul {
     	margin: -5% 0 0 95%;
     	padding: 0;
     	list-style-type: none;
     	font-size: 150%;
     	position: absolute;
     	z-index: 1020;
     	cursor: default;
     	width: 8.2em; 
    	left: -1000em;
     	top: 0;
     } 
    ul.MenuBarVertical ul ul{
     	font-size: 100%;
     } /* ho aggiunto questa regola altrimenti negli ulteriori sottomenu il carattere aumenta di dimensioni */
    
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ 
    ul.MenuBarVertical ul.MenuBarSubmenuVisible {
     	left: 0;
     } 
    
    /* Menu item containers are same fixed width as parent */ 
    ul.MenuBarVertical ul li {
     	width: 8.2em;
     }  
    
    /**************************************************************
    
    DESIGN INFORMATION: describes color scheme, borders, fonts   
    
    ***************************************************************
    
    /* Outermost menu container has borders on all sides */ 
    ul.MenuBarVertical {
     	/*border: 1px solid #CCC;*/
     	font-family: Georgia, "Times New Roman", Times, serif;
     	font-size: 150% } 
    
    /* Submenu containers have borders on all sides */ 
    ul.MenuBarVertical ul {
     	/*border: 1px solid #CCC;*/
     } 
    
    /* Menu items are a light gray block with padding and no text decoration */ 
    ul.MenuBarVertical a {
     	display: block;
     	cursor: pointer;
     	background-color: #000;
     	padding: 0.5em 0.75em;
     	color: #d4145a;
     	text-decoration: underline;
     } 
    
    /* Menu items that have mouse over or focus have a blue background and white text */ 
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
     	background-color: #d4145a;
     	color: #000;
     } 
    
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ 
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
     	background-color: #d4145a;
     	color: #000;
     }  
    
    /**************************************************************
    
    *****************   SUBMENU INDICATION: styles if there is a 
    
    submenu under a given menu item   
    
    ***************************************************************
    
    ****************/  
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ 
    ul.MenuBarVertical a.MenuBarItemSubmenu {
     	background-image: url(SpryMenuBarRight.gif);
     	background-repeat: no-repeat;
     	background-position: 95% 50%;
     }  
    
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ 
    
    ul.MenuBarVertical a.MenuBarItemSubmenuHover {
     	background-image: url(SpryMenuBarRightHover.gif);
     	background-repeat: no-repeat;
     	background-position: 95% 50%;
     } 
    
     /**************************************************************
    BROWSER HACKS: the hacks below should not be changed unless you are an expert   
    
    ***************************************************************/  
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ 
    ul.MenuBarVertical iframe {
     	position: absolute;
     	z-index: 1010; } 
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */ 
    @media screen, projection {
     	ul.MenuBarVertical li.MenuBarItemIE 	{
     		display: inline;
     		f\loat: left; 
    		background: #FFF;
     	}
     }

  5. #5
    Ma sei un GRANDEEEEEEE!!!!!!! sono troppo felice, fa praticamente tutto giusto!!!! e funge con IE!!!!!!!!
    solo un piccolo dettaglio, non ho capito come posso fare per allargare le celle in modo che ci stia tutto il testo, possibilmente senza andare a capo. Ti allego una immagine. Tra l'altro il livello 1 è sufficiente che sia un pochino più largo mentre il livello 2 mi servirebbe abbastanza più largo per far stare i titoli dei progetti. E grazie del commento nel codice!!!!!!!

    Buona giornata!!!
    ciaociao
    Immagini allegate Immagini allegate

  6. #6
    uhh, ultima cosa, poi giuro che lo lascio come viene
    Ho provato a modificare la dimensione del testo agendo sulle percentuali. Volevo chiedere se è possibile poi cambiare la posizione del secondo livello rispetto al primo, in modo che non si crei uno spazio bianco tra i due, come nella immagine. (tra l'altro nel secondo livello si è creato anche uno "sfondato" a destra, ma credo sia dovuto al fatto che le parole escono dal bordo")
    ri-ciao
    Immagini allegate Immagini allegate

  7. #7
    Utente di HTML.it L'avatar di Prill
    Registrato dal
    Oct 2006
    Messaggi
    2,947
    Per modificare la larghezza dei sottolivelli devi agire sul codice evidenziato

    codice:
    ul.MenuBarVertical ul {
     	margin: -5% 0 0 95%;
     	padding: 0;
     	list-style-type: none;
     	font-size: 150%;
     	position: absolute;
     	z-index: 1020;
     	cursor: default;
     	width: 8.2em;
    	left: -1000em;
     	top: 0;
     } 
    
    ul.MenuBarVertical ul li {
     	width: 8.2em;
     }
    la larghezza del primo livello è settata con quell'8em in ul.MenuBarVertical e ul.MenuBarVertical li

    Le dimensioni del carattere sono del 100% (quindi seguono le dimensioni del carattere impostate nel contenitore esterno) nelle voci elenco visibili e del 150% nei sottolivelli. Puoi assegnare anche dimensioni non relative, in pixel dunque, per un maggiore controllo.

    La seconda immagine mostra che hai modificato anche la posizione dei sottomenu

  8. #8
    THANK YOUUUUUU!!!!!!!!!!!!!!!!!!!!!!!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.