PDA

View Full Version : 2 margin problems


iamglenn
06-09-2006, 05:26 AM
Nice to meet you all!:thumbsup:

I am almost finished with this layout, but have two small problems holding me back!

2 problems:
-I want the Mailing list text and form to be vertically aligned to the center of the yellow box.
-In IE, the iframe has a horizontal scrollbar that doesn't show in FF. I would like that removed and displayed just as shown in FF.

Here is the URL: www.iamglenn.com/daniel

Hopefully it's a quick fix and a learning process of something I don't know yet, Thanks!

Arbitrator
06-09-2006, 12:15 PM
Hmm... I have active horizontal scrollbars in both Firefox and Internet Explorer. Disabling them would disable access to part of the contents. You can center the contents of the yellow box using display: table-cell; vertical-align: middle but Internet Explorer doesn't support display: table-cell.