I reread the spec and it does say that zoom is good enough. jQuery itself applies zoom in IE when fading for this very reason. However, as we can plainly see that's not always enough for IE 8 (it...
Type: Posts; User: jscheuer1; Keyword(s):
I reread the spec and it does say that zoom is good enough. jQuery itself applies zoom in IE when fading for this very reason. However, as we can plainly see that's not always enough for IE 8 (it...
It needs to be laid out differently for IE 8 and less. Here's one way:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
span {display: inline-block;}
</style>