well i believe css could well be used... :)
well i believe css could well be used... :)
You could create classes to style the entries, which, in my personal opinion, is preferred over direct hacking of the code, since future upgrades my result in having to re-hack the code all over again.
Example classes:
.ucase { text-transform: uppercase;}
.lcase { text-transform: lowercase;}
You could use these classes in many ways:
< span class="ucase" >
< p class="lcase" >
< h2 class="ucase" >
and so on.
though i doubt it will change the case of the text in the tool tip! :S
The Wiki needs food, badly.
I use css to style my titles already.
You could create classes to style the entries, which, in my personal opinion, is preferred over direct hacking of the code, since future upgrades my result in having to re-hack the code all over again.
I did not hack any code..
Why spend all day setting up nice styles for my tool tips? I just simply wanted all the titles in lowercase :)
a layer in place of a tooltip?
god save me...
OK if I add that bit of code to my main page or somewhere can everything i type come up in lower case?
This topic has been closed to new replies.