I have a map displayed in a div.I have a small div named coordexterne displaying mouse position.I try to put the small div on the map so to speak above the map. Until now, the small div is always under the map so it is unvisible, whatever i do in the css.Any help ? Thanks
html :
css :
div.olMap {border: 2px solid black;box-shadow: 10px 10px 5px #888888;position: relative; }#coordexterne {font-family: Verdana ;font-size: 10px;text-align: right ;width: 250px;height: 15px ;line-height: 10px;position: absolute ;box-shadow: 10px 10px 5px #888888;background-color: #6190FB ;float: right;}
أكثر...
html :
css :
div.olMap {border: 2px solid black;box-shadow: 10px 10px 5px #888888;position: relative; }#coordexterne {font-family: Verdana ;font-size: 10px;text-align: right ;width: 250px;height: 15px ;line-height: 10px;position: absolute ;box-shadow: 10px 10px 5px #888888;background-color: #6190FB ;float: right;}

أكثر...