Einzelnen Beitrag anzeigen
  #17 (permalink)  
Alt 10.02.2005, 12:52
ulle ulle ist offline
Erfahrener Benutzer
XHTMLforum-Kenner
Thread-Ersteller
 
Registriert seit: 02.06.2003
Beiträge: 2.441
ulle befindet sich auf einem aufstrebenden Ast
Standard

Zitat:
Allerdings nur SP1... Könnte es evtl. noch daran liegen, dass ich keine Outlines habe?
Keine Ahnung, aber [terrikay] hatte die OUTLINEs ja auch nicht, evtl. äußert sie sich nochmal.

Was ist mit den IDs/Skiplinks auf sich selbst, kann es nun der Opera?

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<title>xxxx</title> 

<style type="text/css" media="screen,projection" title="Druckvorschau-semantic-Test">
/*<![CDATA[*/ 

*			{ 
        	margin:  0; 
        	padding: 0; 
			} 

html, body 	{ 
			color:			  #000000; 
			background-color: #FF9922;
			line-height: 1.45;
			} 

body		{
			padding: 3em 1em;
			
			font-size:   100.01%;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
			
div			{
			border:  1px solid #000000;
			padding: 1em .5em;
			
			background-color: #FFFFFF;
			
			font-size: .8em;
			}

p			{
			margin: .5em 0 0;
			
			background-color: #EEEEEE;
			}

			
a			{
			color: #000000;
			text-decoration: none;
			}
			
a strong	{
			text-decoration: underline;
			font-weight: normal;
			}
			
a:focus,
a:active	{
			background-color: #99CCFF;
			}	

			
a span		{
			display: none;
			}

a:focus span,
a:active span
			{
			display: block;
			
			margin: 0;
			border:  0 none;
			padding: 1em;
			
			/*text-decoration: none;*/ /* funktioniert nicht im Opera */
			
			background-color: #99CCFF;
			}
			

					
/*]]>*/ 
</style> 

</head> 
<body>
 
<div>

	

	
	block 1
	<a id="block1" href="#block1">aufklappen

		<span>rest vom text</span>
	</a>
	</p>
	
	

	
	block 2
	<a id="block2" href="#block2">aufklappen

		<span>rest vom text 
 rest vom text</span>
	</a>
	</p>
	
	

	
	block 3
	<a id="block3" href="#block3">aufklappen

		<span>rest vom text</span>
	</a>
	</p>
	
	

	
	kein block
	<a href="#block1">aufklappen von block1
	</a>
	</p>
	
</div>

</body> 
</html>
__________________
</ulle>
Mit Zitat antworten