hallo leute,
ich hab da eine kleine frage: und zwar hab ich folgenden code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<style>
div {font-family : verdana;}
#kasten {
color : black;
text-decoration : none;}
#box a {
color : black;
text-decoration : none;}
#box a:link {
color : black;}
#box a:active {
color : black;
text-decoration : none;
width : 300px;}
#box a:visited {
color : black;}
#box a:hover {
color : black;}
#box a .link {
display : none;}
#box a:active .link {
color : black;
display : inline;}
</style>
</head>
<body>
<div>
<span id="box">
<a href="#">link
<span class="link"><br>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</span>
</a>
</span>
</div>
<br>
</body>
</html>
und jetzt hab ich folgendes problem: der ie stellt das (nach meiner meinung) richtig dar: wenn ich draufklicke, kommt der text und bleibt stehen. der Firefox zeigt den text nur ganz ganz kurz. wie kann ich den firefox (und opera übrigens auch) dazu bringen, dass der text (wei beim ie) stehen bleibt???
vielen dank schon mal
andreas