Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
      <style>
            #TopBar{
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:40px;
   background-color:#181818;
}
            </style>       
            <div id="TopBar"></div>     
        <!-- Create Page Links -->
        <ul>
  <li><a href="default.asp">Cos'è</a></li>
  <li><a href="news.asp">Chi Siamo</a></li>
</ul>
       
<style>
        ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: white; 
    position: absolute;  
    font-size: 20px;        
}
      
          
          li {
    display: inline;
}
  
  li a{
    
    color:red;
    
  }
        </style>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers