Unterhaltung
Nachrichten
-
@jk Urm, no. You've used #Javascript on http://music.louisiana.edu/prospective.html to make a description *appear*. On a non-JS browser that text will _never_ appear. Instead, use JS to *hide* that text with <body onload=…>, then additional JS to make it appear again. That way non-JS browsers never hide the descriptions in the first place, at the expense of a slightly more cluttered page (but those of us who browse without JS are used to that kind of thing) #accessibility
-
Or even better, don't use #Javascript at all, but make use of the :hover pseudo element so that when the heading is rolled over, the description goes from display:none to display:block . Additional marks for creating a position:fixed block to overlay the existing text.
-
@jk or use this trick: http://draketo.de/licht/politik/agnes-krumwiede-urheberrecht#fn:toggle
-