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

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -