Suche im Forum:
Suchen


Autor Nachricht
Beitrag15.08.2008 um 16:44 (UTC)    
Titel: MEIN FEHLER?

Also ich hab auf meiner Seite mal ein design eingespielt (es ist ein test ich habe eine genehmigung ich darf dieses Design benutzen)!
Ich habe vor jeden Menülink ein
Code:
<div align="center">
geschrieben allerdings is das nich wirklich die mitte...!
Woran liegt das?
Hier mein CSS-Code:
Code:
<style type="text/css">
©<!--
td.shouty, td.shouty2, td.shouty3, td.shouty4, td.shouty5{
background-image:url(http://www.bilder-hochladen.net/files/58ae-18.gif);
background-repeat:repeat;
background-color:#000000;
color:#000000;}
-->
</style>  <style type="text/css"> <!--


p, div, b{color: #ffffff;}

td.nav a{color:#ffffff;font-size: 12px;text-decoration: none;}
a:hover {color: #ffffff;font-size: 12px;text-decoration: none;}
a: link {color: #ffffff;font-size: 12px;text-decoration: none;}
a:active {color: #ffffff;font-size: 12px;text-decoration: none;}
a:visited {color: #ffffff;font-size: 12px;text-decoration: none;}
body{background-image: url();background-color: #000000;color: #ffffff !important;background-attachment: fixed;}

td.edit_header_full{width: 100%;height: 164px;background-repeat:no-repeat;background-position:left;background-image: url(http://www.bilder-hochladen.net/files/7np4-h.gif);}

td.headline{visibly: hidden}

td.nav{text-decoration: none;color: #000000;width: 147px;height: 21px;background-image: url(http://www.bilder-hochladen.net/files/7np4-d.gif);background-repeat:no-repeat;}
td.nav:hover{color: #000000;width: 147px;height: 21px;background-image: url(http://www.bilder-hochladen.net/files/7np4-d.gif);border-bottom: 0px solid #ffffff;background-repeat:no-repeat;}
td.edit_navi_headbg{margin: 0px;padding: 0px;background-image: url(http://www.bilder-hochladen.net/files/7np4-c.gif);background-color: #ffffffwidth: 0px;background-repeat: no-repeat}

body {background-image:url(http://www.bilder-hochladen.net/files/7np4-l.gif);};
td.edit_below_nav{background-image:url(http://www.bilder-hochladen.net/files/7np4-m.gif);}
td.nav_heading{color: #ffffff;width: 201px;height: 47px;background-image: url(http://www.bilder-hochladen.net/files/7np4-i.gif);background-color: #XXXXXX;padding-top: 0px;font-weight: bold;font-size: 15px;text-decoration: none;}
td.edit_navi_headbg table{width: 185px;}
.menu{width: 147px;color: #ffffff !important;font-size: 12px;}
.menu a{color: #ffffff;text-decoration: none;font-size: 12px;}
td.edit_content a{color:#XXXXXX;font-size: 12px;text-decoration: underlined;};
td.edit_content a:hover {color: #ffffff;font-size: 12px;text-decoration: none;}
td.edit_content {width: 150% !important;background-image: url(http://www.bilder-hochladen.net/files/7np4-9.gif);background-repeat:no-repeat;}
td.headline2{visibility:hidden;}
td.edit_content_top{width: 150% !important;height: 30px;background-image: url(http://www.bilder-hochladen.net/files/7np4-b.gif);background-repeat:no-repeat;}
td.edit_content_bottom{background-image: url(http://www.bilder-hochladen.net/files/7np4-9.gif);background-repeat:no-repeat;}
td.edit_content_bottom2{background-image: url(http://www.bilder-hochladen.net/files/7np4-a.gif);text-align: right;background-repeat:no-repeat;}
td.edit_rechts_cbg{margin: 0px;background-image: url(URL);background-color: #XXXXXX;}
td.edit_rechts{font-color:#ffffff}
td.edit_rechts_sbg{background-image: url();width: 0px;}
td.sidebar_heading{background-image: url(http://gladiatorgame.de/Images/Design/img_shout_top.gif);background-color: #XXXXXX;border-bottom: 0px double #XXXXXX;height: 30px;}
.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image: url(http://www.bilder-hochladen.net/files/58ae-18.gif);background-color: ##000000;border-bottom: 0px solid ##000000;}
td.edit_rb_footer{background-image: url(http://gladiatorgame.de/Images/Design/img_shout_footer.gif);background-color: #XXXXXX;border-bottom: 0px solid ##XXXXXX;}
td.edit_rechts_bottom{background-image: url();background-color: #XXXXXX;}
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;}
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>
<div align="center">
<meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Pixelate(Duration=2, maxSquare=25)">
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Pixelate(Duration=2, maxSquare=25)" /></meta>
Beitrag15.08.2008 um 18:27 (UTC)    
Titel:

Menülinks zentrieren:
schreibe dazu einfach folgenen HTML Code in den Titel von der Seite:
Zitat:
<p align="center">Titel</p>
oder:
Zitat:
td.nav_heading{background-image:url(Bild URL);height: 33px;padding-left: 27px;}
Damit kannst du den genauen Wert der Schrift einstellen.
mfg Dominik
______________
Besucht die offizielle Hilfeseite vom Homepage-Baukasten:

Iceblue Generator | Red Generator | Butterfly Generator


Zuletzt bearbeitet von der-bielefeld-club am 15.08.2008, 19:50, insgesamt 2-mal bearbeitet
Beitrag15.08.2008 um 18:45 (UTC)    
Titel:

NEIN!
Ich möchte die menülinks zentrieren les nochmal den anfang!
Beitrag15.08.2008 um 19:50 (UTC)    
Titel:

gladi4ever hat Folgendes geschrieben:
NEIN!
Ich möchte die menülinks zentrieren les nochmal den anfang!

Kann dir nicht helfen, aber passe bitte den titel zu deinem poblem an!
Beiträge der letzten Zeit anzeigen:   


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