Hi,
I have encountered a problem about this topic.Background image couldn't be showed when using inline style.However, using external css file is just fine.
Could someone help me to figure it out? The file date.png is stored in the current package with the .fxml file which contains code snippets below.
I also found when I put a .fxml file into <fx:include ... />, its external css will lose. I haven't figured it out for serveral days.
Thank you for helping me.
<HBox prefHeight="26.0" prefWidth="1024.0" style="-fx-background-image:url('date.png');" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/2.2">
</HBox>