Hi,
http://www.tartosgardh.at
ist meine Seite...da sieht man, wie sich im Menü Text von grau auf weiß ändert.
nö. ich sehe eine leere schwarze Seite. Was soll dieser Unsinn:
if (screen.width == 640) {
document.location = "frameset.htm";
}
else if (screen.width == 800) {
document.location = "frameset.htm";
}
else if (screen.width == 1024) {
document.location = "frameset.html";
}
else if (screen.width > 1024) {
document.location = "frameset.html";
}
auch?
freundliche Grüße
Ingo