Results 1 to 4 of 4

Thread: Corp Blue CSS Menu

  1. #1
    Join Date
    Nov 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Corp Blue CSS Menu

    1) CODE TITLE: Corp Blue CSS Menu

    2) AUTHOR NAME/NOTES: Swakconcepts.com

    3) DESCRIPTION:

    Images:
    Left:
    Right:

    Demo: http://www.swakconcepts.com/css1/index.html




    CSS Code:

    Code:
    @charset "utf-8";
    /* CSS Document */
    body {
    	background-color: #ffffff;
    }
    
    #tabs {
    	float:left;
    	width:100%;
    	background:#ffffff;
    	font-size:93%;
    	line-height:normal;
    	border-bottom:1px solid #666;
    	
    	}
    
    #tabs ul {
    	margin:0;
    	padding:10px 10px 0 0px;
    	list-style:none;
    	
    	}
    
    #tabs li {
    	display:inline;
    	margin:0;
    
    	padding:0;
    	}
    
    #tabs a {
    	float:left;
    	background:url("left.png") no-repeat left top;
    	margin:0;
    	padding:0 0 0 6px;
    	text-decoration:none;
    	}
    
    #tabs a span {
    	float:left;
    	display:block;
    	background:url("right.png") no-repeat right top;
    	padding:5px 15px 4px 6px;
    
    	margin-right:2px;
    	color:#FFF;
    	}
    
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    
    /* End IE5-Mac hack */
    #tabs a:hover span {
    	
    	}
    
    #tabs a:hover {
    	background-position:0% -42px;
    	}
    
    #tabs a:hover span {
    	background-position:100% -42px;
    	}
    HTML Code:
    Code:
    <div id="tabs">
      <ul>
        <li></li>
        <li><a href="#"><span>Menu 1</span></a></li>
        <li><a href="#"><span>Menu 2</span></a></li>
        <li><a href="#"><span>Menu 3</span></a></li>
        <li><a href="#"><span>Menu 4</span></a></li>
        <li><a href="#"><span>Menu 5</span></a></li>
        <li><a href="#"><span>Menu 6</span></a></li>
      </ul>
    </div>

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Not bad! A typical but classic look. I've only tested it in a few browsers so far- are you aware of any browser centric issues users should be aware of?
    DD Admin

  3. #3
    Join Date
    Nov 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No I am not, it seems to work good in all I have tested.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I've gone ahead and added your menu to DD's CSSL section: http://www.dynamicdrive.com/style/cs...blue_css_menu/ Thanks!
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •