Forum Replies Created
-
AuthorPosts
-
May 17, 2024 at 10:12 am in reply to: Urls with trailing slashes to redirect to canonical urls #48202
sabbella
ParticipantYou cannot access this content.
May 17, 2024 at 9:40 am in reply to: Urls with trailing slashes to redirect to canonical urls #48200sabbella
ParticipantYou cannot access this content.
sabbella
ParticipantYou cannot access this content.
sabbella
ParticipantYou cannot access this content.
sabbella
ParticipantOk thank you Ernest!
sabbella
ParticipantHi Ernest,
I fix it with this:legend{display:table; /* Enable line-wrapping in IE8+ */
white-space:normal; /* Enable line-wrapping in old versions of some other browsers */}Thank you,
sabbella
ParticipantOk, I understand Ernest, but in other browsers this fields looks ok, the problem is only with IE
Thank you
sabbella
ParticipantYou cannot access this content.
sabbella
ParticipantWorks perfectly! thank you very much Ernest 🙂
sabbella
ParticipantHello again Ernest,
After thinking about it, I think the problem could be here:
$(‘select’).on(‘change’, function(){
That code tells “on change” to change the color; but when a search is done there is “no change”, the field comes as it is, so it doesn’t keep the color.
sabbella
ParticipantOk thank you Ernest 🙂
sabbella
ParticipantThank you Ernest; it works better, but maintains the grey color if an option is selected (after clicking the return button) instead of let the grey color for no-choosen option
sabbella
ParticipantP.S. Also, you have to select first one option and then the ||Any value** to get ||Any value** coloured (grey). By default ||Any value** appears black instead of grey
||Any value**
sample_value1||Sample Label 1
sample_value2||Sample Label 2sabbella
ParticipantHi Ernest, it works in the moment when selecting the options, but not after clicking the search button (the search form doesn’t keep the color with the selected option)
Thank you very much,
sabbella
ParticipantHi Ernest,
Something like this?
https://stackoverflow.com/questions/8635317/how-do-change-the-color-of-the-select-boxs-option-text
http://jsfiddle.net/fMQeq/472/Or maybe giving a color background if selected?
Thank you,
-
AuthorPosts