On Jul 1, 2011, at 11:37 AM, Brian M. Curran wrote:

> I suspect I have a position command problem with my Facebook widget, 
> at the bottom of this page:
> 
> http://www.draftingservices.com/3d-laser-scanning.html
> 
> (it's top aligned, while my other two widgets are bottom aligned)
> 
> Does the iframe receive css styling from some other source than what 
> is included in the code I have in my web page html? - When I inspect 
> the widget using firebug, this seems to be the case.



From: Philippe Wittenbergh

That widget specifies a height of '90px' for the iframe, whereas the 2 other
widgets specify a height of 60px; the behaviour you see is then normal. All
3 widgets rest on the same baseline. If you can't change the code for those
iframe, you could specify 'vertical-align: top' for the 3 widgets.
BTW - you wrap those widgets in a <p> That is invalid html, you should use a
<div> instead.






I didn't think to look at the height. Thanks, resizing to 60px worked!
--
Brian =)







______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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