Suche im Forum:
Suchen


Autor Nachricht
Beitrag21.05.2011 um 11:51 (UTC)    
Titel: brauche hilfe zu diesem code

Hallo ich habe hier diesen Code und möchte dass der ausklappbare Text auch oben neben dem link (also öffnen/schließen) steht, wie geht das?

Code:
<form name="Info">

<a id="off" style="cursor:pointer;text-decoration:none;" onclick="document.getElementById('hinweis').style.display = 'block';document.getElementById('on').style.display = 'block';document.getElementById('off').style.display = 'none';">
<img src="http://img.webme.com/pic/m/modedesignerin/maedchen_0011.gif" /> Hier klicken </a>

<a id="on" style="cursor:pointer;text-decoration:none;display:none;" onclick="document.getElementById('hinweis').style.display = 'none';document.getElementById('on').style.display = 'none';document.getElementById('off').style.display = 'block';">
<img src="http://img.webme.com/pic/m/modedesignerin/maedchen_0011.gif" /> Schließen </a>

<div id="hinweis" style="display:none; width:20%; background:beige;"><br> TEXT </div>
</form>


Danke Wink
Beitrag22.05.2011 um 09:27 (UTC)    
Titel: Re: brauche hilfe zu diesem code

Code:
<form name="Info">

<a id="off" style="cursor:pointer;text-decoration:none;" onclick="document.getElementById('hinweis').style.display = 'inline';document.getElementById('on').style.display = 'inline';document.getElementById('off').style.display = 'none';">
<img src="http://img.webme.com/pic/m/modedesignerin/maedchen_0011.gif" /> Hier klicken </a>

<a id="on" style="cursor:pointer;text-decoration:none;display:none;" onclick="document.getElementById('hinweis').style.display = 'none';document.getElementById('on').style.display = 'none';document.getElementById('off').style.display = 'inline';">
<img src="http://img.webme.com/pic/m/modedesignerin/maedchen_0011.gif" /> Schließen </a>

<div id="hinweis" style="display:none; width:20%; background:beige;"><br> TEXT </div>
</form>


So, das dürfte helfen Cool

Gruß,

TransInt
______________
Kein Support per PN - Im Forum hilft es allen!

Life is what happens while you are busy making other plans.
- John Lennon
Beitrag23.05.2011 um 11:25 (UTC)    
Titel:

Danke, aber eigentlich brint es gar nichts:
http://modedesignerin.de.tl/Beauty_Zone.htm
Beitrag23.05.2011 um 13:02 (UTC)    
Titel: Re: brauche hilfe zu diesem code

Du musst bei diesem Teil

Zitat:
<div id="hinweis" style="display:none; width:20%; background:beige;"><br> TEXT </div>
</form>


das <br> rausnehmen...

Gruß,

TransInt
______________
Kein Support per PN - Im Forum hilft es allen!

Life is what happens while you are busy making other plans.
- John Lennon
Beitrag24.05.2011 um 15:27 (UTC)    
Titel:

Danke, klappt Smile
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de