Need help with this, something is wrong New Perspectives on HTML5 and CSS3, 7th
ID: 3909179 • Letter: N
Question
Need help with this, something is wrong
New Perspectives on HTML5 and CSS3, 7th Edition
Tutorial 3
Case Problem 3
Normandy Invasion Day 1 Page
Author:
Date:
Filename: ss_layout.css
*/
/* Article Styles */
article {
float: left;
width: 384px;
}
/* First Line and Drop Cap Styles */
article > p:first-of-type: first-line {
font-size: 1.25em;
font-variant: small-caps;
}
article> p:first-of-type: first-letter {
font-size: 4em;
font-family: serif;
float: left;
line-height: 0.8em;
margin-bottom: 5px;
margin-right: 5px;
}
/* Aside Styles */
aside {
width: 768;
float: left;
}
/* Map Styles */
div#battleMap {
width: 688px;
margin-bottom: 20px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
position: relative;
}
img#mapImage {
display: block;
width: 100%;
}
/* Interactive Map Styles */
a.battleMarkers {
position: absolute;
}
a#marker1 {
position: absolute;
top: 220px;
left: 340px;
}
a#marker2 {
position: absolute;
top: 194px;
left: 358px;
}
a#marker3 {
position: absolute;
top: 202px;
left: 400px;
}
a#marker4 {
position: absolute;
top: 217px;
left: 452px;
}
a#marker5 {
position: absolute;
top: 229px;
left: 498px;
}
a#marker6 {
position: absolute;
top: 246px;
left: 544px;
}
/* Map Information Styles */
div#mapInfo {
display: hidden;
}
a.battleMakers:hover + div.mapInfo {
display: block;
}
Explanation / Answer
Since it is difficult to get access to the book (not free), you would need to provide the whole question here so that it becomes easy for the experts to answer your question correctly.
Now, in order to answer this question, I would need you to provide the following details:
Only after you provide me these details, I can go ahead and answer your question.