Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old August 13th, 2008, 08:04 AM
Member
 
Join Date: Mar 2008
Posts: 58
Default Need a scroll button

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., similar to frame with scroll button.

but i dont want to do this using frame since i need to refresh the new content in the same page.,

and i also dnt want the whole page to come inside the frame.,

any ideas??

regards
vijay
Reply
  #2  
Old August 24th, 2008, 09:36 AM
Dormilich's Avatar
Expert
 
Join Date: Aug 2008
Location: Leipzig, Germany
Age: 31
Posts: 633
Default

I would place the items (I suppose they are links, right?) in a div and let the scrolling happen whenever it is needed by the browser (you never know what the window size of a user is, because some like their windows large and some not). if the list exends over the visible area, scrolling will appear.
If you want the top 10 items always on top use a div with position: fixed (though not working in IE, there you probably need javascript)
Reply
  #3  
Old August 26th, 2008, 07:21 PM
Newbie
 
Join Date: Aug 2008
Posts: 17
Default

try 'overflow' properties in css it will helps u right?

accept pain......
ilaya
Reply
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles