Stuart King wrote:
>
> 1. URL: http://www.triviumwine.com/continuum_site/pages/vintage.html
>     Problem: <div id="leftColumn1">
>     Looks great in Mac (opera, firefox, safari) - in windows ie6 the column
> is placed about 300px above the background and content wrapper.
>
> 2. URL: http://www.triviumwine.com/continuum_site/pages/vision.html
>     Problem:  <div id="botmenu">
>     Mac (opera, firefox, safari) - small and positioned to the left instead
> of being centered in the content wrapper.
>     PC ie6: off center in content wrapper and the font is not the designated
> font or font color.
>
>
>
> --s
>   


1/

Adding this in the conditional comment for IE will enclose and position it:
* html #outerWrapper #contentWrapper #content {border: 1px solid 
blue/*test*/; overflow: visible;}

2/
The absolute positioning is not necessary.

#botmenu { border:1px solid fuchsia;
    /*top: 319px;delete*/
    /*width: 613px;delete*/
    text-align: center;
    margin: 50px 0 0 0;<-------- :: amend and tweak ::
    /*position: absolute;*/
    /*left: 191px;delete*/
    font-size: 75%;
    color: #A88243;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

FWIW, you may want to take into account that some users may prefer to 
increase the font-sizes...

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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