Skip to main content

HTML css book style menu

HTML CSS Menu ,

 HTML CSS Book menu , 

HTML CSS Menu with HOVER ,

Create  HTML CSS Attractive menu , 

HTML CSS Menu Step By Step,

HTML ,PHP, JSP,ASP.net, ASP

HTML CSS Menu with Different Background image ,

Create  HTML, PHP, JSP,ASP.net, ASP CSS Attractive menu,

PHP, JSP,ASP.net, ASP Menu Tutorial Step By Step 







________________________________



HTML CSS Tutorial how to create Menu with different background image, 

In this tutorial i am going to explain how to create Book style menu .

by using this tutorial you can create your own style menu like coffee cup menu for hotel or restaurant or hotel, flower shape menu for decorators website 

in previous two tutorial we have created Kite menu, drop down menu, horizontal menu, HTML menu with rounded corner ,menu with different design even you can create menu using logo of website 







in this tutorial i am going to explain HTML css menu Step by Step.
following is example i want to create website for book seller and want some innovative so i decide to design menu as shown 


To Create menu you need two images
1st Image Background will display when your page lode in browser







 2nd image i need to put on Mouse hover 

You can save as above image by click and save as method 


Step1:

 create new HTML document copy paste following code in body tag

___________________________________
<body>
<header id="header">
         <h1>BookMenu</h1>
</header>

<nav id="nav">
<table>

<td background="book.jpg" height="160" width="150"><a href="http://html5css3sourcecode.blogspot.in">English</a></td>
<td background="book.jpg" height="160" width="150"><a href="http://html5css3sourcecode.blogspot.in">Hindi</a></td>
<td background="book.jpg" height="160" width="150"><a href="http://html5css3sourcecode.blogspot.in">Marathi</a></td>
<td background="book.jpg" height="160" width="150"><a href="http://html5css3sourcecode.blogspot.in">Science</a></td>
</table>
</nav>
</body>

___________________________________ 


Step3: Copy Paste following code in your html head section try to understand each property 

 
___________________________________ 

 <style>


#header{
    text-align:center;
    color:purple;
    font-size:20px;
    height:80px;
}

#nav
{
  
    float:left;
    margin-left:150px;
    margin-right:80px;
    width:800px;
    height:80px;
    padding:5px;
    clear:both;
}


#nav ul {

    float:left;
    margin:0px;
    text-decoration:none;  
    padding:7px 0 0 0;
    text-decoration:none;
    text-align:center;
  

  
}


#nav ul  a{
    float:left;
    text-align:center;
    text-decoration:none;
    padding:0 25px 0 0;
  
    color:purple;
    font-size:16px;
}




td:hover,td:active
{

background-image:url('book1.jpg');
}
</style>
</head>

___________________________________ 



Or  Save following Code using .html

 ___________________________________ 
<!DOCTYPE html>
<html>
<head>
<title>BookMenu</title>
<style>


#header{
    text-align:center;
    color:purple;
    font-size:20px;
    height:80px;
}

#nav
{
   
    float:left;
    margin-left:150px;
    margin-right:80px;
    width:800px;
    height:80px;
    padding:5px;
    clear:both;
}


#nav ul {

    float:left;
    margin:0px;
    text-decoration:none;   
    padding:7px 0 0 0;
    text-decoration:none;
    text-align:center;
   

   
}


#nav ul  a{
    float:left;
    text-align:center;
    text-decoration:none;
    padding:0 25px 0 0;
   
    color:purple;
    font-size:16px;
}




td:hover,td:active
{

background-image:url('book1.jpg');
}
</style>
</head>
</head>
<body>



<header id="header">

<h1>BookMenu</h1>
</header>

<nav id="nav">
<ul>

<table>

<td background="book.jpg" height="160" width="150"><a href="http://html5css3sourcecode.blogspot.in">English</a></td>
<td background="book.jpg" height="160" width="150"><a href="http://html5css3sourcecode.blogspot.in">Hindi</a></td>
<td background="book.jpg" height="160" width="150"><a href="http://html5css3sourcecode.blogspot.in">Marathi</a></td>
<td background="book.jpg" height="160" width="150"><a href="http://html5css3sourcecode.blogspot.in">Science</a></td>

</table>
</ul>
</nav>
</body>
</html>
___________________________________ 






you can download template click below link

Download html css template for Book shop

Design By :Pallavi Raccha (MCA II )IMSCDR, Ahmednagar
HTML5 CSS3 Session

________________________________

HTML CSS Menu ,

 HTML CSS Book menu , 

HTML CSS Menu with HOVER ,

Create  HTML CSS Attractive menu , 

HTML CSS Menu Step By Step,

HTML ,PHP, JSP,ASP.net, ASP

CSS Menu with Different Background image ,

Create  HTML, PHP, JSP,ASP.net, ASP CSS Attractive menu,

PHP, JSP,ASP.net, ASP Menu Tutorial Step By Step 

________________________________

Popular posts from this blog

Design Marathi website Using HTML CSS

          Design Marathi website Using HTML CSS,मराठी वेबसाईट designing HTML ,step by step Marathi website, how to display Marathi content in your website, Design Marathi website step by step , Marathi website using HTML and CSS, How To Design website using different Languages  Design Marathi website Using HTML CSS, Design Marathi website Using PHP, Design Marathi website Using JSP, Design Marathi website Using ASP, Design Marathi website Using C# Dot Net, Design Marathi website Using Vb Dot Net, मराठी वेबसाईट मराठी वेबसाईट बनवन अगदी सोप आहे मी या ब्लॉग मध्ये दिलेल्या स्टेप्स वापरून तुम्ही काही क्षणात मराठी वेब पेज तयार करू शकता  Design Marathi website Using HTML CSS,मराठी वेबसाईट designing HTML ,step by step Marathi website, how to display Marathi content in your website, Design Marathi website step by step , Marathi website using HTML and CSS, How To Design website using different Languages    Design Marathi website U

what is Blogger

what is Blogger, what is Blogger short info, Blogger hindi information,  Blogger.com एक फ्री Blog Publishing Platform है. जिसकी सहायता से Free Blog बनाकर Texts, Images, Videos आदि आसानी से शेयर की जा सकती है. और दुनिया को अपने लेखन कौशल से अवगत कराया जा सकता है. Blogger की गिनती Content Management Systems में होती है. क्योंकि यह Content को Yearly, Monthly, Weekly, Daily, Catigarically, Labels आदि के द्वारा Manage करता है. और ये सभी Entry पाठकों के लिए उपलब्ध रहती है. Google Blogger Kya Hai in Hindi Blogger पर जो ब्लॉग बनाया जाता है. वह blogspot.com का Sub-Domain होता है. जो Google Server पर Hosted रहता है. Blogger Users गूगल सर्वर को Access नही कर पाते है. लेकिन गूगल अकाउंट से उन्हे Blogger Dashboard पर अनुमति मिल जाती है. इसलिए वे अपना Blog Manage आसानी से कर सकते. Blogspot.com के अलावा Users को Country Specifit Domain Name भी उपलब्ध करवाया जाता है. मिसाल के तौर पर एक Indian Blogger Users अगर अपना ब्लॉग बनाता है तो वह blogspot.com के स्थान पर blogspot.in का चुनाव कर

how to add a youtube video to your website html

embed youtube video in html without iframe,html embed youtube video,how to insert a video in html from computer,iframe video autoplay in html,embed video html,youtube embed code generator,youtube refused to connect html,how to insert mp4 video in html, Use following steps 1. Create basic html page 2. Login to your Google account 3. Visit  www.youtube.com 4. Search video you want to add in your website 5. Select video  6. Click on share button at bottom  you can see share option   7. Click on embed as shown  8. Copy code and paste in html page save and run html page  embed youtube video in html without iframe,html embed youtube video,how to insert a video in html from computer,iframe video autoplay in html,embed video html,youtube embed code generator,youtube refused to connect html,how to insert mp4 video in html,