Suche im Forum:
Suchen


Autor Nachricht
Beitrag04.11.2008 um 10:56 (UTC)    
Titel: Was ist an meinem Buttoncode falsch?

Hallo zusammen!

Ich habe mir bei Buttongenerator.com neue Buttons erstellt.
Ich habe folgenden Code erhalten:

<A HREF="http://www.buttongenerator.com/"><IMG SRC="http://www.buttongenerator.com/ima/link.gif" WIDTH=88 HEIGHT=31 BORDER=0 ALT="ButtonGenerator.com"></A>

Mein alter text über dem design war:

-->
</style>
<style type="text/css">
<!--
body {background-color:#000000;}
-->
</style>
<style type="text/css">
<!--
td.cont {background-image:url();background-color: #999999;}
td.cont_bottom img{visibility: hidden;}
td.cont_bottom{background-image: url();background-color: #999999;}
-->
</style>
<style type="text/css">
<!--
td.edit_button_bg{background-image:url(http://80.190.202.79/pic/6/6p-unreal/l1.jpg);}
td.edit_button_bg:hover{background-image:url(http://80.190.202.79/pic/6/6p-unreal/l2.jpg);}
-->
</style>

Ich habe den neuen so eingefügt:

-->
</style>
<style type="text/css">
<!--
body {background-color:#000000;}
-->
</style>
<style type="text/css">
<!--
td.cont {background-image:url();background-color: #999999;}
td.cont_bottom img{visibility: hidden;}
td.cont_bottom{background-image: url();background-color: #999999;}
-->
</style>
<style type="text/css">
<!--
<A HREF="http://www.buttongenerator.com/"><IMG SRC="http://www.buttongenerator.com/ima/link.gif" WIDTH=88 HEIGHT=31 BORDER=0 ALT="ButtonGenerator.com"></A>
-->
</style>

Wenn ich dass mache sehe ich aber nur den orginalbutton des red design...

Kann mir jemand helfen?

Bis dann!
Beitrag04.11.2008 um 12:14 (UTC)    
Titel:

Du hast einen Link zu der Seite bekommen, das Bild ist nur der verlinkte Button vom Generator mit Werbung drauf.
Den sollst du bestimmt irgendwo auf deiner Seite plazieren.
Den/ die Button-Url trägst du anstelle der Url von 6P ein.
Zitat:



<style type="text/css">
<!--
td.cont {background-image:url();background-color: #999999;}
td.cont_bottom img{visibility: hidden;}
td.cont_bottom{background-image: url();background-color: #999999;}
body {background-color:#000000;}
td.edit_button_bg{background-image:url(http://80.190.202.79/pic/6/6p-unreal/l1.jpg);}
td.edit_button_bg:hover{background-image:url(http://80.190.202.79/pic/6/6p-unreal/l2.jpg);}
-->
</style>

Ich habe deinen Code mal zusammengefasst. Es reicht wenn du die weiteren Anweisungen einfach unterhalb von td.edit_button_bg:hover.... einfügst.
Beitrag04.11.2008 um 19:46 (UTC)    
Titel:

Hallo!

danke, soweit bin ich gekommen.
Jetzt sollen folgende teile in den html code eingefügt werden...:

3. Insert the HTML tag for javascript and sub menus.
This is the HTML code that calls the javascript and CSS style sheet files ( menuscript.js and menustyle.css ). You must insert it in the HEAD part of your HTML document.

<script src="menuscript.js" language="javascript" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="menustyle.css" media="screen, print" />


und

4. Insert the HTML tag to display the menu.
This is the HTML code to display the menu.
You must insert it in the BODY part of your HTML document.

<table border="0" cellpadding="0" cellspacing="0"><tr><td>
<a href="*" onmouseover="setOverImg('1','');" onmouseout="setOutImg('1','');" target=""><img src="buttons/button1up.png" border="0" id="button1" vspace="1" hspace="1"></a><br>
</td></tr></table>


Und das ist mein Code bisher...

-->
</style>
<style type="text/css">
<!--
body {background-color:#000000;}
-->
</style>
<style type="text/css">
<!--
td.cont {background-image:url();background-color: #999999;}
td.cont_bottom img{visibility: hidden;}
td.cont_bottom{background-image: url();background-color: #999999;}
-->
</style>
<style type="text/css">
<!--
td.edit_button_bg{background-image:url(http://img.webme.com/pic/z/zwerggarnelen-welt/buttonup.png);}
td.edit_button_bg:hover{background-image:url(http://img.webme.com/pic/z/zwerggarnelen-welt/buttonover.png);
-->
</style>

Wo kommen denn nun die beiden teile rein? Rolling Eyes Rolling Eyes

Danke und bis dann!
Beitrag04.11.2008 um 23:38 (UTC)    
Titel:

zwerggarnelen-welt hat Folgendes geschrieben:
Hallo!

danke, soweit bin ich gekommen.

<style type="text/css">
<!--
body {background-color:#000000;}
td.cont {background-image:url();background-color: #999999;}
td.cont_bottom img{visibility: hidden;}
td.cont_bottom{background-image: url();background-color: #999999;}
td.edit_button_bg{background-image:url(http://img.webme.com/pic/z/zwerggarnelen-welt/buttonup.png);}
td.edit_button_bg:hover{background-image:url(http://img.webme.com/pic/z/zwerggarnelen-welt/buttonover.png);
-->
</style>

Den Code habe ich zusammengefasst, ansonsten hast du die Buttons drin. Den Rest brauchst du nicht.
Beiträge der letzten Zeit anzeigen:   


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