Saturday, August 17, 2013

Override an inline CSS style

Override an inline CSS style

I'm using Twitter's typeahead script to autosuggest with my search form.
However, the script generates its own CSS styles, which I can't seem to
override. You can see the problem here:
http://bahcalculator.org/dev/nano.php. I tried to create a copy of the
style .tt-hint within my style sheet, but the inline style is overriding
it. How can I make .tt-hint inherit the styles from my form?

No comments:

Post a Comment