in reply to Re^2: CB sidebar auto-expansion problem
in thread CB sidebar auto-expansion problem
Though probably it's possible to tunnel this into the CSS settings in Display Settings...
Tried setting this attribute via CSS:
#talkbox { autocomplete: "off"; }
Nope. I can set it via the firebug console or via JS, but this attribute doesn't show up in the style tab in firebug. It is present in the DOM though. So, this property cannot be set via CSS, it would seem, otherwise than with some hack -which is sensible, since this attribute is not about style, but behavior of some element. Shoehorn JavaScript into CSS... uh.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CB sidebar auto-expansion problem
by LanX (Saint) on Mar 28, 2017 at 02:19 UTC |