|
abbeyvet -> RE: Changing text box backgrounds... (7/18/2002 19:28:07)
|
I am blessed with excellent sight. I can read newspapers easily at a few feet, or up close. I mention this because not without giving myself the most severe eyestrain could I read a thing on your pages. It' s not just small, its TINY!! There are some lines, eg on the about page, that I can barely discern are text - something in very pale brown beneath the green writing on the left. There is a set of links on the links page that are not only small but diagonal and I cannot read them either, at least not without great difficulty. It' s a great concept and has a nice look, but if you expect anyone to actually use ot you will have to do something about the text size. BTW, if it is the background of a form text box or input box you are talking about you can put an image there using CSS. The line in your css, to put it in both, would look like this: input, textarea {background-image:url(' http://www.thesite.com/images/image.jpg' ) } You need to change the url to the image obviously.
|
|
|
|