The problem is this: with the same connected css file on different pages, the font size in the menu changes:

I can not understand what the problem is.

Closed due to the fact that off-topic by user31688, VenZell , fori1ton , Andrey Arshinov , DeKaNszn May 8 '15 at 9:07 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • "Questions asking for help with debugging (" why does this code not work? ") Should include the desired behavior , a specific problem or error, and the minimum code for playing it right in the question . Questions without an explicit description of the problem are useless for other visitors. See How to create minimal, complete, repeatable example . " - Community spirit, VenZell, fori1ton, DeKaNszn
If the question can be reformulated according to the rules set out in the certificate , edit it .

  • four
    By the way, the word “project” will be correct, not “project”. - Dex
  • look at how this problem was solved on the tsya.ru website. - karmadro4
  • Thanks for the Russian language lesson, but I rather needed a css language lesson - Noise
  • one
    @Noise Not with verbs is always written separately, it is written only in an indefinite form of the verb. - Nicolas Chabanovsky ♦


1 answer 1

Regarding your problem, define the styles for the tables, since in one case (I don’t want to dig, I want to sleep) your table scoops out the predefined styles from the browser, thus, it seems to me, overlapping font-size: 75%; , and in the second everything works fine. To make sure, add the attribute to the table style="font-size:75%; (to which, my UPD will tell below)

UPD

For example, in Opera, you can easily click on any element with the right mouse button and ... "inspect the element". Similar in other browsers.

  • thanks, helped - Noise