Visualizzazione dei risultati da 1 a 10 su 11

Hybrid View

  1. #1

    immagine diversa su hover!

    Salve!..
    ..allora guardate l'immagine..!
    Vorrei ke passando sul bottone grande,questo diventi piu scuro(l'immagine è gia pronta,ma non so come usarla!),e porti alla home page..stessa cosa per quello piccolo,(ke ovviamente non porterà alla home,vedrò in seguito ke metterci!)
    stò davvero impazZendo!
    Ecco il codice: (non so se ce ne sarà bisogno ma lo posto ugualmente)
    HTML:

    codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
         <head>
    				<title>.:Strumenti Musicali</title>
    				<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
    				<link rel="stylesheet" type="text/css" href="style.css"/>
         </head>
     	<body>
    		<div id="main">
    			<div id="head">
    					<div id="headlogo">
    					</div>
    			</div>
    		</div>
    			<div id="menuright">
    				<div id="menuleft">
    					<div id="menu">
    				  </div>
    				</div>
    			</div>		  
    	</body>
    </html>

    CSS:

    codice:
    body 
    {
    background:#ffffff;
    margin:auto;
    padding:0;
    font-family:'trebuchet ms',arial,verdana,sans-serif;
    }
    
    #head 
    {
    height: 135px;
    background:url(img/headbackground.png) repeat-x;
    }
    
    #headlogo 
    {
    height: 135px;
    background:url(img/headlogo.png) left no-repeat;
    }
    
    #menuleft 
    {
    height: 66px;
    background:url(img/menuleft.png) left no-repeat;
    }
    
    #menuright 
    {
    height: 66px;
    width: 55%;
    margin: -38px auto;
    background:url(img/menuright.png) right no-repeat;
    }
    
    #menu 
    {
    height: 66px;
    background:url(img/menuback.png) repeat-x;
    margin-left: 10%;
    margin-right: 10%;
    }
    Ke mi dite?
    Immagini allegate Immagini allegate
    ..::::#:.TrVe Norvegian Black Metal.:#::::..

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 © 2026 vBulletin Solutions, Inc. All rights reserved.