Albert Padley wrote:
> The only thing visible in the center column is the gold background of
>  the containing div and the top left and right rounded corners.
> 
> HTML: http://karaokesource.com/template.php

IE/win is playing 'hide and seek' with your page :-)

The following is one way to make IE/win play nicer:

#content {
background-color: white;
overflow: hidden;
  }

* html #content {
overflow-y: visible;
height: 0; }


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

Reply via email to