Suche im Forum:
Suchen


Autor Nachricht
Beitrag05.06.2009 um 08:36 (UTC)    
Titel: Buttons sollen nicht wiederholen

Code:
<style type="text/css">

<!--

table.edit_main_table{width: 100% !important;}

td.edit_main_tr{width: 100% !important;}

table.edit_second_table{width: 100% !important;}

td.edit_header_full{width: 100% !important;background-position:center;background-repeat:no-repeat; }

td.edit_header_full table{width: 100% !important;}

table.edit_third_table{width: 100% !important;}

td.edit_navi_headbg{width: 15% !important;}

table.edit_rechts_tabelle{width: 100% !important;}

td.edit_rechts_bottom{width: 15% !important;}

td.edit_rechts_cbg{width:100%;}

-->
<style type="text/css">
<!--
td.headline{visibility:hidden;}
body{background-image:url(http://i108.piczo.com/view/4/l/r/2/n/s/4/g/7/6/7/l/img/t338883548_27383_6.gif);background-attachment: fixed}
td.nav {background-image:url(http://bilderflat.bplaced.net/superteam/Designhabbo/buttonhabbo.png);}
td.nav:hover{background-image:url(http://bilderflat.bplaced.net/superteam/Designhabbo/fg.png);}
td.nav_heading{background-image:url(http://s11.directupload.net/images/090418/ugtu8e74.jpg);}
td.edit_below_nav{visibility:hidden;}
td.edit_navi_headbg{background-image:url();}
td.edit_rechts_sbg{visibility:hidden;}
td.sidebar_heading{background-image:url(http://s8b.directupload.net/images/090418/lfu9hstr.jpg);}
td.edit_content_top{background-image:url(http://s11b.directupload.net/images/090418/m5y3syhc.jpg);}
td.edit_content{background-image:url(http://i106.piczo.com/view/4/d/c/7/f/6/i/9/1/q/t/l/img/t315007220_79775_5.png);}
td.edit_content_bottom{background-image:url(http://img188.imageshack.us/img188/5636/sssssx.jpg);}
td.edit_content_bottom2{background-image:url(URL);}
td.shouty{background-image:url(URL);background-color:#ffffff;}
td.shouty2{background-image:url(URL);background-color:#ffffff;}
td.shouty3{background-image:url(URL);background-color:#ffffff;}
td.shouty4{background-image:url(URL);background-color:#ffffff;}
td.shouty5{background-image:url(URL);background-color:#ffffff;}
td.edit_rechts_cbg{background-image: url(URL);}
td.edit_rb_footer{background-image:url();}
td.edit_rechts_bottom{background-image: url();}
td.edit_header_full{width: 100% !important;background-repeat:no-repeat;background-position:center center;background-image: url(http://img.webme.com/pic/h/habbo-pserver/new.gif);}
td.headline{
visibility: hidden;
}
-->
</style>

Ich will das bei meiner Seite die Buttons nicht wiederholen kann man das irgendwie machen ??? www.habbo-pserver.de.tl
Beitrag05.06.2009 um 11:27 (UTC)    
Titel:

Hi, dazu musst du diesen Code einfügen:
background-repeat: no-repeat;

Der gesamte Code:
Zitat:
<style type="text/css">

<!--

table.edit_main_table{width: 100% !important;}

td.edit_main_tr{width: 100% !important;}

table.edit_second_table{width: 100% !important;}

td.edit_header_full{width: 100% !important;background-position:center;background-repeat:no-repeat; }

td.edit_header_full table{width: 100% !important;}

table.edit_third_table{width: 100% !important;}

td.edit_navi_headbg{width: 15% !important;}

table.edit_rechts_tabelle{width: 100% !important;}

td.edit_rechts_bottom{width: 15% !important;}

td.edit_rechts_cbg{width:100%;}

-->
<style type="text/css">
<!--
td.headline{visibility:hidden;}
body{background-image:url(http://i108.piczo.com/view/4/l/r/2/n/s/4/g/7/6/7/l/img/t338883548_27383_6.gif);background-attachment: fixed}
td.nav {background-image:url(http://bilderflat.bplaced.net/superteam/Designhabbo/buttonhabbo.png);background-repeat: no-repeat;}
td.nav:hover{background-image:url(http://bilderflat.bplaced.net/superteam/Designhabbo/fg.png);background-repeat: no-repeat;}
td.nav_heading{background-image:url(http://s11.directupload.net/images/090418/ugtu8e74.jpg);}
td.edit_below_nav{visibility:hidden;}
td.edit_navi_headbg{background-image:url();}
td.edit_rechts_sbg{visibility:hidden;}
td.sidebar_heading{background-image:url(http://s8b.directupload.net/images/090418/lfu9hstr.jpg);}
td.edit_content_top{background-image:url(http://s11b.directupload.net/images/090418/m5y3syhc.jpg);}
td.edit_content{background-image:url(http://i106.piczo.com/view/4/d/c/7/f/6/i/9/1/q/t/l/img/t315007220_79775_5.png);}
td.edit_content_bottom{background-image:url(http://img188.imageshack.us/img188/5636/sssssx.jpg);}
td.edit_content_bottom2{background-image:url(URL);}
td.shouty{background-image:url(URL);background-color:#ffffff;}
td.shouty2{background-image:url(URL);background-color:#ffffff;}
td.shouty3{background-image:url(URL);background-color:#ffffff;}
td.shouty4{background-image:url(URL);background-color:#ffffff;}
td.shouty5{background-image:url(URL);background-color:#ffffff;}
td.edit_rechts_cbg{background-image: url(URL);}
td.edit_rb_footer{background-image:url();}
td.edit_rechts_bottom{background-image: url();}
td.edit_header_full{width: 100% !important;background-repeat:no-repeat;background-position:center center;background-image: url(http://img.webme.com/pic/h/habbo-pserver/new.gif);}
td.headline{
visibility: hidden;
}
-->
</style>
mfg Dominik
______________
Besucht die offizielle Hilfeseite vom Homepage-Baukasten:

Iceblue Generator | Red Generator | Butterfly Generator
Beitrag05.06.2009 um 18:28 (UTC)    
Titel:

danke
Beitrag05.06.2009 um 18:43 (UTC)    
Titel:

Kein Problem Wink
Danke für die Rückmeldung!

mfg Dominik
______________
Besucht die offizielle Hilfeseite vom Homepage-Baukasten:

Iceblue Generator | Red Generator | Butterfly Generator
Beiträge der letzten Zeit anzeigen:   


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