SlodgerBlog

That went as well as could be expected, didn’t it?

Layout Fix

Posted on October 24th, 2005, by Mike, in Blog

Layout Fix

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.

2 Responses to “Layout Fix”

  1. Rich Boakes Says:

    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; }

  2. Mike Says:

    Thanks Rich, I’ve implemented your suggestion.

Leave a Reply