And Then There Were None
|
IMDB rating: 7.80 Plot: On a remote and isolated island, ten people - 8 invited guests and two servants - find themselves facing their own deaths. Their unidentified host informs them, via a gramophone record, that as they have all been responsible for someone’s death, they in turn will die before the weekend is out. There is no way for any of them to flee the island, so they set about trying to determine who their hidden host might be and where he might be hiding. One by one, the guests are killed and one of them suggests that the killer is likely among them. |
Actors: Fitzgerald Barry,Huston Walter,Hayward Louis,Young Roland,Auer Mischa,Smith C. Aubrey,Haydn Richard,Thurston Harry,Crime,Drama,Mystery,Thriller,
How to make text flash in HTML or CSS (code included)?
There is probably a bunch of useless code because of so many errors during validation…
As you can see, there is already a flash script in place:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-t ransitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>*UNDER CONSTRUCTION*</title>
<script type="text/javascript">
<!–
function changeColour(elementId) {
var interval = 1000;
var colour1 = "#ff0000"
var colour2 = "#000000";
if (document.getElementById) {
var element = document.getElementById(elementId);
element.style.color = (element.style.color == colour1) ? colour2 : colour1;
setTimeout("changeColour(’" + elementId + "’)", interval);
}
}
//–>
</script>
<style type="text/css">
* { margin, padding: 0; }
body {
background: #111222 url(file:///C|\www/wma/bg.png);
margin: 100px;
}
h1 a {
display: block; text-decoration: none;
font: 150px Helvetica, Arial, Sans-Serif; letter-spacing: -5px;
text-align: center;
color: #999; text-shadow: 0px 3px 8px #2a2a2a;
}
h1 a:hover {
color: #a0a0a0; text-shadow: 0px 5px 8px #2a2a2a;
}
h2 {
font: 70px Catull Regular, Helvetica, Arial, Sans-Serif;
text-align: center;
color: #BBB; text-shadow: 4px 8px 9px #000;
}
</style>
</head>
<body onload="changeColour(’flashtext’);">
<center><font size="+3" color="White">MCA</font></center>
<center>











