:master: posta il link all'articolo... ce ne sono diversi...
forse l'ho trovato: ti riferisci a Un menu a tendine solo con i CSS ?
Però il tuo problema è con IE7 se non ho capito male...
è ancora in fase alpha percui è normale che dia problemi...
ma il menù lo vedi correttamente con Firefox?
Hai seguito questo procedimento?
magari questo procedimento non è più valido, visto che la release è un'altra... nello zip c'è scritto questo:Come si installa
Per testare IE7 è sufficiente scaricare un file zip di appena 48kb. Una volta scompattato, avremo a disposizione una cartella denominata IE7. Basterà copiarla e piazzarla nella root del web server, anche se si testa in locale (localhost).
A questo punto, bisogna rendere la pagine compatibili con IE7. Si dovranno inserire nella sezione <head></head> queste poche righe di codice, badando che precedano qualunque altro foglio di stile:
<!--[if lt IE 7]>
<link rel="stylesheet" href="/IE7/ie7-html.css" type="text/css"/>
<![endif]-->
Le parti commentate che racchiudono l'inclusione vera e propria sono esempi di conditional comments, un'altra estensione proprietaria di Microsoft in grado di effettuare una sorta di browser sniffing senza Javascript. Gli altri browser ignoreranno tutta questa sezione.
Installation
------------
Follow these simple instructions to get IE7 working immediately on your server:
* download the latest IE7 ZIP file (https://sourceforge.net/project/show...kage_id=119707)
* extract the contents to a directory on your server (keep the folder names used in the ZIP)
* you will now have an IE7 directory on your server
* include the IE7 JavaScript library in the page you wish to test
* make sure this also points to the same directory
* open the page in your web browser
* the page should now be IE7 enabled.
You may extract the contents of the ZIP file to your hard disk if you do not have access to a web server.
Enjoy ;-)
Dean Edwards, 17th August 2004![]()

Rispondi quotando