Click to See Complete Forum and Search --> : Cursor Problem!!!


jjudge
04-08-2003, 04:32 AM
I have a page with multable text boxes. The background is blue and the text colour is white. My problem is that when you click on a text box you can hardly see the flashing cursor and when you press tab it is very difficult to see where exactly the cursor has moved to!!! I was wondering if there is any way I can change the flashing cursor to a different colour so I can see it better ? ? ?

Thanks for your time,
James

Nevermore
04-08-2003, 05:42 AM
No, but you can change the text box background colour. Is that any good?


<style>
input {
background-color:black;
color: white;
</style>


If you put that in the head of the document, you will have black text boxes with white text.