Thursday, May 01, 2003
OK, I was working on my moms pages which will mostly be image index pages for her various crafts. My original idea was to have a series of divs each containing a thumbnail over the name over an optional description. These divs would then wrap themselves like text to fit the window. This worked in IE5.5, however, this behaviour is not part of the CSS 1 or 2 specs so it does not work in Mozilla. Hopefully this will become part of the CSS 3 spec as the inline-block display property. Until then I'm using the table-cell and table-row properties to get the look I want. I know, I know, this doesn't work properly in IE5.5 and I could use actual tables instead, but this is the way I want to do it right now. At least the code is generated by a script so if I decide to change it I only have to do so in one place.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment