472,980 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,980 software developers and data experts.

overlapping help

Hi Guys

I have problem with site I am building. The sidebar with menu and other thinks is overlapping footer. The footer move with the content and but it dos it dos not move with the sidebar.
Here is the website: holtz-realty
And also the html file and css file.

Anny help will by mostly appreciated. I did try everything I can think of.

HTML:
Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset={charset}" />
  5.         <meta name="keywords" content="{load_meta_keywords_raw}" />
  6.          <meta name="description" content="{load_meta_description_raw}" />
  7.         {load_css_editor}
  8. <title>{site_title}</title>
  9. <link href="{template_url}/style.css" rel="stylesheet" type="text/css" />
  10. {license_tag}
  11.  
  12. <!--[if lte IE 7]>
  13. <style>
  14. #col3
  15. {
  16. position: absolute;
  17. width: 190px;
  18. padding-top: 5px;
  19. padding-right: 5px;
  20. padding-bottom: 5px;
  21. padding-left: 5px;
  22. float: left;
  23. margin-left: 0px;
  24. top: 10px;
  25. }
  26. </style>
  27. <![endif]-->
  28.  
  29. <script src="script/jquery-1.2.6.min.js" type="text/javascript"></script>
  30.  
  31. <script type="text/javascript">
  32. /* ================================================================ 
  33. This copyright notice must be untouched at all times.
  34. Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
  35. =================================================================== */
  36. $(document).ready(function(){
  37. closetimer = 0;
  38.     if($("#nav")) {
  39.         $("#nav b").mouseover(function() {
  40.         clearTimeout(closetimer);
  41.             if(this.className.indexOf("clicked") != -1) {
  42.                 $(this).parent().next().slideUp(500);
  43.                 $(this).removeClass("clicked");
  44.             }
  45.             else {
  46.                 $("#nav b").removeClass();
  47.                 $(this).addClass("clicked");
  48.                 $("#nav ul:visible").slideUp(500);
  49.                 $(this).parent().next().slideDown(500);
  50.             }
  51.             return false;
  52.         });
  53.         $("#nav").mouseover(function() {
  54.         clearTimeout(closetimer);
  55.         });
  56.         $("#nav").mouseout(function() {
  57.             closetimer = window.setTimeout(function(){
  58.             $("#nav ul:visible").slideUp(500);
  59.             $("#nav b").removeClass("clicked");
  60.             }, 2000);
  61.         }); 
  62.     }
  63. });
  64. </script>
  65.  
  66.  
  67. </head><body>
  68.  
  69.  
  70. <div id="page_margins">
  71.  
  72.     <div id="page">
  73.  
  74.         <div id="topnav"><table border="0" cellspacing="0" width="800px">
  75.                 <td align="left" width="25%">
  76.                         <SCRIPT LANGUAGE="JavaScript">
  77.  
  78.                         // Get today's current date.
  79.                         var now = new Date();
  80.  
  81.                         // Array list of days.
  82.                         var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
  83.  
  84.                         // Array list of months.
  85.                         var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
  86.  
  87.                         // Calculate the number of the current day in the week.
  88.                         var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();
  89.  
  90.                         // Calculate four digit year.
  91.                         function fourdigits(number)    {
  92.                         return (number < 1000) ? number + 1900 : number;
  93.                                 }
  94.  
  95.                         // Join it all together
  96.                         today =  days[now.getDay()] + ", " +
  97.                              months[now.getMonth()] + " " +
  98.                                  date + ", " +
  99.                          (fourdigits(now.getYear())) ;
  100.  
  101.                         // Print out the data.
  102.                         document.write(today);
  103.  
  104.                         //  End -->
  105.                         </script>
  106.                 </td>
  107.                 <td width="75%">
  108.  
  109. {check_guest}<a href="{url_member_login}"> Login </a> | <a href="{url_member_signup}">Register</a> | {/check_guest}{check_member}<a href="{url_logout}">Logout</a> |{/check_member} <a href="{page_link_2}"> Contact</a>
  110.                 </td>
  111.             </table>
  112.  
  113.         </div>
  114.  
  115.  
  116.         <div id="header">
  117.             <div id="test2"><br /><a href="{url_index}">Joe Chodur at Holtz Realty</a></div><br />
  118.             <div id="test">Let's make it happen...for YOU <br /><br />Renting is Spending &amp; Buying is Investing </div>
  119.           </div>
  120.  
  121.  
  122.         <div id="sub_header">
  123.             <div id="sub_header_tag"></div>
  124.         </div>
  125.  
  126.  
  127.         <ul id="nav">
  128.             <li class="first"><a href="{url_index}"><b>Home</b></a></li>
  129.             <li class="sub"><a href="{url_search_results}"><b>View Our Listings</b></a>
  130.                 <li><a href="{baseurl}/index.php?action=addon_openhouse_showpage1"><b>Open House</b></a>
  131.                 <li><a href="{url_index}"><b>Search</b></a>
  132.             <ul class="w1">
  133.                 <li><a href="{url_search}">Search Our Listings</a></li>
  134.                 <li><a href="{page_link_5}">Search Noth Iowa Listings</a></li>
  135.                 <li><a href="{page_link_6}">Search Iowa HUD Properties Listing</a></li>
  136.             </ul>
  137.             </li>
  138.                 <li><a href=""><b>About</b></a>
  139.             <ul class="w2">
  140.                 <li><a href="{page_link_3}">About Holtz Realty</a></li>
  141.                 <li><a href="{url_view_agents}">View Agents</a></li>
  142.             </ul>
  143.             </dd>
  144.                 <li><a href=""><b>Learn Center</b></a>
  145.             <ul class="w3">
  146.                 <li>{link_calc}</li>
  147.                 <li><a href="#url">Buyer Resources</a></li>
  148.                 <li><a href="#url">Seller Resources</a></li>
  149.                 <li><a href="#url">Homeowner Resources</a></li>
  150.                 <li><a href="#url">Neighborhood Information</a></li>
  151.                 <li><a href="{page_link_10}">Real Estate Definitions</a></li>
  152.                 <li><a href="#url">Home Value Estimator</a></li>
  153.             </ul>
  154.             </dd>
  155.                 <li><a href="{page_link_2}"><b>Contact Us</b></a>
  156.             <ul class="w4">
  157.                 <li><a href="#url">Email Addresses</a></li>
  158.                 <li><a href="{page_link_9}">By Post</a></li>
  159.                 <li><a href="#url">Telephone Numbers</a></li>
  160.             </ul>
  161.             <li class="last"><a href="{page_link_4}"><b>Privacy Policy</b></a></li>
  162.             </ul>
  163.  
  164.  
  165.         <div id="main">
  166.  
  167.  
  168.             <div id="col2">
  169.  
  170.                 <div id="col2_content">{content}</div>
  171.             </div>
  172.  
  173.             <div id="col3">
  174.  
  175.                 <div id="col3_content" class="clearfix">
  176.  
  177.                     <div id="test"><br /><br />
  178.                             Holtz Realty <br />
  179.                             34 - 2nd Street NE<br /> 
  180.                             Mason City, IA 50401<br />
  181.                             Office: (641) 423-9111<br />
  182.                             Mobile: (641) 583-0289<br />
  183.                             Home: (641) 424-4486<br />
  184.                             Website: www.holtz-realty.com
  185.                     </div>
  186.  
  187.                     {check_guest}
  188.                     <h2>Login</h2>
  189.                     <form action="index.php?action=member_login" method="post">
  190.                         <table border="0" cellspacing="0" cellpadding="3">
  191.                             <tr>
  192.                                 <td>Login:</td>
  193.                                 <td><input type="text" name="user_name" maxlength="30" /></td>
  194.                             </tr>
  195.                             <tr>
  196.                                 <td>Password:</td>
  197.                                 <td><input type="password" name="user_pass" maxlength="30" /></td>
  198.                             </tr>
  199.                             <tr>
  200.                                 <td colspan="2" align="left"><input type="checkbox" name="remember" />
  201.                                 <span style="font-size:10px">Remember Me Next Time</span></td>
  202.                             </tr>
  203.                             <tr>
  204.                                 <td colspan="2" align="right"><input type="submit" value="Log In" /></td>
  205.                             </tr>
  206.                         </table>
  207.                     </form>
  208.                     {/check_guest}
  209.  
  210.                     <h2>Member Menu </h2>
  211.                         <ul id="navlist2">{check_member}
  212.                             <li>{addon_userpage_link}</li>
  213.                               <li><a href="{url_edit_profile}" title="Edit Profile">Edit My Profile</a></li>
  214.                               <li><a href="{url_view_favorites}" title="View Favorites">View My Favorites</a></li>
  215.                               <li><a href="{url_view_saved_searches}" title="Saved Searches">My Saved Searches</a></li>
  216.                               <li><a href="{url_logout}" title="Logout">Logout</a></li>
  217.                               {/check_member}
  218.                               {check_guest}
  219.                               <li><a href="{url_member_signup}" title="Member Signup">Member Signup</a></li>
  220.                               {/check_guest}
  221.                         </ul>
  222.  
  223.                     <div id="featured">
  224.                         <h2>Featured Listings</h2>
  225.                         {featured_listings_vertical}
  226.                     </div>
  227.  
  228.  
  229.                     <h2>Weather</h2>
  230.                     <div align="center"><a href="http://www.weatherforyou.com/weather/iowa/mason+city.html">
  231. <img src="http://www.weatherforyou.net/fcgi-bin/hw3/hw3.cgi?config=png&forecast=hourly&alt=hwihourly&place=mason+city&state=ia&country=us&hwvbg=4F666F&hwvtc=FECF05&hwvdisplay=" width="175" height="90" border="0" alt="Latest Mason City, Iowa, weather"></a>
  232.                     </div>
  233.  
  234.                     <div id="rss">
  235.                         <h2>Rss feeds</h2>
  236.                         <img src="{template_url}/images/feed-icon-14x14.png" alt="Rss2" /> <a href="/index.php?action=rss_featured_listings" >{lang_rss_featured_link_title}</a> <br/>
  237.                         <img src="{template_url}/images/feed-icon-14x14.png" alt="Rss1" /> <a href="/index.php?action=rss_lastmodified_listings" >{lang_rss_lastmodified_link_title}</a>
  238.                       </div>
  239.  
  240.                 </div>
  241.  
  242.                 <div id="ie_clearing"> &nbsp; </div>
  243.             </div>
  244.  
  245.         </div>
  246.         <div id="footer">      
  247.             <div align="center">                    
  248.                 <a href="{url_index}" title="Home Page ">Home Page</a> |
  249.                 <a href="{url_search_results}" title="View All Listings">View All Listings</a> |
  250.                 <a href="{url_search}" title="Search Listings">Search Our Listings </a>|
  251.                  <a href="{baseurl}/index.php?action=addon_openhouse_showpage1" title="Open House">Open House</a> |
  252.                 <a href="{page_link_5}" title="">Search N.I.R. Listings </a>|
  253.                 <a href="{page_link_6}" title="Iowa HUD Property Search">Iowa HUD Properties Listing</a> |
  254.                 <a href="{page_link_3}" title="">About Holtz Realty</a> |
  255.                 <a href="{page_link_2}" title="">Contact Us</a><br />
  256.                 <a href="{url_view_agents}" title="">View Agents</a>
  257.                  <br />
  258.                  <br />
  259.                  Hotz Realty, 34-2nd Street NE, Mason City, IA 50401, Office: 641-423-9111, Fax: 641-423-4137, Home: 641-424-4486, Cell: 641-583-0289<br />
  260.                 All content provided within this site is Copyright © Holt Realty & Joe Chodur 2009<br />
  261.             </div>
  262.         </div>
  263.  
  264.     </div>
  265. </div>
  266.  
  267.  
  268. <script type="text/javascript" src="fade.js"></script>
  269. </body>
  270. </html>
CSS:
Expand|Select|Wrap|Line Numbers
  1. body
  2. {
  3.     margin: 0;
  4.     background-image: url(images/back.gif);
  5.     margin-top: 0px;
  6.     background-repeat: repeat-x;
  7.     background-color: #4F666F;
  8.  
  9. font:12px 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
  10. font-size: 12px;
  11. }
  12.  
  13. h1, h2, h3, h4, h5, h6
  14. {
  15. letter-spacing: -1px;
  16. color: #3C71AA;
  17. margin-bottom: 5px;
  18. font-weight: normal;
  19. }
  20.  
  21. #styleR {
  22.     color: #000000;
  23.     text-decoration:none;
  24. }
  25.  
  26. a, a:visited
  27. {
  28. color: #FFCC00;
  29. text-decoration: none;
  30. }
  31.  
  32. #popup
  33. {
  34. background-color: #80A4B3;
  35. }
  36.  
  37. /* ================================================================ 
  38. This copyright notice must be untouched at all times.
  39. Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
  40. =================================================================== */
  41.  
  42. #nav, #nav ul {padding:0; margin:0 auto; list-style:none; background:#fff;}
  43. #nav { float:left; width:800px; z-index:50; background:url(images/list-back.gif);}
  44. #nav ul {display:none;}
  45.  
  46. #nav li {float:left; position:relative;}
  47. #nav li a {text-decoration:none; font-family:garamond, serif; font-size:16px; white-space:nowrap}
  48. #nav li b {display:block; padding:0 15px 0 14px; cursor:pointer; height:30px; line-height:30px; float:left; background:url(images/list-back.gif) center top; font-weight:normal; color:#000;}
  49. #nav li.first b {padding-left:23px; background-position:left top;}
  50. #nav li.last b {padding-right:10px; background-position:right top;}
  51. #nav li a b.clicked {color:#fff;}
  52.  
  53. #nav li ul {position:absolute; left:0; top:35px; height:auto; float:left; background:#f8f8f8; padding:2px; border:1px solid #5663DB;}
  54. #nav li ul.w1 {width:220px;}
  55. #nav li ul.w2 {width:135px;}
  56. #nav li ul.w3 {width:170px;}
  57. #nav li ul.w4 {width:130px;}
  58. #nav li ul.w5 {width:130px;}
  59. #nav li ul.w6 {width:130px;}
  60.  
  61. #nav li ul li {float:none;}
  62. #nav li ul li a {display:block; height:20px; line-height:20px; padding:0 5px; color:#000; font-size:14px}
  63. #nav li ul li a:hover {background:#aaa; color:#fff;}
  64.  
  65. #topnav
  66. {
  67. text-align: right;
  68. width: 800px;
  69. color: #ffffff;
  70. border-bottom: 2px solid #3C71AA;
  71. }
  72.  
  73. #topnav a, #topnav a:visited
  74. {
  75. color: #ffffff;
  76. text-decoration: none;
  77. }
  78.  
  79. #header
  80. {
  81. width: 800px;
  82. height: 150px;
  83. background-image: url(images/x.jpg);
  84. text-align: left;
  85. }
  86.  
  87. #header h1
  88. {
  89. margin: 0px;
  90. font-size: 23px;
  91. width: 800px;
  92. }
  93.  
  94. #page_margins
  95. {
  96. width: 990px;
  97. padding: 0px 10px 0px 10px;
  98. margin-left: auto;
  99. margin-right: auto;
  100. display: block;
  101. }
  102.  
  103. #page
  104. {
  105. width: 990px;
  106. float: left;
  107. padding: 0px 10px 0px 10px;
  108.  
  109.  
  110. }
  111.  
  112. #main
  113. {
  114. float:left;
  115. padding-top: 10px;
  116. background-color:#FFFFFF;
  117. width: 800px;
  118. }
  119.  
  120. #nav_main
  121. {
  122. width: 800px;
  123. background-image: url(images/bg1.gif);
  124. float: left;
  125. border-bottom: 2px solid #3C71AA;
  126. }
  127.  
  128. #nav_main ul, #nav_main ul li
  129. {
  130. margin: 0px;
  131. padding: 0px;
  132. list-style: none;
  133. display: inline;}
  134.  
  135. #nav_main a, #nav_main a:visited
  136. {
  137. display: block;
  138. float: right;
  139. padding: 5px 15px 5px 15px;
  140. text-decoration: none;
  141. color: #000000;
  142. }
  143.  
  144. #nav_main a:hover
  145. {
  146. background-color: #3C71AA;
  147. color: white;
  148. }
  149.  
  150. select, input
  151. {
  152. font-size: 12px;
  153. border: 1px solid #E3E3E3;
  154. }
  155.  
  156. #col1, #col2, #col3
  157. {
  158. float: left;
  159. }
  160.  
  161. #col1
  162. {
  163. width: 198px;
  164. float: left;
  165. padding-left:1px;
  166. border-right: 2px solid #3C71AA;
  167. }
  168.  
  169. #col1 ul
  170. {
  171. margin: 0px;
  172. padding: 0px;
  173. padding-left: 20px;
  174. }
  175.  
  176. #col1 li
  177. {
  178. list-style-image: url(images/nav_arrow.gif);
  179. padding: 5px 0px 5px 0px;
  180. }
  181.  
  182. #col1 li:hover
  183. {
  184. list-style-image: url(images/nav_arrow_over.gif);
  185. }
  186.  
  187. #col1 li a, #col1 li a:visited
  188. {
  189. color: #000000;
  190. text-decoration: none;
  191. }
  192.  
  193. #col2
  194. {
  195. width: 780px;
  196. float: left;
  197. padding: 10px;
  198. border-left: 0px;
  199. border-bottom: 0px;
  200. }
  201.  
  202. #col3
  203. {
  204. position: absolute;
  205. width: 190px;
  206. padding: 5px;
  207. float: left;
  208. margin-left: 812px;
  209. top: 10px;
  210. }
  211.  
  212. #col3 input
  213. {
  214. width: 95px;
  215. }
  216.  
  217. #test
  218. {
  219. color:#ffffff;
  220. padding-left:5px;
  221. height: 194px;
  222. }
  223. #test2
  224. {
  225. padding-left:5px;
  226. font-size: 24px;
  227. font-weight: bold;
  228. }
  229. /*77A1CF
  230. */
  231.  
  232. #col1 h2, #col3 h2
  233. {
  234. width: 91%;
  235. display: block;
  236. border-left: 1px solid #3c71aa;
  237. border-right: 1px solid #3c71aa;
  238. padding-left: 10px;
  239. background-image: url(images/list-back.gif);
  240. margin-top: 0px;
  241. text-decoration:none; font-family:garamond, serif; font-size:18px; white-space:nowrap; color:#000000;
  242. margin-bottom: 8px;
  243. }
  244.  
  245. #rss a , #rss a:visited
  246. {
  247. font-size: 10px;
  248. text-decoration: none;
  249. color: #3C71AA;
  250. }
  251.  
  252. #rss img
  253. {
  254. padding-top: 3px;
  255. padding-right: 3px;
  256. }
  257.  
  258. .featured_listings
  259. {
  260. text-align: center;
  261. margin-left:auto;
  262. margin-right:auto;
  263. }
  264.  
  265. .featured_listings img
  266. {
  267. padding: 2px;
  268. border: 1px solid #cccccc;
  269. }
  270.  
  271. #footer
  272. {
  273. float: inherit;
  274. width: 100%;
  275. padding: 15px 0px 15px 0px;
  276. border-top: 2px solid #77A1CF;
  277. text-align: center;
  278. margin-top: 2px;
  279. background-image: url(images/foot.jpg);
  280. }
  281.  
  282. .search_result_table
  283. {
  284. border-bottom: 1px solid #CCCCCC;
  285. margin-bottom: 10px;
  286. padding: 5px 0px 5px 0px;
  287. }
  288.  
  289.  
  290. /* *** This is internal css for Open-Realty */
  291. .field_caption{
  292.     font-weight:bold;
  293. }
  294. .searchpage_field_caption {
  295. font-weight:bold;
  296. text-align:right;
  297. }
  298. .searchpage_field_caption_row {
  299. font-weight:bold;
  300. text-align:right;
  301. }
  302. .lat_long_header{font-size:12px;}
  303. .view_image {
  304.     text-align:center;
  305. }
  306.  
  307. .image_caption {
  308.     font-size:16px;
  309.     font-weight:bold;
  310. }
  311. .view_user {
  312.  padding-left:5px;
  313. }
  314. .view_user_user_name {
  315.     font-size:14px;
  316.     font-weight:bold;
  317. }
  318. .view_user_user_images {
  319.     float:left;
  320. }
  321. .view_user_user_info {
  322.     float:left;
  323.     padding-left:10px;
  324. }
  325. .view_user_user_hitcount {
  326.     clear:both;
  327. }
  328. .view_user_user_box {
  329.  
  330. }
  331. .no_results { color:red; margin-top:10px;}
  332. /* *** Generated by www.csscreator.com *** */
  333. /* THIS IS SECTION IS FOR VERTICAL MENU */
  334.  
  335. .search_results
  336. {
  337.     width:100%;
  338. }
  339. .result_row_0    { background-color: #f8f8f8; }
  340. .result_row_1    { background-color: #FFFFFF; }
  341. .view_users { width:100%; }
  342.  
  343. .logo h1{
  344.     font-size: 30px;
  345.     color:#333333;
  346.  
  347.     vertical-align: text-bottom;
  348.     margin: 0px;
  349.     margin-top: 10px;
  350.     font-weight: normal;
  351. }
  352.  
  353. .clr{
  354.     clear:both;
  355. }
  356.  
  357. .content{
  358.     position:relative;
  359. }
  360.  
  361.  
  362.  /*printer styles*/
  363. @media print{
  364.     /*hide the left column when printing*/
  365.     #leftcol{display:none;}
  366.     #outer{border-left:0;}
  367. }
  368.  
  369.  
  370.  
  371. /* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
  372. table.page_display
  373. {
  374.     border: 3px;
  375. }
  376. td.page_display
  377. {
  378.     width: 100%;
  379.     vertical-align: top;
  380. }
  381. /* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
  382. table.admin_main
  383. {
  384.     border: 3px;
  385.     width: 100%;
  386. }
  387. td.admin_main
  388. {
  389.     width: 100%;
  390.     vertical-align: top;
  391. }
  392. /* THIS CONTROLS THE ROW COLORS */
  393. td.row1_0    { background-color: #FFFFFF; }
  394. td.row2_0    { background-color: #C2C2C2; }
  395. td.row3_0    { background-color: #FFFFFF; }
  396. .adminListingLeft_0 {
  397.     color: #FFFFFF;
  398.     background-color : transparent;
  399. }
  400. /* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */
  401.  
  402. .browse_tool_table {
  403.     background-color: #FFFFFF;
  404.     width:100%;
  405.     font-size: 11px;
  406.     text-decoration: none;
  407.     color: black;
  408. }
  409. .browse_tool {
  410.     background-color: #FFFFFF;
  411.     font-size: 9px;
  412.     text-decoration: none;
  413.     color: black;
  414. }
  415. .browse_tool_num {
  416.     color: #336699;
  417. }
  418.  
  419. .browse_tool_button A {
  420.     background-color: #FFFFFF;
  421.     font-size: 9px;
  422.     line-height: 10px;
  423.     text-align: center;
  424.     BORDER-COLOR: #000000;
  425.        BORDER-STYLE: outset;
  426.      BORDER-WIDTH: 1px;
  427.     font-weight: bold;
  428.     text-decoration: none;
  429.     color: #000000;
  430.     width: 55px;
  431.     height: 18px;
  432.     display: block;
  433.     padding: 3px;
  434. }
  435.  
  436. .browse_tool_button A:visited {
  437.     color: #000000;
  438. }
  439.  
  440. .browse_tool_button A:hover {
  441.     color: #CCCCCC;
  442.     BORDER-STYLE: inset;
  443.     width: 55px;
  444.     height: 18px;
  445. }
  446.  
  447. .browse_tool_ghost {
  448.     font-size: 9px;
  449.     line-height: 10px;
  450.     color: #aaaaaa;
  451.     text-decoration: none;
  452. }
  453.  
  454.  
  455. .browse_tool_curpage {
  456.     BACKGROUND-COLOR: #f8f8f8;
  457.     color: #CCCCCC;
  458.     width: 24px;
  459.     height: 20px;
  460.     display: block;
  461.     text-align: center;
  462. }
  463.  
  464. .bt_pages {
  465.     font-family: verdana, arial, Helvetica, sans-serif;
  466.     BACKGROUND-COLOR: #D1DEE9;
  467.     text-decoration:none;
  468.     font-size: 9px;
  469.     vertical-align: middle;
  470.     color:    #000000;
  471.     padding: 0px;
  472. }
  473.  
  474. bt_pages_ghost{
  475.     color:    #aaaaaa;
  476.     text-decoration:none;
  477. }
  478.  
  479. A.bt_pages{
  480.     color:    #000000;
  481.     width: 24px;
  482.     height: 20px;
  483.     display: block;
  484.     text-align: center;
  485. }
  486.  
  487. A.bt_pages:visited{
  488.     color: #000000;
  489. }
  490.  
  491. A.bt_pages:hover{
  492.     color:#FFFFFF;
  493.     background: #132975;
  494. }
  495. /* LISTING PAGE DETAILS 'listing_next_prev'  */
  496. .next_prev_listing { margin: 2em 0 2em 3em;  border: 1px solid #a9a9a9; width: 40em; text-align: center; }
  497. .next_prev_listing ul { margin: 1.5em auto; }
  498. .next_prev_listing li { display: inline; padding: .5em 1em; list-style-type: none; }
  499. .count, .listing_xy { width: 100%; background-color: #dcdcdc; clear: both; padding: .5em 0; }
  500. /* css for tabbed pages */
  501. .dynamic-tab-pane-control.tab-pane {
  502.     position:    relative;
  503.     width:        100%;        /* width needed weird IE bug */
  504.     margin-right:    -2px;    /* to make room for the shadow */
  505. }
  506. .dynamic-tab-pane-control .tab-row .tab {
  507.     width:                70px;
  508.     height:                16px;
  509.     background-image:    url( "{template_url}/images/tab.png" );
  510.     position:        relative;
  511.     top:            0;
  512.     display:        inline;
  513.     float:            left;
  514.     overflow:        hidden;
  515.     cursor:            Default;
  516.     margin:            1px -1px 1px 2px;
  517.     padding:        2px 0px 0px 0px;
  518.     border:            0;
  519.     z-index:        1;
  520.     font:            11px Tahoma;
  521.     white-space:    nowrap;
  522.     text-align:        center;
  523. }
  524. .dynamic-tab-pane-control .tab-row .tab.selected {
  525.     width:                74px !important;
  526.     height:                18px !important;
  527.     background-image:    url( "{template_url}/images/tab.active.png" ) !important;
  528.     background-repeat:    no-repeat;
  529.     border-bottom-width:    0;
  530.     z-index:        3;
  531.     padding:        2px 0 0px 0;
  532.     margin:            1px -3px -3px 0px;
  533.     top:            -2px;
  534.     font:                11px Tahoma;
  535. }
  536. .dynamic-tab-pane-control .tab-row .tab a {
  537.     font:                11px Tahoma;
  538.     color:                Black;
  539.     text-decoration:    none;
  540.     cursor:                default;
  541. }
  542. .dynamic-tab-pane-control .tab-row .tab.hover {
  543.     font:                11px Tahoma;
  544.     width:                70px;
  545.     height:                16px;
  546.     background-image:    url( "{template_url}/images/tab.hover.png" );
  547.     background-repeat:    no-repeat;
  548. }
  549. .dynamic-tab-pane-control .tab-page {
  550.     clear:            both;
  551.     border:            1px solid rgb( 145, 155, 156 );
  552.     background:        #ffffff;
  553.     z-index:        2;
  554.     position:        relative;
  555.     top:            -2px;
  556.     font:                11px Tahoma;
  557.     color:                Black;
  558.     padding:        10px;
  559. }
  560. .dynamic-tab-pane-control .tab-row {
  561.     z-index:        1;
  562.     white-space:    nowrap;
  563. }

Thank You for looking
Feb 13 '09 #1
0 2781

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: Max M | last post by:
I am writing a "find-free-time" function for a calendar. There are a lot of time spans with start end times, some overlapping, some not. To find the free time spans, I first need to convert the...
3
by: Phil Sandler | last post by:
All, I have a table with start and end dates/times in it, and would like to be able to calculate the number of hours represented, accounting for overlapping records. Note that I am looking...
0
by: Bruce | last post by:
Hello, Back in the Access 97 days, if I had two texboxes on a form or report that overlapped, and I selected both and did a Format, Align, Top from the menu in design view, the controls would...
4
by: David Thorp | last post by:
New to this list (first post), and relatively new to C, so hi everyone... If anyone can help me with this I'll be most grateful... The following code is from a rather elaborate (for me) program...
3
by: Fahad Aijaz | last post by:
Can any one tell me how can I create overlapping images using ASP.NET. That is, One rectangle drawn as a background image and then another image is placed over it. If the upper image gets...
5
by: Gernot Frisch | last post by:
Hi, I have a site: http://www.glbasic.com/bugs.htm where 2 divs (class = "outer") overlap in Firefox. In IE it looks good (although the text part has a too large distance from the header...)...
4
by: Charlie Brown | last post by:
I have a form with 2 custom controls that can be dragged around by a user. How can I check if they overlap each other without performing some kind of Collision detection on them? Is there...
4
by: =?ISO-8859-15?Q?Jean=2DFran=E7ois?= Lemaire | last post by:
Hello all, I'm learning C and I still am struggling to understand some basic concepts. For example, I read in the standard that with functions such as strcpy, 'If copying takes place between...
2
by: monadel | last post by:
I have a problem with checking the overlapping date. Basically I am developing a database using MS Access (VB scripts) and SQL queries. I have 2 tables which are empTable and empLeaveTable. In a...
3
by: cowboyrocks2009 | last post by:
Hi, I am trying to write a Java program to plot rectangles with different colors side by side non overlapping but unfortunately I am unable to do that as of now. Suppose I want to create 3...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.