Hi André, > Ivan, if you switch your icon-state-matrix from a vertical to a > horizontal layout and give the containing div or whatever it is a fixed > width (which it should already have, anyways), you won't get that > problem at any font size.
The only problem with this is the little fade-to-white gull effect on the right side. As it stands, the structure of the action statements is this: <li> <div class="action-something"><h1><a href="#">I want .... OpenOffice.org</a></h1> <p><a href="#">Blah blah blah</a></p></div> </li> The <li> style contains the general rollover effect (reused for all list items), and the individual div style includes just the icon and its mouseover state. Could this be simplified perhaps? (I can't come up with any other way, and this setup helps keep file sizes low) > Thinking about it...why don't you just give it a fixed height? ;-) Wouldn't this restrict the amount of text displayed in each <li> item if the text size is increased? Maybe proportional width instead of fixed width for the action statements would be better? > André. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
