Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Javascript からロードするウィジェットを微調整しようとしています。jQueryを使用してスタイルを変更しています。
奇妙な動作をしているテキストボックスがあります。カーソルはボックスの左側に留まり、ユーザーが入力するとテキストが右側に流れます。テキストをクリックすると、カーソルが正常に動作します。
誰がこれを引き起こしているのか知っていますか? 「方向」プロパティを変更しようとしましたが、役に立ちません。
ありがとう
私はあなたのcssが text-align:right を持っていると思います
これを試して
text-align:left !important