Results 1 to 2 of 2

Thread: Need Header.php & Index.php code!

  1. #1
    Join Date
    Mar 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Header.php & Index.php code!

    I've tried finding codes that actually work for two days now. I need to know an iframe code that has a height of 100% to put my header into. Can anyone help?

  2. #2
    Join Date
    Apr 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help & code with main heading & menu tab

    I am a newbie and doesn't have any ideas how to do the coding. However, I have down the files from Dynamic site and created the index.html for the web site and this page is directly link to
    www.directdsp.com. I created an example of about.html and this is linkable from the drop down menu --here is the link (www.directdsp.com/about.html). However, I want the heading and drop down menu also appear on this about.html. How do I do it?

    I have attached my .css, .js & .html.

    Thank in advance,



    Here is my index.html code


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Index</title>

    <script type="text/javascript" src="dropdowntabs.js">

    /***********************************************
    * Drop Down Tabs Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    ***********************************************/

    </script>

    <link rel="stylesheet" type="text/css" href="halfmoontabs.css" />
    <link rel="stylesheet" type="text/css" href="stylesheet_simple.css" />
    </head>

    <body>

    <!--[if IE]>
    <iframe id="iframe_shim" src="about:blank" style="position:absolute;display:none;" scrolling="no" frameborder="0"></iframe>
    <![endif]-->


    <!-- Begin Wrapper -->
    <div id="wrapper">

    <!-- Begin Header -->
    <div id="header"><img src="siglogo.jpj" alt="Signalogic logo" width="" height="" /></div>
    <!-- End Header -->

    <!-- Begin Navigation -->
    <div id="moonmenu" class="halfmoon">

    <ul>
    <li><a href="http://www.signalogic.com">Home</a></li>
    <li><a href="#" rel="dropmenu1_e">About Signalogic</a></li>
    <li><a href="#" rel="dropmenu2_e">Product / Fostering</a></li>
    <li><a href="#" rel="dropmenu3_e">Solution / Donate</a></li>
    <li><a href="#" rel="dropmenu4_e">Events</a></li>
    <li><a href="#" rel="dropmenu5_e">Tech Support</a></li>
    <li><a href="#" rel="dropmenu6_e">Company</a></li>
    <li><a href="#" rel="dropmenu7_e">Contact Us</a></li>
    </ul>
    </div>

    <br style="clear: left;" />

    <!-- End Navigation -->

    <!-- Begin Imageblock -->
    <div id="imageblock">
    <img src="images/.jpg" alt=" " width=" " height=" " /></div>
    <!-- End Imageblock -->


    <!-- Begin Left Column -->
    <div id="leftcolumn">

    <p>About Signalogic.</p>
    </div>
    <!-- End Left Column -->

    <!-- Begin Left Middle Column -->
    <div id="leftmiddle">

    <p>Products</p>
    <p>image and links</p>
    </div>
    <!-- End Left Middle Column -->

    <!-- Begin Right Middle Column -->
    <div id="rightmiddle">

    !!!!!

    </div>
    <!-- End Right Middle Column -->

    <!-- Begin Right Column -->
    <div id="rightcolumn">
    <p>Information</p>
    <p>Please contact</p>
    <p></p>
    <p>iiiii</p>
    </div>
    <!-- End Right Column -->

    <!-- Begin Footer -->
    <div id="footer">

    Signalogic &copy; 1991-2009

    </div>
    <!-- End Footer -->

    </div>
    <!-- End Wrapper -->

    <!--About Signalogic drop down menu -->
    <div id="dropmenu1_e" class="dropmenudiv_e">
    <a href="#">About </a>
    <a href="#">!!!!!</a>
    <a href="#">!!!!!</a>
    </div>

    <!--Products drop down menu -->
    <div id="dropmenu2_e" class="dropmenudiv_e">
    <a href="#">Info</a>
    <a href="#">Special Needs </a>
    <a href="#">Application</a>
    <a href="#">Information</a>
    <a href="#">Information</a>
    <a href="#">Information</a>
    <a href="#">Datasheet[PDF]</a>

    </div>

    <!--How to get help drop down menu -->
    <div id="dropmenu3_e" class="dropmenudiv_e">
    <a href="#">Engineer</a>
    <a href="#">Technical </a>
    <a href="#">Info</a>

    </div>

    <!--Events drop down menu -->
    <div id="dropmenu4_e" class="dropmenudiv_e">
    <a href="#">Customer</a>
    <a href="#">What news</a>
    <a href="#">New products</a>
    <a href="#">Special Events</a>

    </div>

    <!--Resources drop down menu -->
    <div id="dropmenu5_e" class="dropmenudiv_e">
    <a href="#">About </a>
    <a href="#">External Links</a>

    </div>

    <!--Company drop down menu -->
    <div id="dropmenu6_e" class="dropmenudiv_e">
    <a href="#">information</a>
    <a href="#"></a>

    </div>

    <!--Contact Us drop down menu -->
    <div id="dropmenu7_e" class="dropmenudiv_e">
    <a href="#">Email</a>
    <a href="#">Phone</a>
    </div>

    <script type="text/javascript">
    //SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
    tabdropdown.init("moonmenu", 0)
    </script>


    </body>
    </html>

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
  •