Thursday 5 February 2015

Creating Horizontal Menu Bar Using Html and CSS

Hello readers,
If you want to create a horizontal menu bar in a web page using HTML and CSS follow the below code.

CSS:-

    <style type="text/css">
    #menu
    {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    list-style: none;
    width:100%;
    border:1px solid;
    height:16px;
    background:url(images/listbackground.png);
    }
    #menu li
    {
    
To read complete information on how to Create Horizontal Menu Bar Using Html and CSS visit FindNerd. Apart from this, you can also ask questions & look for various programming queries along with their solutions including Android, C, Java, Php programming questions and answers etc. as it is an effective technology forum also.

No comments:

Post a Comment