Skip to main content

Vertical Centering in CSS

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Groups (1)

  • css

    CSS Evangelist

    212 members,392 bookmarks

    a collection of resources of all things CSS- Include how-tos, articles, resources, tools, etc...

Related Lists

Public Comment

on 2006-07-25 by dalziel

making vertical align work in all browsers without tables

on 2006-08-02 by garyburge

Though there is a CSS property vertical-align, it doesn't work like attribute valign in HTML tables.

on 2006-08-23 by bluecockatoo

How to get this to work in IE AND FireFox. Love how the methods are completely different. geeze.

on 2007-10-01 by kooala

垂直置中在 css 中真是件該死的傻事... 後來我都放棄了,全部用table的valign 沒辦法,定位的立意良好,不過在不同的瀏覽器中就暈了

Public Sticky notes

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).

Highlighted by kenyth