Layout Fix
Posted on October 24th, 2005, by Mike, in Blog
The layout of the main page with article excerpts has been somewhat erratic, with the excerpt text sometimes appearing alongside the icon as it is supposed to and sometimes underneath the icon. It was even correct for some articles and not for others on the same page.
After some investigation and with assistance from Rich I have implemented a fix which seems to be doing the trick.
Please tell me if you spot any more incidences and I’ll investigate further.
November 3rd, 2005 at 11:55 am
I think I have it sussed. Make your text and image different classes.
.depicticonTable { display:block; }
.depicticonImage { display:inline; float: left; min-width: 120px;}
.depicticonText { display:table-cell; }
November 3rd, 2005 at 10:09 pm
Thanks Rich, I’ve implemented your suggestion.