fullcalendar - <Color Style> in HTML in Option... Correct Way? -
i trying use option style colors. thus, have used code below:
<option style="color:#0071c5;" value="#0071c5">◼ dark blue</option> however, color $#9724 comes in black. should dark blue. thought style , color used without css being brought.
am missing something? trying learn jamel baz mentioned. http://jamelbaz.com/tutos/integration-de-fullcalendar2-php-mysql
all seems working, not color in modal view.
anyway, link reference.
is syntax incorrect bring color?
thank , have day!
you can not apply style "color" & "background-color" <option> element, it's rendered os not browser, see this:
Comments
Post a Comment