javascript - Applying fallback styles for background images when images have been disabled -


say user (for whatever reason) has set browser disable downloading of images. can cause few problems if interactive element, such buttons, links etc image based.

i'm looking nice fallback if user has disabled images style applied button still visible. i.e background colour.

all of usual fallbacks i.e stacking background properties, don't work because browser still supports them regardless of whether images have been turned off or not.

any ideas on how can go creating fallback?


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -