chrislondon / 9-Patch-Image-for-Websites

UNMAINTAINED -- Javascript file to allow 9 patch images on the web. For a more detailed explanation of 9-patch images read here: http://developer.android.com/guide/topics/graphics/2d-graphics.html#nine-patch
88 stars 30 forks source link

How to handle no javascript? #9

Closed chrislondon closed 12 years ago

chrislondon commented 12 years ago

There's nothing our javascript file can do to handle no javascript. The user would be wise to use a no script include of additional css to change the 9 part elements. Example:

<noscript> <link rel="stylesheet" href="css/noscript.css" type="text/css"> </noscript>