Solutionsforyou

  • Home
  • Business
    • Internet
    • Market
    • Stock
  • Parent Category
    • Child Category 1
      • Sub Child Category 1
      • Sub Child Category 2
      • Sub Child Category 3
    • Child Category 2
    • Child Category 3
    • Child Category 4
  • Featured
  • Health
    • Childcare
    • Doctors
  • Home
  • Database
    • MSSQL
    • Market
    • Stock
  • Downloads
    • Dvd
    • Games
    • Software
      • Office
  • Parent Category
    • Child Category 1
      • Sub Child Category 1
      • Sub Child Category 2
      • Sub Child Category 3
    • Child Category 2
    • Child Category 3
    • Child Category 4
  • Featured
  • Health
    • Childcare
    • Doctors
  • Uncategorized

Monday, 13 February 2017

Design

 Unknown     05:30     No comments   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>

<STYLE>
.main-menu
{
    background:#000;
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    position:relative;
}

.main-menu li
{
    display:inline-block;
    padding:5px;
}

.main-menu li a
{
    color:#fff;
    text-decoration:none;
}

.sub-menu-box
{
    position:absolute;
    top:100%;
    left:0;
    width:800px;
    min-height:400px;
    background:#fff;
    border:1px solid #999;
    display: none;
    padding:20px;
   
}

.left-image-container
{
    float:left;
    max-width:30%;
    width:100%;
    border:1px solid #333;
}


.right-menu-container
{
    float:left;
    max-width:35%;
    margin-left:5%;
}

.heading-featured
{
    text-transform:uppercase;
    font-size:18px;
    border-bottom:1px dotted;
}
   

</style>

<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>

<script>

$(document).ready(function()
{
   
       
        $('.main-menu  li').mouseenter(function() {
    $(this).children('.sub-menu-box').stop().slideDown('slow')
}).mouseleave(function() {
    $(this).children('.sub-menu-box').stop().hide()
});
       
   
   
    });


</script>

</head>

<body>

<ul class="main-menu">

<li><a href="#">HOME</a>
<div class="sub-menu-box">

<h1>1</h1>

<div class="left-image-container">
<p class="heading-featured">This is demo</p>
<img src="2-Pack-and-Everyday.jpg" />
</div>

<div class="right-menu-container"></div>


<div style="clear:both;"></div>

</div>


</li>
<li><a href="#">ABOUT US</a>
<div class="sub-menu-box">
<h1>2</h1>


</div>
</li>
<li><a href="#">PRODUCT1</a>

<div class="sub-menu-box">
<h1>3</h1>


</div>
</li>
<li><a href="#">PRODUCT2</a>

<div class="sub-menu-box">
<h1>4</h1>


</div></li>
<li><a href="#">PRODUCT3</a>

<div class="sub-menu-box">
<h1>5</h1>


</div></li>
<li><a href="#">PRODUCT4</a>

<div class="sub-menu-box">
<h1>6</h1>


</div></li>
<li><a href="#">PRODUCT5</a>

<div class="sub-menu-box">
<h1>7</h1>


</div></li>
</ul>


</body>
</html>
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook
Older Post Home

0 comments:

Post a Comment

Popular Posts

  • (no title)
        SqlCommand cmd;     static string connString =     System.Web.Configuration.WebConfigurationManager.ConnectionStrings["conn"]...
  • List Spand
    <script>      $(function () {           var pgurl = window.location.href.substr(window.location.href.lastIndexOf("/") + 1);...
  • Data table Class Table Shorting
     protected void GridView1_PreRender(object sender, EventArgs e)     {         dtInv = objDataAccess.GetDataTable("select * from tbl_fi...
  • Design
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd...
  • How we get table structure from database
    CREATE procedure dbo.Gettable    @tablename nvarchar(100)  as        DECLARE              @object_name SYSNAME  ,               @object_id ...
  • Dashboard
    https://startbootstrap.com/template-overviews/sb-admin-2/
  • hii
    hiii

Recent Posts

Categories

  • sql

Pages

  • Home

Blog Archive

  • ▼  2017 (2)
    • ▼  February (2)
      • Design
      • hii
  • ►  2016 (5)
    • ►  September (3)
    • ►  August (1)
    • ►  June (1)

About Me

Unknown
View my complete profile
Powered by Blogger.

Sample Text

Copyright © Solutionsforyou | Powered by Blogger
Design by Hardeep Asrani | Blogger Theme by NewBloggerThemes.com | Distributed By Gooyaabi Templates