Visualizzazione dei risultati da 1 a 4 su 4
  1. #1
    Utente di HTML.it
    Registrato dal
    Aug 2008
    Messaggi
    3

    Nifty Corners and XHTML Strict?

    Hi

    Is Nifty Corners (2nd or 3th version) working with XHTML 1.0 Strict? Are there any known problems? Can't use it and don't know why!

    Can I post my code? Can anybody help me?

    Regards,
    Daniel.

  2. #2
    Utente bannato
    Registrato dal
    Sep 2007
    Messaggi
    2,777

    Re: Nifty Corners and XHTML Strict?

    Originariamente inviato da miamar
    Hi

    Is Nifty Corners (2nd or 3th version) working with XHTML 1.0 Strict? Are there any known problems? Can't use it and don't know why!

    Can I post my code? Can anybody help me?

    Regards,
    Daniel.
    Hi
    Dear Daniel because you don't write in Italian?
    Also sets your code

  3. #3
    Utente di HTML.it
    Registrato dal
    Aug 2008
    Messaggi
    3
    Hi Gufo

    Because I can't speak italian.

    Here is my code:

    index.html
    codice:
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!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">
    <head>
    	<title>Nifty Corners</title>
    	<meta name="language" content="en" />
    	<meta name="robots" content="index,follow" />
    	<meta name="robots" content="noarchive" />
    	<meta name="robots" content="noodp" />
    	<meta name="description" content="" />
    	<meta name="keywords" content="" />
    	<link rel="stylesheet" type="text/css" media="all" href="screen.css" />
    	<link rel="stylesheet" type="text/css" media="all" href="niftycorners.css" />
    	<script type="text/javascript" src="niftycube.js" />
    	<script type="text/javascript">
    	/* <![CDATA[ */
            window.onload=function(){
            Nifty("div#content","top");
            }
    	/* ]]> */
        </script>
    </head>
    <body>
    	<div id="content">
    		Nifty Corners. Now served smoothly.
    	</div>
    </body>
    </html>
    screen.css
    codice:
    body {
    	margin: 0;
    	padding: 0;
    	background: #FFF;
    	font-family: arial;
    	font-size: 10pt;
    	color: #FFF;
    	}
    
    div#content {
    	width: 600px;
    	height: 400px;
    	background: #97B5E0;
    	margin: auto;
    	}
    niftycube.js and niftycorners.css are not changed.

    Can't finde the error. Hope anyone can help.

    Thanks in advice.

    Regards,
    Daniel.

  4. #4
    Utente di HTML.it
    Registrato dal
    Aug 2008
    Messaggi
    3
    Can anyone help?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.