 Thread Author
# 1

05-25-2010, 07:36 AM
|
| CrackBerry Newbie | | Join Date: May 2010 Posts: 1 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
Deal with HUGE scroll?
Hi everyone,
I'm now trying to adapt a website for the blackberry browser, and I've got some problems with their huge product's list.
By a «huge list» I mean that the content is really long, then the user need to scoll for a while before reaching the end of the page.
The web site is built in asp, each items take two lines, so at first I've try to show only the name of the product and hide the others informations, to make it appear on a mouseover with a tooltips in javascript... But my version(4.5.0) doesn't support the dynamic javascript...
Then I try to group informations in some <select> list, but Its still take too much place: width="50" or style="width:50px;" seem to be not supported on <select> items by my blackberry version too...
I don't figure out how to optimize this list, all my solutions only works on pc browser, so if anyone got a solution to that problem, thanks a lot!!! |