http://www.digidesign.com/

I think Camino 0.7 only partially supports frames...

From the DigiDesign page:
Code:
<html>
	<head>
		<meta http-equiv="content-type" content="text/html;charset=UTF-8">
		<title>Welcome To Digidesign</title>
	</head>

	
<frameset rows="86,*" border="0" framespacing="0" frameborder="NO">
  <frame src="menu.html" name="menu" scrolling="NO">

		<frame src="/home.cfm?/home.cfm" name="body" noresize>
	</frameset>
	<noframes>

		<body>
		</body>

	</noframes>
</html>
 
I see it with Chimera 0.6 one of february's builds (thus not Camino) and it shows and works ok - just really slow.
 
Back
Top