Tagged Questions
The scroll-bars tag has no wiki summary.
3
votes
1answer
3k views
Is it possible to hide the scroll bar on an HTML textarea element?
Is it possible to hide the scroll bar on an HTML textarea element using CSS or any other means ?
1
vote
1answer
82 views
How to reliably detect position of scrollbar and if at bottom
For some reason I cannot get this scrollTop to behave like I would expect. Why is it returning 0. The first two calls to outerheight and scrollheight return 250 which is the pixel height of the col.
...
0
votes
2answers
3k views
iframe scroll bar not appearing in IE7
I have the following code:
<td colspan="7"height=200 valign="top">
<iframe id="myframe" name="myframe" src="index.php?page=1" width=810 height="100" marginheight="0" marginwidth="0" ...
0
votes
1answer
1k views
Handling scroll bars in VC++ 6.0 and MFC
Hai in vc++6.0 MFC, i connected a serial port, while reading and displaying a data(i want to display date and time ) in edit box (IDC_EDIT1),
My problem is I used a vertical scrollbar in the edit ...