Suche im Forum:
Suchen


Autor Nachricht
Beitrag10.06.2007 um 17:07 (UTC)    
Titel: [erledigt]Einiges lief schief! möchte ein paar sachen ändern

halöle also ich weiß nicht weiter und erhoffe mir von euch antworten! Heir ein paar daten!:

website: www.torley-test.de.tl
design: iceblue
CSS status: Anfänger

das sind grafiken wo sie nicht hin sollen auch zu sehen auf diesem screenshot: [tut mir echt leid das mit der größe!]


wie im bild beschrieben soll der gesamte text der website schwarz und die kleinen pixelgrafiken in der rechten box weg!

Hier noch mein css code fals wichtig:
Code:
<style type="text/css"><!--

a:link {color:#000000; text-decoration:none}
a:visited {color:#000000; text-decoration:none}
a:active {color:#000000; text-decoration:none}
a:hover {color:#000000; text-decoration: overline underline;}



/* Allgemein */
p, a, div, b{color: #000000;}
td.idcp{visibility:hidden;}
body{background-image: url();background-color: #ffffff;color: #000000 !important; align: center;}
td{width: 0px;color: #000000;}

/* Header */
/*in bearbeitung*//*td.edit_header_full{background-image: url();} */

/* Navigation */
tr.checked_menu td{background-image:url(http://img.webme.com/pic/t/torley-test/but-act.gif);}
tr.checked_menu td:hover{background-image:url(http://img.webme.com/pic/t/torley-test/but-hov.gif);}
td.headline{text-align: center !important; font-color: #000000 !important; font-size: 36px !important;font-style: bold !important;}
td.nav{color: #fff;width: 185px;height: 35px;background-image: url(http://img.webme.com/pic/t/torley-test/but.gif);}
td.nav:hover{color: #fff;width: 185px;height: 35px;background-image: url(http://img.webme.com/pic/t/torley-test/but-hov.gif);}
td.edit_navi_headbg{background-repeat: no-repeat;background-image: url(http://img.webme.com/pic/t/torley-test/but-o.gif);width: 185px;heigth: 35px;}
td.edit_below_nav{background-repeat: no-repeat;background-image: url(http://img.webme.com/pic/t/torley-test/but-u.gif);width: 185px;heigth: 35px;}
td.edit_below_nav img{visibility: hidden;width: 1px;}
td.nav_heading{width: 185px;height: 32px;background-image: url(http://img.webme.com/pic/t/torley-test/but-o.gif);padding-top: 0px;font-weight: bold;font-size: 15px;}
td.edit_navi_headbg table{width: 185px;}
.menu{width: 185px;color: #fff !important;font-weight: bold;padding-left: 15px;}
.menu a{color: #fff;font-weight: bold;padding-left: 15px;}

/* Content */
td.edit_content_right{height: 0px;margin: 0px; padding. 0px;}
td.edit_content_left{height: 0px;margin: 0px; padding. 0px;}
td.edit_rechts_cbg{margin: 0px;background-image: url();background-color: #ffffff;}
td.edit_content_top{height: 23px;background-image: url(http://img.webme.com/pic/t/torley-test/cont-o.gif);background-repeat: no-repeat;background-position: left -0px;}
td.edit_content{background-image: url(http://img.webme.com/pic/t/torley-test/cont-m.gif);background-color: #ffffff;heigth: 20px;}
td.edit_content_bottom{background-repeat: no-repeat;background-image: url(http://img.webme.com/pic/t/torley-test/cont-u.gif);background-color: #ffffff;height: 23px;}
td.edit_content_bottom2{height: 46px; background-image: url(http://img.webme.com/pic/t/torley-test/count.gif);background-repeat: no-repeat; background-position: center -0px;  background-color: #ffffff;color: #ffffff;text-align: center;}
td.edit_rechts_sbg{background-image: url();width: 0px;}
td.headline2{visibility: hidden;}

/* Rechte Boxen */
td.sidebar_heading{background-image: url(http://img.webme.com/pic/t/torley-test/rechts-o.gif); width: 168px; height: 23px; background-color: #000000;}
.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image: url(http://img.webme.com/pic/t/torley-test/rechts-m.gif);font-weight: bold, center; color: #000000;background-repeat: repeat-y; background-color: #000000;color: #ffffff;}
td.edit_rb_footer{background-image: url(http://img.webme.com/pic/t/torley-test/rechts-u.gif);background-repeat: repeat-y;}
td.edit_rechts_bottom{background-image: url();background-color: #ffffff;}


--></style>


Zuletzt bearbeitet von torley am 11.06.2007, 12:43, insgesamt 2-mal bearbeitet
Beitrag10.06.2007 um 17:45 (UTC)    
Titel:

Habe deinen Code erweitert

Zitat:
<style type="text/css"><!--

a:link {color:#000000; text-decoration:none}
a:visited {color:#000000; text-decoration:none}
a:active {color:#000000; text-decoration:none}
a:hover {color:#000000; text-decoration: overline underline;}



/* Allgemein */
p, a, div, b, font{color: #000000;}
td.idcp{visibility:hidden;}
body{background-image: url();background-color: #ffffff;color: #000000 !important; align: center;}
td{width: 0px;color: #000000;}
td a{color: #000000;}

/* Header */
/*in bearbeitung*//*td.edit_header_full{background-image: url();} */

/* Navigation */
tr.checked_menu td{background-image:url(http://img.webme.com/pic/t/torley-test/but-act.gif);}
tr.checked_menu td:hover{background-image:url(http://img.webme.com/pic/t/torley-test/but-hov.gif);}
td.headline{text-align: center !important; font-color: #000000 !important; font-size: 36px !important;font-style: bold !important;}
td.nav{color: #000;width: 185px;height: 35px;background-image: url(http://img.webme.com/pic/t/torley-test/but.gif);}
td.nav:hover{color: #000;width: 185px;height: 35px;background-image: url(http://img.webme.com/pic/t/torley-test/but-hov.gif);}
td.edit_navi_headbg{background-repeat: no-repeat;background-image: url(http://img.webme.com/pic/t/torley-test/but-o.gif);width: 185px;heigth: 35px;}
td.edit_below_nav{background-repeat: no-repeat;background-image: url(http://img.webme.com/pic/t/torley-test/but-u.gif);width: 185px;heigth: 35px;}
td.edit_below_nav img{visibility: hidden;width: 1px;}
td.nav_heading{width: 185px;height: 32px;background-image: url(http://img.webme.com/pic/t/torley-test/but-o.gif);padding-top: 0px;font-weight: bold;font-size: 15px;}
td.edit_navi_headbg table{width: 185px;}
.menu{width: 185px;color: #fff !important;font-weight: bold;padding-left: 15px;}
.menu a{color: #fff;font-weight: bold;padding-left: 15px;}

/* Content */
td.edit_content_right{height: 0px;margin: 0px; padding. 0px;}
td.edit_content_left{height: 0px;margin: 0px; padding. 0px;}
td.edit_rechts_cbg{margin: 0px;background-image: url();background-color: #ffffff;}
td.edit_content_top{height: 23px;background-image: url(http://img.webme.com/pic/t/torley-test/cont-o.gif);background-repeat: no-repeat;background-position: left -0px;}
td.edit_content{background-image: url(http://img.webme.com/pic/t/torley-test/cont-m.gif);background-color: #ffffff;heigth: 20px;}
td.edit_content_bottom{background-repeat: no-repeat;background-image: url(http://img.webme.com/pic/t/torley-test/cont-u.gif);background-color: #ffffff;height: 23px;}
td.edit_content_bottom2{height: 46px; background-image: url(http://img.webme.com/pic/t/torley-test/count.gif);background-repeat: no-repeat; background-position: center -0px; background-color: #ffffff;color: #ffffff;text-align: center;}
td.edit_rechts_sbg{background-image: url();width: 0px;}
td.headline2{visibility: hidden;}

/* Rechte Boxen */
td.sidebar_heading{background-image: url(http://img.webme.com/pic/t/torley-test/rechts-o.gif); width: 168px; height: 23px; background-color: #000000;}
.shouty, .shouty2, .shouty3, .shouty4, .shouty5{background-image: url(http://img.webme.com/pic/t/torley-test/rechts-m.gif);font-weight: bold, center; color: #000000;background-repeat: repeat-y; background-color: #000000;color: #ffffff;}
td.edit_rb_footer{background-image: url(http://img.webme.com/pic/t/torley-test/rechts-u.gif);background-repeat: repeat-y;}
td.edit_rechts_bottom{background-image: url();background-color: #ffffff;}


--></style>

______________
LG André

GMMTS.de


Zuletzt bearbeitet von andybabe27 am 10.06.2007, 21:25, insgesamt einmal bearbeitet
Beitrag10.06.2007 um 18:33 (UTC)    
Titel:

Beitrag10.06.2007 um 20:27 (UTC)    
Titel:

Ja ja, das kommt davon, wenn man versucht meinen Code umzuschreiben und nicht genau weiß wie Wink

Ich habe mal rot markiert, was noch zu ändern ist für die Navigation, der Rest ist ja schwarz Wink
Beitrag11.06.2007 um 11:29 (UTC)    
Titel:

wie gesagt geht immer noch nicht! ich hatte die in der neurern version wie oben so: color: #ff0000!

das rot um zu testen ob der browser darauf reagiert! aba nix da der wollte net und hat es weiß gelassen!

@ coolplace

dein code geht wunderbar umgestellt auf www.torley.de.tl aber an meinem neuen design, auf meiner test seite: www.torley-test.de.tl , wills nicht!


Exclamation Exclamation Exclamation
Ich habs! hab das problem gefunden!
bei nav und nav:hover wars zwar auf schwarz aber bei
Zitat:
.menu{width: 185px;color: #fff !important;font-weight: bold;padding-left: 15px;}
.menu a{color: #fff;font-weight: bold;padding-left: 15px;}

wars auf weiß und deswegen hat es nicht geklappt!
hab nur das vergessen zu ändern so ein doofer fehler! Embarassed

und den anderen fehler hab ich auch gefunden!
bei nav_heading musste ich auch noch color:#000 ändern!

alles erledigt kann geschlossen werden!

danke nochmals an alle beteiligten für die hilfen!
ich glaub ich war einfach zu müde um die kleinen fehler die große wirkung haben zu entdecken!

aba genug gelabert tschööö bis zum nächsten mal!
Very Happy Very Happy Very Happy Arrow
______________
gruß Torley
[img:af0ae95d12]http://torley.de.tl/sig.png[/img:af0ae95d12]

[img:af0ae95d12]http://img.webme.com/pic/m/mp-design/forum_werbebanner.jpg[/img:af0ae95d12]


Zuletzt bearbeitet von torley am 11.06.2007, 12:44, insgesamt 3-mal bearbeitet
Beiträge der letzten Zeit anzeigen:   


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