Closed GoogleCodeExporter closed 8 years ago
Enter in http://www.w3schools.com/Css/tryit.asp?filename=trycss_zindex:
div
{
position:absolute;
left:40px;
top:40px;
width: 20px;
height: 20px;
border: 1px solid lightgray;
background:#FDF49A;
text-align:center;
text-vertical-align:center;
font-weight:bold;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}
</style>
</head>
<body style="background:#eeeeee;">
<div>1</div>
</body>
</html>
Original comment by Lars.Grammel
on 10 Aug 2010 at 4:19
Replaced images with divs in map and timeline. Still need to provide better
borders, refactor TimeLineItem, use common superclass again, and remove unused
code (Icon library).
Original comment by Lars.Grammel
on 10 Aug 2010 at 6:50
Refactoring and removing old code is done. Still need to provide better borders.
Original comment by Lars.Grammel
on 10 Aug 2010 at 11:37
Original comment by Lars.Grammel
on 11 Aug 2010 at 12:00
Original comment by Lars.Grammel
on 20 Aug 2010 at 6:29
Original issue reported on code.google.com by
Lars.Grammel
on 10 Aug 2010 at 3:51