Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS3 Graphs Align Bottom Re: CSS3 Graphs Align Bottom

#106202
TheSisb
Member

Bumping for new solution. The key is in using display:inline-block, which defaults to vertical-align:bottom;.
Then I add a empty bar of width:0; and height:100%; to force the rest all the way down.