Torsten Bronger wrote:
>>img[src^="eqn-"] { white-space: nowrap; }
>
> Unfortunately, this only applies to elements *within*
> <img> but not to its borders.Try the + and ~ selector <http://www.w3.org/TR/css3-selectors/>, e.g.: * + img[src^="eqn-"], * ~ img[src^="eqn-"] { white-space: nowrap; } Mozilla might or might not support + and ~
