RE: position:absolute, tabbing and css in netscape?

Jonathan, 

Please direct future authoring questions to 
comp.infosystems.www.authoring.stylesheets

Although I just reformatted my disk some time ago and haven't installed
Mozilla yet, I know your code is supposed to work on it.
Netscape 4.xx has poor stylesheet support, so don't expect positioning
to work for you.

Anyway, I don't really know what you want to do but your code has no
errors.

Manos



> -----Original Message-----
> From: Jonathan Chetwynd [mailto:j.chetwynd@btinternet.com]
> Sent: Tuesday, July 17, 2001 10:21 AM
> To: www-style@w3.org; w3c-wai-ig@w3.org
> Subject: position:absolute, tabbing and css in netscape?
> 
> 
> 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 04:21:41 UTC