Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!

saved by37 people, first byGlenn on 2006-07-25, last byMatthew Heinrich on 2008-08-05

  • A CSS property written with the underscore on the start is visible for
    Internet Explorer (all versions but IE 7), property with # on the start is
    visible for all IE version (IE7 included). But such written property is invisible for any other standard browser (e.g.
    Explorer interprets _position: absolute; unlike other browsers).
  • on 2006-07-25 Dalziel
    making vertical align work in all browsers without tables
  • on 2006-08-02 Garyburge
    Though there is a CSS property vertical-align, it doesn't work like attribute valign in HTML tables.
  • on 2006-08-23 Bluecockatoo
    How to get this to work in IE AND FireFox. Love how the methods are completely different. geeze.
  • on 2007-10-01 Kooala
    垂直置中在 css 中真是件該死的傻事...
    後來我都放棄了,全部用table的valign

    沒辦法,定位的立意良好,不過在不同的瀏覽器中就暈了