Tabs problem

Reply

Join Date: Jun 2009
Posts: 14
Reputation: Serellyn is an unknown quantity at this point 
Solved Threads: 2
Serellyn Serellyn is offline Offline
Newbie Poster

Tabs problem

 
0
  #1
Jun 15th, 2009
Dear people,

I've downloaded a template today because I'm not much of a designer.
The problem now is, there are tabs on the template, html/css based, but I can't get them to work.

Can anyone help me with this, so that it works properly?
The code below is the whole tab section.

HTML and CSS Syntax (Toggle Plain Text)
  1. <!--[if !IE]>
  2. start section<![endif]-->
  3. <div class="section">
  4.  
  5. <!--[if !IE]>
  6. start title wrapper<![endif]-->
  7. <div class="title_wrapper">
  8. <span class="title_wrapper_top"></span>
  9. <div class="title_wrapper_inner">
  10. <span class="title_wrapper_middle"></span>
  11. <div class="title_wrapper_content">
  12. <h2>Search:</h2>
  13. <ul class="section_menu left">
  14. <li><a href="#" class="selected_lk"><span class="l"><span></span></span><span class="m"><em>Orders</em><span></span></span><span class="r"><span></span></span></a></li>
  15. <li><a href="#"><span class="l"><span></span></span><span class="m"><em>Products</em><span></span></span><span class="r"><span></span></span></a></li>
  16. <li><a href="#"><span class="l"><span></span></span><span class="m"><em>Members</em><span></span></span><span class="r"><span></span></span></a></li>
  17. <li><a href="#"><span class="l"><span></span></span><span class="m"><em>Site Pages</em><span></span></span><span class="r"><span></span></span></a></li>
  18. </ul>
  19. </div>
  20. </div>
  21. <span class="title_wrapper_bottom"></span>
  22. </div>
  23. <!--[if !IE]>
  24. end title wrapper<![endif]-->
  25.  
  26. <!--[if !IE]>
  27. start section content<![endif]-->
  28. <div class="section_content">
  29. <span class="section_content_top"></span>
  30.  
  31. <div class="section_content_inner">
  32. <form action="#" class="search_form">
  33. <!--[if !IE]>
  34. start fieldset<![endif]-->
  35. <fieldset>
  36. <!--[if !IE]>
  37. start forms<![endif]-->
  38. <div class="forms">
  39. <h3>Search by order info</h3>
  40. <!--[if !IE]>
  41. start row<![endif]-->
  42. <div class="row">
  43. <label>Order ID Nr.:</label>
  44. <div class="inputs">
  45. <span class="input_wrapper"><input class="text" name="" type="text" /></span>
  46. </div>
  47. </div>
  48. <!--[if !IE]>
  49. end row<![endif]-->
  50.  
  51. <!--[if !IE]>
  52. start row<![endif]-->
  53. <div class="row">
  54. <label>Display:</label>
  55. <div class="inputs">
  56. <ul>
  57. <li><input class="radio" name="" type="radio" value="" /> all orders</li>
  58. <li><input class="radio" name="" type="radio" value="" /> pending</li>
  59. <li><input class="radio" name="" type="radio" value="" /> unshipped</li>
  60. <li><input class="radio" name="" type="radio" value="" /> shipped</li>
  61. </ul>
  62.  
  63. </div>
  64. </div>
  65. <!--[if !IE]>
  66. end row<![endif]-->
  67.  
  68. <!--[if !IE]>
  69. start row<![endif]-->
  70. <div class="row">
  71. <label>Price between:</label>
  72. <div class="inputs">
  73. <ul>
  74. <li><span class="input_wrapper medium_input"><input class="text" name="" type="text" /></span></li>
  75. <li>and</li>
  76. <li><span class="input_wrapper medium_input"><input class="text" name="" type="text" /></span> </li>
  77. </ul>
  78. </div>
  79. </div>
  80. <!--[if !IE]>
  81. end row<![endif]-->
  82.  
  83. </div>
  84. <!--[if !IE]>
  85. end forms<![endif]-->
  86.  
  87.  
  88.  
  89. </fieldset>
  90. <!--[if !IE]>
  91. end fieldset<![endif]-->
  92.  
  93.  
  94. </form>
  95. </div>
  96.  
  97. <span class="section_content_bottom"></span>
  98. </div>
  99. <!--[if !IE]>
  100. end section content<![endif]-->
  101. </div>
  102. <!--[if !IE]>
  103. end section<![endif]-->
Last edited by Serellyn; Jun 15th, 2009 at 7:18 am.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 14
Reputation: Serellyn is an unknown quantity at this point 
Solved Threads: 2
Serellyn Serellyn is offline Offline
Newbie Poster

Re: Tabs problem

 
0
  #2
Jun 15th, 2009
By the way, maybe this helps.
I'm talking about this page
http://www.serellyn.net/template/admin-panel/

Now you can access the whole code.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 14
Reputation: Serellyn is an unknown quantity at this point 
Solved Threads: 2
Serellyn Serellyn is offline Offline
Newbie Poster

Re: Tabs problem

 
0
  #3
Jun 16th, 2009
Anyone?
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 302
Reputation: sreein1986 is an unknown quantity at this point 
Solved Threads: 33
sreein1986's Avatar
sreein1986 sreein1986 is offline Offline
Posting Whiz

Re: Tabs problem

 
0
  #4
Jun 16th, 2009
I think given code doesn't have Style sheet(CSS file) for tab menu, please check once if have the CSS file please send it
Last edited by sreein1986; Jun 16th, 2009 at 8:36 am.
Thanx,
Shiriyal

http://shiriyal.blogspot.com/
if you problem solved add me as a reputation and mark it mark as solved
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 14
Reputation: Serellyn is an unknown quantity at this point 
Solved Threads: 2
Serellyn Serellyn is offline Offline
Newbie Poster

Re: Tabs problem

 
0
  #5
Jun 16th, 2009
Originally Posted by sreein1986 View Post
I think given doesn't have Style sheet(CSS file) for tab menu, please check once if have the CSS file please send it
The CSS can be found at
http://www.serellyn.net/template/adm...admin-dark.css
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 302
Reputation: sreein1986 is an unknown quantity at this point 
Solved Threads: 33
sreein1986's Avatar
sreein1986 sreein1986 is offline Offline
Posting Whiz

Re: Tabs problem

 
0
  #6
Jun 18th, 2009
Please check the below you get the solution for you problem

http://www.dynamicdrive.com/
Thanx,
Shiriyal

http://shiriyal.blogspot.com/
if you problem solved add me as a reputation and mark it mark as solved
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC