scroll-bars

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 ? ...

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 box. Whenever I display new data, the vertical scrollbar moves up; it must come down (scroll down), The written code: CString temp; stat...

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" frameborder="1" scrolling="auto"></iframe> </td> I have don't see any scoll bar, either vertically or horizontally. Any ideas? Thanks ...