steps:
The CSS
h1#text{
position: absolute;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
color: #FFFFFF;
display: inline;
left: 0;
top: 75%;
margin-left: 7px;
padding: 5px 30px 5px 10px;
}
div#container{
width:100%;
height:100%;
}
The HTML:
The Web of Tomorrow!
that's it.
steps:
a javascript solution for that particular challenge looks the following way:
var testString = "http://www.google.at/img/s200/";
var partToBeReplaced = /s200/;
var newPart = "s1600";
var replacedTestString = testString.replace(partToBeReplaced, newPart);
The steps do do so would be the following:
In order to get a kick start, here the helloWorld.xml
<?xml version="1.0" encoding="UTF-8" ?>
Description of the structure: