Warnung: file_put_contents(/home/www/web1/html/php_dev/test.txt) [function.file-put-contents]: failed to open stream: Permission denied in /home/www/web1/html/php_dev/sys/lib.activity.php (Zeile 58)
CSS und Netscape 6 [Archiv] - PHP-Scripte PHP-Tutorials PHP-Jobs und vieles mehr
brauche Webseite ideal für Vereine und Firmen
- Ad -
php-resource




Archiv verlassen und diese Seite im Standarddesign anzeigen :
CSS und Netscape 6


 
Bernie78
14-07-2002, 23:05 
 
Wieso klappt dieses im NN 6.0 nicht !?

.tbl_big_hdl { background-image:url(img/tbl_top.gif); background-repeat:no-repeat; height:22px; font-family:Arial,sans-serif; font-size:14px; color:white; font-weight: bold; background-color:#2D51B9;}

1. Dieses Format ist für einen Tabellenkopf gedacht ...
und wird so verwendet <td class="tbl_bid_hdl">

2. Klappt nicht.
-> Schriftformtierung is nicht da, hintergrundbild auch nicht, eigentlich gar nix....


Beim IE geht natürlich alles ...

Hat jemand ne Idee, wie ichs hinbiegen kann, ahbe nun schon 40 seiten so erstellt, und will nicht alle ändern müssen

 
wahsaga
15-07-2002, 10:27 
 
hast du es schon mal ohne unterstriche im klassennamen versucht?

 
hand
15-07-2002, 11:30 
 
Poste bitte einmal die ganzen CSS Definitionen.

 
Bernie78
15-07-2002, 12:18 
 
Die sind in einer separaten Datei :

und die "normalen" Formate für <p ...> und <div ...> funktionieren ja auch ... nur eben nicht die TAbellenformate....

Danke im Voraus ..
_______________________________
formate.css

body { background-attachment: scroll; background-color: #FFFFFF;

scrollbar-DarkShadow-Color:dd3300;
scrollbar-Track-Color:white;
scrollbar-Face-Color:ff9900;
scrollbar-Shadow-Color:ee6600;
scrollbar-Highlight-Color:ffaa911;
scrollbar-3dLight-Color:ffaa11;
scrollbar-Arrow-Color:white;
}
a:link { font-family: Arial, Helvetica, sans-serif; color: #EE5500; text-decoration: none; }
a:visited { font-family: Arial, Helvetica, sans-serif; color: #EE5500; text-decoration: none; }
a:hover { font-family: Arial, Helvetica, sans-serif; color: #990000; text-decoration: underline; }
a:active { font-family: Arial, Helvetica, sans-serif; color: #EECC00; text-decoration: underline; }
a:focus { font-family: Arial, Helvetica, sans-serif; color: #3333CC; text-decoration: underline; }

.forms { font-family:Arial,sans-serif; font-size:11px; color:black; font-weight: normal;
border-style:inset; border-width:1px; border-color:#003399;background-color:#99CCFF;}
.formn { font-family:Arial,sans-serif; font-size:12px; color:black; font-weight: normal;
border-style:inset; border-width:1px; border-color:#003399;background-color:#99CCFF;}

.tbl_big { border-width:0mm; border-style:none; padding:0mm; margin:0px; width:589px;background-color:#FFFFFF;}
.tbl_big_hdl { background-image:url(img/tbl_top.gif); background-repeat:no-repeat; height:22px;
font-family:Arial,sans-serif; font-size:14px; color:white; font-weight: bold;
background-color:#2D51B9;
}
.tbl_big_mid { background-image:url(img/tbl_mid.gif); background-repeat:repeat-y;
font-family:Arial,sans-serif; font-size:13px; color:black; font-weight: normal;
}
.tbl_big_bot { background-image:url(img/tbl_bottom.gif); background-repeat:no-repeat; height:12px;
font-family:Arial,sans-serif; font-size:11px; color:black; font-weight: normal;
}

.tbl_small { border-width:0mm; border-style:none; padding:0mm; margin:0px; width:130px;background-color:#FFFFFF;}
.tbl_small_hdl { background-image:url(img/tbl_mini_top.gif); background-repeat:no-repeat; height:15px;
font-family:Arial,sans-serif; font-size:12px; color:white; font-weight: bold;
background-color:#2D51B9;}
.tbl_small_mid { background-image:url(img/tbl_mini_mid.gif); background-repeat:repeat-y;
font-family:Arial,sans-serif; font-size:11px; color:black; font-weight: normal;
}
.tbl_small_bot { background-image:url(img/tbl_mini_bottom.gif); background-repeat:no-repeat; height:8px;
font-family:Arial,sans-serif; font-size:11px; color:black; font-weight: normal;
}

.tbl_mid { border-width:0mm; border-style:none; padding:0mm; margin:0px; width:257px;background-color:#FFFFFF;}
.tbl_mid_hdl { background-image:url(img/tbl_midi_top.gif); background-repeat:no-repeat; height:16px;
font-family:Arial,sans-serif; font-size:13px; color:white; font-weight: bold;
background-color:#2D51B9;
}
.tbl_mid_mid { background-image:url(img/tbl_midi_mid.gif); background-repeat:repeat-y;
font-family:Arial,sans-serif; font-size:12px; color:black; font-weight: normal;
}
.tbl_mid_bot { background-image:url(img/tbl_midi_bottom.gif); background-repeat:no-repeat; height:8px;
font-family:Arial,sans-serif; font-size:11px; color:black; font-weight: normal;
}


.txs { font-family:Arial,sans-serif; font-size:11px; color:black; font-weight: normal;}
.ts { font-family:Arial,sans-serif; font-size:12px; color:black; font-weight: normal;}
.tn { font-family:Arial,sans-serif; font-size:13px; color:black; font-weight: normal;}
.thdl { font-family:Arial,sans-serif; font-size:17px; color:white; font-weight: bold;}
.thdl2 { font-family:Arial,sans-serif; font-size:14px; color:black; font-weight: bold;}

 
Bernie78
15-07-2002, 12:28 
 
ES liegt tatsächlich an den Unterstrichen .....

Wie kann das denn sein ...

Jetzt muss ich ca. 40-50 Files bearbeiten ....

hat jemand ne idee für ein automatisches ersetzten ... !?

Benutzte den Dreamweaver und der ist in dieser Hinsicht nicht
sehr komfortabel ...

Danke ...

 
wahsaga
15-07-2002, 13:08 
 
Original geschrieben von Bernie78
hat jemand ne idee für ein automatisches ersetzten ... !?


also falls du ultraedit oder phase 5 (http://www.meybohm.de/htmledit.html) zur verfügung hast, die können replace über mehrere dateien.

 
smirchfad
12-08-2003, 17:19 
 
dreamweaver MX kanns auch!

ich hab übrigens dasselbe problem wie es berni hatte! ich benutze aber wie gesagt Dreamweaver MX und der lässt Unterstriche in Klassennamen nicht einmal zu!


Alle Zeitangaben in WEZ +2. Es ist jetzt 23:26 Uhr.