navigation mit wander button

Der bBorder bewegt sich immer dahin wo die Maus gerade ist
Kommentar abgeben zu diesen Beitrag/Code ?
Dann hier klicken

Der hier verwendete Code

<!DOCTYPE HTML>
<html>
<head>
<title>Lava Lamp Menu Demo</title>
<style>
ul{
display:flex;
height: 29px;
width: 80%;
padding: 15px;
overflow: hidden;
border: 1px solid gray;
}
.lavaLampBottomStyle li {
list-style: none;
flex: 1;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
}
.lavaLampBottomStyle li.back {
border-bottom: 5px solid blue;
width: 9px;
height: 30px;
z-index: 8;
position: absolute;
}
.lavaLampBottomStyle li a {
font: bold 14px arial;
text-decoration: none;
color: #000;
text-align: center;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX