Just WOT Essence!

HTML per postare

« Older   Newer »
  Share  
Cactua
view post Posted on 22/5/2010, 15:53




beh si
xò devi cambiare il nome
es:
imgbottone1
imgbottone2
ecc..
 
Top
[M]
view post Posted on 22/5/2010, 16:08




eh, quindi credo che intaserò leggermente l'amministrazione...XD
 
Top
Cactua
view post Posted on 22/5/2010, 16:12




scrivilo così XD
#imgbottone{width: lunghezza;height: altezza;background-image:url(primaimmagine);}
#imgbottone:hover{width: lunghezza;height: altezza;background-image:url(secondaimmagine);}
 
Top
[M]
view post Posted on 22/5/2010, 16:13




al posto di imgbottone devo sostituire qualcosa?
 
Top
Cactua
view post Posted on 22/5/2010, 16:15




imgbottone è il nome che li dai infatt se guardi l'html

CODICE
<div id="imgbottone"><form action="INDIRIZZOFORUM"  method="post" name="REPLIER">
<input type="hidden" name="st" value="0">
<input type="hidden" name="act" value="Post">
<input type="hidden" name="f" value="IDSEZIONE">
<input type="hidden" name="CODE" value="03">
<input type="hidden" name="t" value="IDTOPIC">
<input type="hidden" name="Post" value="MESSAGGIO">
<input type="submit" style="background-image: url('http://img.forumfree.net/index_file/spacer.gif');width: 242px;height: 60px;"
class="forminput">
</form></div>


all'inizio c'è <div id="imgbottone">

quando cambi nome devi cambiare anche questo
 
Top
[M]
view post Posted on 23/5/2010, 08:53




Bo, non credo che funzioni...al posto dell'immagine viene fuori un pulsante con scritto "Invia Richiesta", nonostante non ci sia scritto nulla di simile né nel css né nell'html. Mi dice inoltre che "è stato riscontrato un utilizzo errato del sito"...
 
Top
Cactua
view post Posted on 23/5/2010, 13:37




posso vedere?
 
Top
[M]
view post Posted on 23/5/2010, 13:43




asp, faccio una prova nella sezione gioco di ruolo. copio lì tutto.
 
Top
[M]
view post Posted on 23/5/2010, 13:45




fatto. guarda nella tabella in cima: nell'ultima colonna appre "Invia Richiesta". Se clicchi sopra di esso dice che c'è un errore (ma quando dice "puoi ricopiare il testo da qui", si vede proprio il testo che volevo fargli postare)
 
Top
Cactua
view post Posted on 23/5/2010, 13:55




sicuramente ci sono dei campi errati

CODICE
<div id="Fabbrica Spade"><form action="http://offtopic-world.blogfree.net/" method="post" name="REPLIER">
<input name="st" value="0" type="hidden">
<input name="act" value="Post" type="hidden">
<input name="f" value="http://offtopic-world.blogfree.net/?f=323602" type="hidden">
<input name="CODE" value="03" type="hidden">
<input name="t" value="http://offtopic-world.blogfree.net/?t=2375479" type="hidden">
<input name="Post" value="CARICAMENTO..." type="hidden">
<input style="background-image: url(&quot;http://img.forumfree.net/index_file/spacer.gif&quot;); width: 242px; height: 60px;" class="forminput" type="submit">
</form></div>


non mettere gli spazi tra le parole, neanche nell'html (scrivi fabbricaspade)
a width e height metti le dimensioni reali dell'immagine
CODICE
#fabbrica spade {width: 100%; height: 100%; background-image:url(http://i46.tinypic.com/2ykyz6f.png)}
#fabbrica spade:hover {width: 100%; height: 100%; background-image:url(http://i45.tinypic.com/2iuon11.png)}
 
Top
[M]
view post Posted on 23/5/2010, 14:16




Come vuoi, anche se ancora non capisco da dove salti fuori quell'invia richiesta... :susograttile:

Anzi, guarda, invece di stare a fare tanti pulsanti interattivi, inserirò semplicemente un pulsante sotto l'immagine.
 
Top
Cactua
view post Posted on 23/5/2010, 14:59




fai te XD
 
Top
orange_needle
view post Posted on 23/5/2010, 18:53




Appena posso cercherò di risolvere io.
 
Top
43 replies since 21/5/2010, 14:54   505 views
  Share