philaga
05-21-2003, 01:58 AM
Hello,
I have build a website with my mac powerbook, and it happend to be unsurfing for PC's. just look at the code below (index.html and style-t.css) or inline at http://philaga.free.fr
Someone know Why ?
thanks,
Philippe.
-----------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Histoires de Pastels (base) </title>
<base target="_top">
<link rel="STYLESHEET" type="text/css" href="styles/style-t.css">
<script language="javascript" src="scripts/tst.js">
val = "eko"
</script>
</head>
<body bgcolor="#333366">
<frameset cols="18%,82%" border="1">
<script>
val = true;
</script>
<frameset rows="90,200,*,85" bordercolor="black" border="0" marginheight="1">
<frame src="html/titrevert.html" name="titrv">
<frame src="html/visits.html" name="visits">
<frame src="html/optvisits.html" name="navig">
<frame src="html/liensvert.html" name="liensv">
</frameset>
<frameset rows="*,60" bordercolor="grey" border="0">
<frame src="entreeliens.html" name="affichimg">
<frame src="html/titraccueil.html" name="titrimg">
</frameset>
</frameset>
</body>
</html>
------------ style-t.css
.body {font-face:arial; bgColor:#333366;}
.titre {font-size:16pt;color:red;}
.headlines {font-size:14pt;color:#ff6600;}
.sublines {font-size:12pt; color:#33ccff;}
.infotext {font-size: 10pt; color:#33ccff;}
.actions {font-size: 10pt; color="yellow";}
.jslink {cursor:pointer;}
.swpimg{cursor:crossair;}
I have build a website with my mac powerbook, and it happend to be unsurfing for PC's. just look at the code below (index.html and style-t.css) or inline at http://philaga.free.fr
Someone know Why ?
thanks,
Philippe.
-----------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Histoires de Pastels (base) </title>
<base target="_top">
<link rel="STYLESHEET" type="text/css" href="styles/style-t.css">
<script language="javascript" src="scripts/tst.js">
val = "eko"
</script>
</head>
<body bgcolor="#333366">
<frameset cols="18%,82%" border="1">
<script>
val = true;
</script>
<frameset rows="90,200,*,85" bordercolor="black" border="0" marginheight="1">
<frame src="html/titrevert.html" name="titrv">
<frame src="html/visits.html" name="visits">
<frame src="html/optvisits.html" name="navig">
<frame src="html/liensvert.html" name="liensv">
</frameset>
<frameset rows="*,60" bordercolor="grey" border="0">
<frame src="entreeliens.html" name="affichimg">
<frame src="html/titraccueil.html" name="titrimg">
</frameset>
</frameset>
</body>
</html>
------------ style-t.css
.body {font-face:arial; bgColor:#333366;}
.titre {font-size:16pt;color:red;}
.headlines {font-size:14pt;color:#ff6600;}
.sublines {font-size:12pt; color:#33ccff;}
.infotext {font-size: 10pt; color:#33ccff;}
.actions {font-size: 10pt; color="yellow";}
.jslink {cursor:pointer;}
.swpimg{cursor:crossair;}