Få menu punkt til at blive stående på det valgte menupunkt ligesom apple,com ?
Hej Folkens :PEr igang med at lave en nyt design til denne nedestående side med en menu, hvor menu punktet, skal være trykket ned udefter hvad menupunkt man er inde under. eks. www.apple.com
http://lundoconsulting.dk.web15.123test.dk/DMMD.aspx
Style:
#Btn1:hover {
background: url('../grafik/Btn_Forside.png') no-repeat ;
cursor: pointer;
}
#Btn2:hover {
background: url('../grafik/Btn_Web.png') no-repeat ;
cursor: pointer;
}
#Btn3:hover {
background: url('../grafik/Btn_DVDCD.png') no-repeat ;
cursor: pointer;
}
#Btn4:hover {
background: url('../grafik/Btn_3D.png') no-repeat ;
cursor: pointer;
}
#Btn5:hover {
background: url('../grafik/Btn_Film.png') no-repeat ;
cursor: pointer;
}
#Btn6:hover {
background: url('../grafik/Btn_Fotograf.png') no-repeat ;
cursor: pointer;
}
#Btn7:hover {
background: url('../grafik/Btn_Cases.png') no-repeat ;
cursor: pointer;
}
HTML:
<div style="width:700px; height:30px; display:block; background: url('Grafik/Buttons.png'); " >
<div id="Btn1" style="width:99px; height:30px; position: relative; float: left; " onclick="window.location.href='DMMD.aspx?name=Forside&act=Forside'" >
</div>
<div id="Btn2" style="width:100px; height:30px; position: relative; float: left; " onclick="window.location.href='DMMD.aspx?name=Web&act=Web'">
</div>
<div id="Btn3" style="width:100px; height:30px; position: relative; float: left; " onclick="window.location.href='DMMD.aspx?name=CD/DVD&act=CD/DVD'">
</div>
<div id="Btn4" style="width:100px; height:30px; position: relative; float: left; " onclick="window.location.href='DMMD.aspx?name=3D&act=3D'">
</div>
<div id="Btn5" style="width:100px; height:30px; position: relative; float: left; " onclick="window.location.href='DMMD.aspx?name=Film&act=Film'">
</div>
<div id="Btn6" style="width:100px; height:30px; position: relative; float: left; " onclick="window.location.href='DMMD.aspx?name=Fotografering&act=Fotografering'">
</div>
<div id="Btn7" style="width:101px; height:30px; position: relative; float: left; " onclick="myDoubleFunction()" >
</div>
</div>
Tak ;D