CCS font size problem, (Nightmare)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CSS problem

    CCS font size problem, (Nightmare)

    Hi,

    I'm having a problem with a CSS defined font size on www.casajac.org
    I have a few links to different language pages on the top right of the
    banner. ("English, Nederlands ...)
    I had the link styles defined in the main stylesheet casajac.css but I
    couldn't size down the font.
    Tried deining the font as 2% to see if that would have any visible effect,
    but no...
    Can't figure out why.
    Ended up doing a style-on-the-page with DW.
    And even that is not working correctly.
    (Click on the "English" then on the "Deutch" link and the font size changes
    .... !)

    TIA

    Spencer








  • Els

    #2
    Re: CCS font size problem, (Nightmare)

    CSS problem wrote:
    [color=blue]
    > Hi,
    >
    > I'm having a problem with a CSS defined font size on www.casajac.org
    > I have a few links to different language pages on the top right of the
    > banner. ("English, Nederlands ...)
    > I had the link styles defined in the main stylesheet casajac.css but I
    > couldn't size down the font.[/color]

    Oh, good ;-)
    [color=blue]
    > Tried deining the font as 2% to see if that would have any visible effect,
    > but no...
    > Can't figure out why.[/color]

    Usually because the style is overruled by a forgotton style rule
    further down the sheet.
    [color=blue]
    > Ended up doing a style-on-the-page with DW.[/color]

    Is this:
    <!--
    ..Style5 {font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 70%; }
    -->
    inside the body the result of that?
    [color=blue]
    > And even that is not working correctly.
    > (Click on the "English" then on the "Deutch" link and the font size changes
    > ... !)[/color]

    I see no font size change (Firefox).

    --
    Els http://locusmeus.com/
    Sonhos vem. Sonhos vão. O resto é imperfeito.
    - Renato Russo -

    Comment

    • Spartanicus

      #3
      Re: CCS font size problem, (Nightmare)

      "CSS problem" <nobody@home.to day> wrote:
      [color=blue]
      >I'm having a problem with a CSS defined font size on www.casajac.org[/color]

      You mean http://www.fransysco.net/casajac/index.shtml ?

      Start by correcting the errors:



      Come back when you've done that and if the problem remains.

      --
      Spartanicus

      Comment

      • CSS Newbie

        #4
        Re: CCS font size problem, (Nightmare)

        >> Ended up doing a style-on-the-page with DW.[color=blue]
        >
        > Is this:
        > <!--
        > .Style5 {font-family: Georgia, "Times New Roman", Times, serif;
        > font-size: 70%; }
        > -->
        > inside the body the result of that?[/color]


        Yes. That is the result of doing a style-on-the-page with DW.


        I am now at the office and using
        Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.8) Gecko/20050511
        Firefox/1.0.4

        The font-size problem has disappeared.
        The font-size is fine.
        Weird.

        Spencer.




        "Els" <els.aNOSPAM@ti scali.nl> a écrit dans le message de news:
        1fwgvqf9veymh.5 z12he3k7997.dlg @40tude.net...[color=blue]
        > CSS problem wrote:
        >[color=green]
        >> Hi,
        >>
        >> I'm having a problem with a CSS defined font size on www.casajac.org
        >> I have a few links to different language pages on the top right of the
        >> banner. ("English, Nederlands ...)
        >> I had the link styles defined in the main stylesheet casajac.css but I
        >> couldn't size down the font.[/color]
        >
        > Oh, good ;-)
        >[color=green]
        >> Tried deining the font as 2% to see if that would have any visible
        >> effect,
        >> but no...
        >> Can't figure out why.[/color]
        >
        > Usually because the style is overruled by a forgotton style rule
        > further down the sheet.
        >[color=green]
        >> Ended up doing a style-on-the-page with DW.[/color]
        >
        > Is this:
        > <!--
        > .Style5 {font-family: Georgia, "Times New Roman", Times, serif;
        > font-size: 70%; }
        > -->
        > inside the body the result of that?
        >[color=green]
        >> And even that is not working correctly.
        >> (Click on the "English" then on the "Deutch" link and the font size
        >> changes
        >> ... !)[/color]
        >
        > I see no font size change (Firefox).
        >
        > --
        > Els http://locusmeus.com/
        > Sonhos vem. Sonhos vão. O resto é imperfeito.
        > - Renato Russo -[/color]


        Comment

        Working...