On 3/27/14, 9:25 AM, Colin (Sandy) Pittendrigh wrote:
Thank you.

I tried all of the above (hadn't noticed there was inline CSS in the h3, so
I zapped that no matter what).
display:inline-block and vertical-align:top didn't do much in Chrome on
Mint linux.

the min-height: 3em for p.robonav (Tom Livingston's suggestion) did do what
I wanted.


On Thu, Mar 27, 2014 at 10:06 AM, David Hucklesby <[email protected]>wrote:

Not too sure what you are aiming at, but try this:

- Take the "float:left" out of the <h3> above the gallery, allowing it to
occupy the full width

- Take the "float:left" and "min-height:3em" out of p.robonav, replacing
them with "display:inline-block"


Hmm. Sounds like you didn’t take the "float:left" out of p.robnav. That makes a
whole lot of difference in any browser. :)

FWIW I mostly avoid floats. There are better alternatives, IMHO.
--
Cordially,
David


______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to