Is there an alternative to CSS?

后端 未结 21 2257
忘掉有多难
忘掉有多难 2021-01-30 02:26

Is there a style sheet formatting language alternative to CSS? Or is CSS the current single language for doing Style Sheet formatting type things?

I looked at the wr

21条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-30 02:29

    An alternative a long time ago JavaScript Style Sheets (JSSS) was a stylesheet language technology proposed by Netscape , if anyone interested i'll drop you some links http://en.wikipedia.org/wiki/JavaScript_Style_Sheets

    here is the proposal http://www.w3.org/Submission/1996/1/WD-jsss-960822 i think this was a good idea but sadly css won, but maybe some parts got integrated with javascript??

    Also maybe instead of using css you could use svg for some text effects look at the examples
    http://msdn.microsoft.com/en-us/ie/hh410107.aspx
    and some animations
    http://svg-wow.org/text-effects/text-effects.xhtml
    some buttons effects https://www.svgopen.org/2008/papers/86-Achieving_3D_Effects_with_SVG/
    here is a cooleer example for styling text you should look at this http://www.hongkiat.com/blog/scalable-vector-graphics-text/

提交回复
热议问题