473,403 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

need a sidebar which should scroll

i need a sidebar which should scroll the blog i want help with http://interviewblogs.wordpress.com
Apr 28 '13 #1
1 1540
Use
Expand|Select|Wrap|Line Numbers
  1. overflow:scroll
in your css file

Demo is shown below:-

Expand|Select|Wrap|Line Numbers
  1. <html>
  2.  
  3. <body>
  4.  <style type="text/css">
  5. .search-result{
  6.  
  7.     height: 150px;
  8.     width: 205px;
  9.     border: 1px solid;
  10.     overflow: scroll;
  11. }
  12. .search-result .filter{
  13. margin-top: 30px;
  14. float: left;
  15. word-wrap: break-word;
  16. padding: 5px 10px;
  17. line-height: 15px;
  18. background-color: white;
  19.  </style>
  20.     <div class="search-result">
  21.                         <div class="filter">
  22.                             <h3>Filters Applied</h3>
  23.                             <div class="source">Gender</div>
  24.                             <div class="user-list">
  25.                                 <span><input type="checkbox" name="gender" class="radio" value="Male" /> Male</span>
  26.                                 <span><input type="checkbox" name="gender" class="radio" vlaue="Female" /> Female</span>
  27.                             </div>
  28.                             <div class="source">Country</div>
  29.                             <div class="user-list">
  30.                                 <span><input type="checkbox" value="India"> India</span>
  31.                                 <span><input type="checkbox" value="USA"> USA</span>
  32.                                 <span><input type="checkbox" value="UK"> UK</span>
  33.                                 <span><input type="text" value="Enter another country"></span>
  34.                             </div>
  35.  
  36.     </div>
  37.  
  38.  
  39. </body>
  40.  
  41. </html>
  42.  
  43.  
Aug 23 '13 #2

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

Similar topics

3
by: Devonish | last post by:
I have a form designed as a Continuous form which displays one record per line. Taking account of the header and footer and the size of the screen, I can display 30 records at a time. I can see...
2
by: Grey | last post by:
I have designed a ASP.NET form with many controls, so it needs to scroll down with the scroll bar. My question is when I press "add" button in datagrid(the datagrid was located at the bottom of the...
0
by: Jennyfer J Barco | last post by:
Hello I have a datagrid and I'm showing many records. I need 2 things: I need that everytime they scroll down, the header stays lock so the user can see it all the time. I need to scroll only the...
1
by: Jennyfer J Barco | last post by:
Hello again I have a datagrid and I'm showing many records. I need 2 things: I need that everytime they scroll down, the header stays lock so the user can see it all the time. I need to scroll...
0
by: Jennyfer J Barco | last post by:
Hello, I have a aspx page and in the html have the following with the property scroll set to "no". here is the code: <body leftMargin="0" topMargin="0" scroll="no" onload="SetFocus()"> <form...
1
by: JC | last post by:
I'm sure you've all seen the save scroll position from 4 guys from rolla which can be found here > http://aspnet.4guysfromrolla.com/articles/111704-1.aspx BUT try to get that to work AND still be...
0
by: PS Avvakoumides | last post by:
I found a program once which worked but have since lost it. Any help
3
subashini Thiyagarajan
by: subashini Thiyagarajan | last post by:
Hi, In an Existing Flash template i need to create a vertical scrollbar ,,so that if the content is more in a defined space,we can scroll and see the content... how to do can any one help me...
6
by: =?Utf-8?B?U2hhcm9u?= | last post by:
I'm using the VScrollBar and set it as follow: m_vScrollBar.Minimum = -19602; m_vScrollBar.Maximum = 0; m_vScrollBar.SmallChange = 1; m_vScrollBar.LargeChange = 1089; m_vScrollBar.Value =...
5
by: vjayis | last post by:
Hi i hav a list of 20-30items from which another page is called in the same window., i need to display it in a fixed size such tht 10items are listed fixed and others are viewed by scrolling.,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.