Home  >  Article  >  Web Front-end  >  导航条div+css实现_html/css_WEB-ITnose

导航条div+css实现_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:26:02879browse


String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>



 


   
     多边形导航特效
    
   
   
 
 
    
 
 
 
 

 
 
    

       

              

  •              
                 C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •           
  • C++

  •        

   

点击按钮获取您当前坐标(可能需要比较长的时间获取):



<script><br />var x=document.getElementById("demo");<br />function getLocation()<br /> {<br /> if (navigator.geolocation)<br /> {<br /> navigator.geolocation.getCurrentPosition(showPosition);<br /> }<br /> else{x.innerHTML="该浏览器不支持获取地理位置。";}<br /> }<br />function showPosition(position)<br /> {<br /> x.innerHTML="纬度: " + position.coords.latitude + <br /> "<br>经度: " + position.coords.longitude; <br /> } <p></script>
 

结果:


   

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn