Up and Down Arrow Entities ?

All that relates to Javascript, CSS, HTML, ....
BeanieBots
Posts: 344
Joined: Tue Jun 21, 2022 2:17 pm
Location: South coast UK
Has thanked: 182 times
Been thanked: 112 times

Re: Up and Down Arrow Entities ?

Post by BeanieBots »

Could you not change font to 'wingdings' and use those arrows?
The font includes arrows at 45 degrees so you could even indicate rate of change.
User avatar
Electroguard
Posts: 855
Joined: Mon Feb 08, 2021 6:22 pm
Has thanked: 273 times
Been thanked: 321 times

Re: Up and Down Arrow Entities ?

Post by Electroguard »

Yeah, that may be worth a try, thanks.
BeanieBots
Posts: 344
Joined: Tue Jun 21, 2022 2:17 pm
Location: South coast UK
Has thanked: 182 times
Been thanked: 112 times

Re: Up and Down Arrow Entities ?

Post by BeanieBots »

Alternatively:-
"-moz-transform: rotate(-90deg);"
works on both textbox$ and textarea$ but only for Firefox.
User avatar
Electroguard
Posts: 855
Joined: Mon Feb 08, 2021 6:22 pm
Has thanked: 273 times
Been thanked: 321 times

Re: Up and Down Arrow Entities ?

Post by Electroguard »

No, web page transformations and changes on multiple areas of page is not viable - it needs to be text var update in textbox$ and forget, cos anything and everything that happens must be triggered by change of textbox$ variable... which in fact is from incoming udp weather info change notified by weather server.
Post Reply