couple of questions:
1. how do you assign a title via a stylesheet as the below doesn't work:
<input type=text class=showHelp>
.showHelp{
title: "hello there"
}
2. I want a background-image to take up the last 3px of a text field (which I can do) but I don't want the users input to go over it.
bit stuck
Cheers
Tim
1. how do you assign a title via a stylesheet as the below doesn't work:
<input type=text class=showHelp>
.showHelp{
title: "hello there"
}
2. I want a background-image to take up the last 3px of a text field (which I can do) but I don't want the users input to go over it.
bit stuck
Cheers
Tim