- From: Jonathan Chetwynd <j.chetwynd@btinternet.com>
- Date: Tue, 17 Jul 2001 08:20:53 +0100
- To: <www-style@w3.org>, <w3c-wai-ig@w3.org>
I apologise for bringing some code into the discussions.
I cannot seem to get Mz 0.9, Netscape 6.0, 4.75, or 4.08 to allow tabbing
and position:absolute; in styles.
What is wrong? Is there some action to be taken, or merely my coding error?
<html>
<head>
<title>css test for tabbing in netscape</title>
<style type="text/css">
#splat {
position:absolute;
top: 15px;
left: 15px;
}
</style>
</head>
<body>
<div id="splat">
<a href="http://www.pmld.org"><img src="images/splat.gif" border="0" alt="a
site for people with multiple and profound learning difficulties"
name="splat"></a>
</div>
</body>
</html>
jonathan chetwynd
IT teacher (LDD)
j.chetwynd@btinternet.com
http://www.peepo.com "The first and still the best picture directory
on the web"
Received on Tuesday, 17 July 2001 03:40:05 UTC