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
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.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, link" > <link rel="stylesheet" href="layout_css.css" type="text/css" /> <link rel="alternate" type="application/rss+xml" href="rss.php" title="FotoPlayer v3.1 RSS Feed" > <link href="res/styles.css" rel=stylesheet> <script type="text/javascript" src="res/javascript.js"></script> <script type="text/vbscript" language="vbscript"> Function CheckFlash(version) on error resume next CheckFlash= IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & version)) End Function </script> <style type="text/css"> </style> </head> <body> <div id="testa">
[img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img]
[img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img]
[img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img]
[img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img]
[img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img][img]res/trasp_10.gif[/img]
</p> </div>
Ecco l'altro layout_css.css
codice:
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 */ #testa { background:#ccc; border:1px solid #fff; padding:1em 0; } /* corpo */ #corpo { position:relative; border:1px solid #fff; background:#333333; padding:1em 0; } /*pie' di pagina */ #piedipagina { background:#666666; border:1px solid #fff; padding:0.5em 0; }
Io vorrei applicare il nifty ad esmpio al DIV Testa ma non ci riesco.
Ciao e grazie