-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtooltip.html
73 lines (66 loc) · 2.09 KB
/
tooltip.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<title>Tooltip</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="tooltip.css">
</head>
<body>
<ul class="nav-with-drapdown">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li class="item-with-subnav">
<a href="#">Porfolio</a>
<ul class="subnav">
<li><a href="#">Web Design</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Illustrations</a></li>
</ul>
</li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contacts</a></li>
<li><a href="#">Tooltip</a></li>
<li><a href="popup.html">Modal popup</a></li>
<li><a href="http://valentinil.github.io/Invoicer/index.html">Invoicer</a></li>
</ul>
<div class="tooltip_box">
<h1>css3</h1>
<div>
Unlike css2, a large single specification defining various features,
<div class="tooltip-parent">
CSS3
<div class="tooltip arrow_box">
The earliert css3 dras were
published in June 1999.
</div>
</div>
js divided into several separa.
documenls called "modules". Each module adds new capability or extends features defined in CSS2,
over preserving backward compatibility. Work on css level 3 started around the time of publication of the original CSS2 recommendation.
</div>
<div>
Due to lhe modularizalion, dierent modules have dierent slabilily and are in dierent status.As of NovemberZO11 , there are overfiRy css modules published from the css Working Group.
<div class="tooltip-parent">
Three oftel
<div class="tooltip arrow_box">
The earliert css3 dras were
published in June 1999.
</div>
</div>
became vv3c Recommendation in 2011
</div>
<div>
<div class="tooltip-parent">
So modulgs
<div class="tooltip arrow_box">
The earliert css3 dras were
published in June 1999.
</div>
</div>
are in the Candidate Recommendation status and considered moderately stable. At thi stage, implementations are advised to drop vendor prefixes.
<div>
</div>
</body>
</html>