Click here to Skip to main content
Licence CPOL
First Posted 31 Oct 2003
Views 253,319
Bookmarked 189 times

Handy XP Style Menu

By | 31 Oct 2003 | Article
This is a pretty menu in XP style. Easy to setup, highly customizable.

Sample Image - leftmenu.jpg

Introduction

This is a pretty menu in XP style. Its is easy to setup and highly customizable. If you find it useful, please vote for me!!! See a working demo here.

The Frames page

<html>
<head>
<title>Left Menu</title>
</head>
 
    <frameset framespacing="0" border="false" frameborder="0" cols="170,*">
   <frame name="menu" src="leftmenu.htm" frameborder="0" marginwidth="0" 
           marginheight="0" framespacing="0" scrolling="no" noresize>
   <frame name="master" src="master.htm" frameborder="0" marginwidth="0" 
           marginheight="0" framespacing="0" scrolling="no" noresize>
    </frameset>
 
 <noframes>
    <body bgcolor="#FFFFFF">
    <br><br><center>
    <h1>No Frames!</h1>
    <h4>No frames in your browser!</h4>
    </center></body>
 </noframes>
</frameset>

</html>

The Target page

<html>
<head>
    <title>Left Menu</title>
    <link rel='stylesheet' href='leftmenu.css'>
</head>

    <body leftmargin="0" topmargin="0" marginwidth="0" 
                        marginheight="0" bgcolor="#ffffff">
        
        <table border=0 cellpadding='10' cellspacing=0><tr><td>

        This is the Target frame (master).
        <p><hr>
        Please visit my website: 
          <a href='http://www.industriavirtual.com.br' 
          target='_blank'>http://www.industriavirtual.com.br</a>
          
        <br>And don't forget to vote me!!!
        <br>Marcelo Franco.
        
        </td></tr></table>
    
        </body>
</html>

The Menu page

<html>
<head>
    <meta http-equiv='page-enter' content='blendtrans(duration=0.1)'>
    <script language="'javascript'" src='leftmenu.js'></script>
    <link href='leftmenu.css' type='text/css' rel='stylesheet'>
    
    <base target='master'>
</head>
<body bgcolor='#ffffff' marginheight='0' marginwidth='0' 
                                topmargin='0' leftmargin='0'>
<table border='1' cellpadding='0' cellspacing='0' width='100%' 
                      height='100%'><tr><td valign='top'>
    <table border='0' cellspacing='1' cellpadding='0' width='100%' 
                     height='100%' bgcolor='#f1f1ed'><tr><td valign='top'>
    
    <div id='masterdiv'>
    
        <div class='menu' onclick="SwitchMenu('sub1')">
            <img style='vertical-align: middle' width=20 height=20 
            src='icons/txtmenu.gif' border=0 hspace=3>Text Folders</div>
            
            <span class='options' id='sub1'>
                <div class='option' 
                       onmouseover="this.style.background='#D8E4F8'" 
                       onmouseout="this.style.background='#f5f5f5'">
                <a href='http://www.google.com'>
                      <img style='vertical-align: middle' 
                      width=16 height=16 src='icons/txtfolder.gif' border=0 
                      hspace=3>Text Links</a></div>
    
                <div class='option' 
                     onmouseover="this.style.background='#D8E4F8'" 
                     onmouseout="this.style.background='#f5f5f5'">
<a href='http://www.industriavirtual.com.br/master.asp?code=webpacks&subcode=basico'>
                  <img style='vertical-align: middle' width=16 
                  height=16 src='icons/txtfolder.gif' 
                  border=0 hspace=3>Text Links</a></div>
    
                <div class='option' 
                      onmouseover="this.style.background='#D8E4F8'" 
                      onmouseout="this.style.background='#f5f5f5'">
                <a href='http://www.google.com'>
                    <img style='vertical-align: middle' width=16 
                    height=16 src='icons/txtfolder.gif' border=0 
                    hspace=3>Text Links</a></div>
            </span>
   
    </div>
    
    <div class='menu'>
        <a href='http://www.industriavirtual.com.br' 
        target='_top' onClick='top.window.close()'>
    <img style='vertical-align: middle' width=20 
        height=20 src='icons/logoff.gif' border=0 
        hspace=3>Logoff</a></div>
    
    <tr><td align='center' valign='bottom'>
        <a href='http://www.industriavirtual.com.br' target='_blank'>
    <img src='industria.gif' width='125' height='13' 
        hspace='0' vspace='10' border='0' alt='Industria Virtual...'></a>
    
    </td></tr></table>
</td></tr></table>
</body>
</html>

That's All Folks.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Industria Virtual

Web Developer
Industria Virtual
Brazil Brazil

Member

Follow on Twitter Follow on Twitter
Taylor made web applications for you and your business.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Questionhow to make a pop up window Pinmemberamitpapa5:24 7 Sep '09  
Generaltoo goog....... PinmemberNajmul Hoda7:59 31 Mar '09  
GeneralProblem downloading the latest version PinmemberSameerMughal4:38 3 Mar '09  
Hi there,
 
Nice work. But I am still not sure wether it will allow me to incorporate the second child or not because I couldn't access the link to download.
 
Does it allow FolderA -> FolderB -> Target(S)?
 
Can you please paste a link to download the latest version because the link doesn't work.
 

Thanks,
 
Sameer.
 
Sameer

GeneralPanelBar using Jave Pinmemberfcyjk,kl;7:15 8 Sep '07  
QuestionDoesn't Allow Changes PinmemberJRA579:11 25 Jan '07  
GeneralOK PLease help ASAP!!! PinmemberDelver5:29 26 Jul '06  
Generalso good Pinmemberewebapp15:24 23 Dec '05  
GeneralKeeping Menu Open at Same Position After Page With No Frames Pinmemberanthony_mast20:40 4 May '05  
QuestionHow to make open item stay open unless user close ? Pinmemberjunuki11:09 1 Sep '04  
AnswerRe: How to make open item stay open unless user close ? Pinmemberfancellu13:20 9 Sep '04  
GeneralRe: How to make open item stay open unless user close ? Pinmemberjunuki7:06 10 Sep '04  
GeneralXP Layers PinmemberDrummos18:32 27 Jul '04  
GeneralThe GUI of left menu has problem Pinmemberenjoycrack19:49 9 Jun '04  
GeneralPeace of art PinsussMohammad O. Ali20:25 27 Apr '04  
GeneralRe: Peace of art Pinmemberrunmin18:22 15 Nov '04  
QuestionHow can i use this in VC PinmembermailMonty23:17 25 Feb '04  
Answerhttp://scam.ceroline.info/ Pinsusshttp://scam.ceroline.info/4:07 4 Dec '07  
GeneralVery impressive PinsussPeter Mayhew4:33 23 Nov '03  
GeneralRe: Very impressive PinmemberMarcelo Franco9:14 23 Nov '03  
GeneralRe: Very impressive PinmemberPeter Mayhew1:26 24 Nov '03  
GeneralMy other menu... PinmemberMarcelo Franco7:14 6 Nov '03  
GeneralRe: My other menu... Pinmemberallia7:36 6 Nov '03  
GeneralNew version launched!!! PinmemberMarcelo Franco1:11 6 Nov '03  
GeneralRe: New version launched!!! Pinmemberallia6:12 6 Nov '03  
GeneralRe: New version launched!!! PinmemberMarcelo Franco7:28 6 Nov '03  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120604.1 | Last Updated 1 Nov 2003
Article Copyright 2003 by Industria Virtual
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid