Gregory's Blog

CSS related posts

Implementing a Kendo Virtualized Grid with ColdFusion - Part 2, Server-Side Logic

Implementing a Kendo Virtualized Grid with ColdFusion - Part 2, Server-Side Logic

Gregory Alexander, CSS

In this article, we will analyze the server-side logic that we are using to populate a Kendo virtualized grid.
Read More...
Using top: auto will not work when vertically aligning text within multiple block level elements.

Using top: auto will not work when vertically aligning text within multiple block level elements.

Gregory Alexander, Tech

Using top: auto, margin: auto, margin-top: -50%, etc, will not work when vertically aligning text within multiple block level elements. The problem with these css declarations in block level elements is that the values would be calculated as zero when they are calculated relative to the width of outer blocks.
Read More...