• User Newbie

    Uso del Nifty Cube

    Vorrei realizzare integrare nel il mio sitoquesta applicazione per arrotondare gli angoli delle tabelle/box.
    Ho letto la guida ma non riesco ad applicarlo alle mie pagine.
    Vi riporto parte del codice dell'index.html e il file .css

    index.html

    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=w3.org/1999/xhtml"> <head> <title>Lucaiafrate.it -The passion of photography-</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" > <meta name="Keywords" CONTENT="Luca Iafrate, FotoPlayer, Free Photo Album, Jalbum, FLASH, PHP, XML, flash based photo gallery, Atina, Qtp, fotografia, paesaggi, architettura, fauna, ritratti, sport, still life, street, olympus, quattro terzi, E510, zuiko, zuiko 12 60 swd, sigma, OM, 70 300 zuiko, attrezzatura, download, downloads, download foto, downloads foto, photo, photo comment, rss, flickr, facebook, news, > title="FotoPlayer v3.1 RSS Feed" >   <!-- FotoPlayer code starts -->      <link language="vbscript"> Function CheckFlash(version) on error resume next      CheckFlash= IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & version)) End Function </script> <!-- FotoPlayer code ends -->   <style type="text/css"> <!-- .Stile1 {     color: #CCCCCC;     font-size: 9px; } --> </style> </head>  <body>  <!-- testa --> <div id="testa"><p>  <a index.html" target="_self"><img alt="Homepage" src=lucaiafrate.it/images/pul_home.jpg" width="70" height="30" border="0" /></a><img /pul_attrezzatura.jpg" width="120" height="30" border="0" /></a><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><a border="0" /></a><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><a ><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img src="res/trasp_10.gif" width="10" height="24" border="0" /><img alt="luca iafrate" src=/images/lucaiafrate.jpg" width="160" height="35" border="0" />  </p> </div> <!-- /testa -->
    
    ```Ecco l'altro layout_css.css
    
    

    body { font:80% verdana,helvetica,sans-serif; margin:0; padding:0 } p { font:1em verdana,helvetica,sans-serif; display:block; margin:1px 1px 1px 10px; } hr { display:none } a { color:#FFFF99 } /* centrare la pagina web / body { text-align:center; background-color:#000000} #testa { width:960px; margin:1em auto; text-align:left } #corpo { width:960px; height:620px; margin:1em auto; text-align:left } #piedipagina { width:960px; margin:1em auto; text-align:left } / testa / { background:#ccc; border:1px solid #fff; padding:1em 0; } / corpo */ { position:relative; border:1px solid; background:#333333; padding:1em 0; } /*pie' di pagina */ { background:#666666; border:1px solid; padding:0.5em 0; }

    
    Ciao e grazie

  • User Attivo

    Non so aiutarti ma posso dirti che con il css3 puoi creare, senza script vari, div con angoli arrotondati (mi sembra che solo IE ancora non lo supporta). Bye