Ron Zisman wrote:
> http://www.ricochet.org/ricochet2/company_principal.html
>
> i haven't yet viewed the page in msie; only opera and firefox on the
> mac. i'll deal with msie when the page is stable
>
> gap issue:
>
> at the top of the page (on top of yellow box and menus), i'm getting
> a gap.
>
> font question/issue
>
> originally, i speced .8em font size on html/body
>
>
>
> suggestions...
>
> ron
>
/gap/
Add
h1 { margin-top : 0; }
/fonts/
Right now you've got a mixed bag of %/px.
If you want to use em's it's:
html{
font-size: 100%; <--- so IE will not go goofy ::
}
body {
font: 0.8em Verdana, Helvetica, sans-serif; <---- em on the body
}
And em's (not px thereafter)
Best,
~dL
--
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/