|
Posted by windandwaves on 09/21/07 03:01
On Sep 21, 2:16 pm, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
> windandwaves wrote:
> > On Sep 21, 1:16 pm, "Jonathan N. Little" <lws4...@centralva.net>
> > wrote:
> >> windandwaves wrote:
> >>> Please have a look athttp://www.winsborough.co.nz/our-staff/in
> >>> internet explorer 6 / 7 . On both sides, in the menus, the font is
> >>> cut-off at the bottom. How can I fix that?
> >> Not that you'll listen, but one way is to stop using pixels to size
> >> everything, especially font related elements.
>
> <snip signatures>
>
> > Thank you for your comments. I changed all the font-sizes to em and %
> > and the problem prevails... Sorry, but that does not solve it.
> > Thanks for your help though.
>
> And the margins,padding, line-height, and other dimensions for block
> elements containing your text as well?
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
Hi Jonathan
You were right, I fixed the line-height. Sorry, I did not see that
one in my css..... FIXED.
Questions:
If I write
li {font-size: 1.3em}
and then I have a nested li, eg.
<ul>
<li>option 1
<ul>
<li>option 1.a</li>
</ul>
</li>
</ul>
Then the option 1.a is going to be bigger than option 1. I think that
is useless. How do I go about fixing that?
Thank you
Nicolaas
Navigation:
[Reply to this message]
|