Sönke Tesch: Ich hab zwei kleine Probleme

Beitrag lesen

Nr.1) Meine Website [ http://www.modguide.de ] hat keine Probleme unter Internet Explorer. Unter Netscape und Opera werden jedoch die Linkfarben nicht ausgelesen, dass heisst sie sind dann in ekligem blau. Weiss einer wo mein Fehler hier liegt:

http://jigsaw.w3.org/css-validator/validator?text=++++++a%3Alink{color%3A%23AAAAAA%3B} +A.head%3Alink{color%3A%23FFFFFF%3B} +a%3Avisited{color%3A%23AAAAAA%3B} +a%3Aactive{color%3A%23AAAAAA%3B} +a%3Ahover{color%3A%23779977%3Btext-decoration%3Anone%3B} +a%2Cp%2Ch2%2Ctd%2Cth%2Cfont%2Ch1%2Ch2+{+text-decoration%3Anone%3B+font-family%3Averdana%2Carial%2Chelvetica%2Csans-serif%3B margin-bottom%3A0%3B+margin-top%3A0%3B+margin-right%3A0%3B+margin-left%3A0} +p%2Ctd%2Cth+{+color%3A%23779977%3B++font-weight%3Anormal%3B++} +h1%2Ch2+{+font-weight%3Abold%3B+color%3A%23AAAAAA+} +hr+{+color%3A%23888888+} +font.navigation+{+color%3A%23AAAAAA%3B+font-size%3A10pt%3B+font-weight%3Abold+} +font.quicklink+{+color%3A%23779977%3B+font-size%3A10pt%3B+font-weight%3Abold+} +font.headline+{+color%3A%23AAAAAA%3B+font-weight%3Abold+} +font.newsblock+{+color%3A%23779977%3B+font-size%3A10pt%3B+text-decoration%3Anone%3B+font-weight%3Anormal+} +font.newsblock2+{+color%3A%23AAAAAA%3B+font-size%3A10pt%3B+text-decoration%3Anone%3B+font-weight%3Anormal+} +font.deadlink+{+color%3A%23AAAAAA%3B+text-decoration%3Aunderline%3B +.kusiv+{+font-style%3Aitalic+} +p.copyright+{+color%3A%23FFFFFF%3B+font-size%3A9pt%3B+text-align%3Acenter++} +blockquote+{+font-style%3Aitalic+} &warning=1&profile=css2&usermedium=all

Nr.2) Jeder Opera-Besucher ist auch nicht gerade glücklich, denn die rechte Seite spinnt dann :( . Weiss einer woran das liegt

Vielleicht solltest Du erstmal versuchen, richtigen HTML-Code auszuliefern:

<html>
  <head>
  <div style="position:absolute;...

Ich wüsste nicht, seit wann <div>s und <iframe>s innerhalb von <head> erlaubt sind.

Und auch wenn Du Dich nicht um den HTML-Standard kümmerst und lieber Dein eigenes IE-Süppchen kochst, deuten gewisse Dinge doch darauf hin, daß Darstellungsschwierigkeiten in einigen Browsern wahrlich kein Wunder sind. Deine Tabellenkonstruktion ist jedenfalls eine einzige Katastrophe. Auszugsweise:

Line 50, column 50:

... out="this.style.backgroundColor='';" background=""><a href="index_di_d ...
                                                        ^
Error: element "TD" not allowed here; assuming missing "TR" start-tag

Line 171, column 7:

</table>
         ^
Error: "TR" not finished but containing element ended

Line 191, column 61:

<table width="147" border="0" cellspacing="1" cellpadding="4">
                                                               ^
Error: element "TABLE" not allowed here; check which elements this element may be contained within

Weiteres:

Line 155, column 50:

... e/forum/wbboard/board.php?boardid=21"target=_blank"><font class="navig ...
                                                        ^
Error: an attribute specification must start with a name or name token

Line 1972, column 50:

... www.webmasterpro.de/fc/counter.php3?name=kaliroxx&style=01oldstyle&b=0 ...
                                                        ^
Error: unknown entity "style" (siehe http://www.htmlhelp.com/tools/validator/problems.html#amp)

Hunderttausend weitere Fehler bekommst Du unter http://validator.w3.org/check?uri=http%3A%2F%2Fwww.modguide.de%2F_database%2Fdeutsch%2Findex_modguide_deutsch.php&charset=iso-8859-1+(Western+Europe)&doctype=HTML+4.01+Transitional&outline=&sp=&noatt=.

Gruß,
  soenk.e