Corey Frang wrote:

> http://www.talentofrockford.com/

Something is definitely wrong with your boxes - they don't hold their
content properly in place in such a layout.

Basically: the use of absolute positioning to place big chunks of text
on top of fixed-sized graphics, is not a recommended method. There's no
relationship between the background and the absolute positioned
elements, and font-size is not a "fixed size" in any browser.

So, before you try to make that layout work, you should give it a font
resizing to at least 200% in Firefox, and see how bad it gets.

Recommend you ditch the A:P method, and apply a method based of floats
and flexible backgrounds instead.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to