Ciao ragazzi, vado subito al punto
guardate questa tabella con Firefox è perfetta
http://alessandro91mi.altervista.org...le-stelle.html
poi guardatela con Internet Explorer e vedrete le foto giganti...
le foto sono regolate dal css il sito è autoridimensionabile, riducendo la finestra
le foto si ridimensionano diventando sempre più piccole, al contrario allargando la finestra
le foto si ingrandiscono....questo con Firefox ma con Explorer come faccio alì mortè?
nella prima foto cliccandoci sopra compare una pop-up al centro dello schermo,
in cui è possibile cambiare le varie foto all'interno della finestra
adesso vi do i codici
questo è del css
sfondo.css
Codice:
body{
background-color: #ffffff;
color: #000066;
face: "Arial";
}
img {
//border: 2px solid #000066;
//padding: 15px;
width:100%;
}
table{
border: 2px solid #000066;
padding: 15px;
}
td{
border: 2px solid #000066;
padding: 15px;
}
questo è della pagina html
residence-delle-stelle.html
Codice:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>collegamento al css</title>
<link href="sfondo.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="File.js"></script>
<script>
function NewWindow(mypage,myname,w,h,scroll){
mypage="foto1.html";
myname="banana";
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
hhh=window.open(mypage,myname,'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable');hhh.focus();
}
</script>
</head>
<body>
<div align="center">
<h1>Prova</h1>
<table width="100%">
<tr> <td align="center"><a href="#" onclick="NewWindow(this.href,'name','350','300','yes');return false"><img src="./esterni-ridotte/est1.JPG"></a></td> <td align="center"><img src="./esterni-ridotte/est2.JPG" ></td> <td align="center"><img src="./esterni-ridotte/est6.JPG" > </td><td align="center"><img src="./esterni-ridotte/est7.JPG" ></td></tr>
<tr> <td align="center"><img src="./esterni-ridotte/est8.JPG"></td> <td align="center"><img src="./esterni-ridotte/est13.JPG"></td><td align="center"><img src="./esterni-ridotte/est10.JPG"></td><td align="center"><img src="./esterni-ridotte/est11.JPG" ></td></tr>
<tr> <td align="center"><img src="./esterni-ridotte/est12.JPG"></td> <td align="center"><img src="./esterni-ridotte/est.JPG" ></td><td align="center"><img src="./esterni-ridotte/est.JPG" ></td><td align="center"><img src="bmW.jpg" ></td></tr>
</table>
<br>
<br>
<br>
<input type="button" onClick="funzione();" value="somma">
</div>
</body>
</html>
Ps spero di non dover fare tutto da capo
ho bisogno una tabella ridimensionabile che funzioni con vari tipi di browser, in cui le foto si autoridimensionano.
La tabella deve occupare tutta la dimensione della pagina.
Grazie...
Ps: sono riuscito a ridurre le dimensioni delle foto con i css da html non si poteva fare sicuramente c'è da cambiare il width:100% nel tag img{ del file sfondo.css