943,102 Members | Top Members by Rank

Ad:
Feb 8th, 2010
0

I need your help Please!!!

Expand Post »
I wan tto look at my <a href="http://holyrock.zxq.net">testing site</a>.
I would like to change like <a href="http://holyrock.zxq.net/index1.html">this.</a>
Here are my code draft:

JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <meta http-equiv="Content-Language" content="en-us" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <link rel="stylesheet" href="/css/stylesheet.css" />
  8. <style type="text/css">
  9.  
  10. body{
  11. margin: 0;
  12. padding: 0;
  13. border: 0;
  14. overflow: hidden;
  15. height: 100%;
  16. max-height: 100%;
  17. }
  18.  
  19. #framecontentTop, #framecontentBottom{
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. width: 100%;
  24. height: 125px; /*Height of top frame div*/
  25. overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  26. background-color: navy;
  27. color: white;
  28. }
  29.  
  30. #framecontentBottom{
  31. top: auto;
  32. bottom: 0;
  33. height: 50px; /*Height of bottom frame div*/
  34. overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  35. background-color: navy;
  36. color: white;
  37. }
  38.  
  39. #maincontent{
  40. position: fixed;
  41. top: 125px; /*Set top value to HeightOfTopFrameDiv*/
  42. left: 0;
  43. right: 0;
  44. bottom: 50px; /*Set bottom value to HeightOfBottomFrameDiv*/
  45. overflow: auto;
  46. background: #fff;
  47. }
  48.  
  49. .innertube{
  50. margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
  51. }
  52.  
  53. * html body{ /*IE6 hack*/
  54. padding: 125px 0 50px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
  55. }
  56.  
  57. * html #maincontent{ /*IE6 hack*/
  58. height: 100%;
  59. width: 100%;
  60. }
  61.  
  62. </style>
  63. </head>
  64.  
  65. <body style="font-family: sans-serif;">
  66.  
  67.  
  68. <div id="framecontentTop">
  69. <div class="innertube">
  70. <h1 align="top_left">H-R Inforway</h1>
  71. <h3>favicon image</h2>
  72. <h3 align="bottom_right">Menubar goes here</h3>
  73. </div>
  74. </div>
  75.  
  76. <div id="framecontentBottom">
  77. <div class="innertube">
  78.  
  79. <h3>Sample text here</h3>
  80.  
  81. </div>
  82. </div>
  83.  
  84.  
  85. <div id="maincontent">
  86. <div class="innertube">
  87.  
  88. <h1>Main Content goes here</h1>
  89.  
  90. Here are contents for the header:
  91.  
  92. <table border="1">
  93. <tr>
  94. <th>hn tag goes here </th>
  95. <th>projection</th>
  96. </tr>
  97. <tr>
  98. <td>left top</td>
  99. <td>right top</td>
  100. </tr>
  101. <tr>
  102. <th>Favicon Image</th>
  103. <th>menu bar</th>
  104. </tr>
  105. <tr>
  106. <td>Logo Image: left top</td>
  107. <td>menu bar: left bottom</td>
  108. </tr>
  109. </table>
  110. <p> how can I locate my target link page from menubar in the content section?</P>
  111. <br>
  112. <P>Do I need to put php or java include function in each menu link?</p>
  113. <br>
  114. <P>or Is it work with outsife link rel for the menu?</p>
  115. <br>
  116. <P>I want to use my menu like<a href="http://www.opencube.com/quickmenu/gallery/divided_mains.html">this!!!</a></p>
  117.  
  118.  
  119.  
  120.  
  121. </div>
  122. </div>
  123.  
  124.  
  125. </body>
  126.  
  127. </html>
Last edited by adatapost; Feb 9th, 2010 at 8:22 am. Reason: Added [code] tags. Encase your code in: [code] and [/code] tags.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
andanjin is offline Offline
3 posts
since Feb 2010

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JavaScript / DHTML / AJAX Forum Timeline: W3Schools.com AJAX PHP examples problem
Next Thread in JavaScript / DHTML / AJAX Forum Timeline: onClick event handler not executing in <input> tag





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC