[css][ie] lettergrootte aanpassen --> ie

Pagina: 1
Acties:
  • 44 views sinds 30-01-2008

  • -Mous-
  • Registratie: Maart 2002
  • Laatst online: 24-08 22:41
Ik heb het volgende stylesheet in mijn site verwerkt:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--

body        { font-family: verdana;
            font-size: 10pt;
            background-color: rgb(255,255,255); }

img      { border: 0px; }

a:link      { color: rgb(192,0,0);
            text-decoration: none;
            font-size: 10pt;
            background-color: rgb(255,255,255); }

a:hover    { color: rgb(119,119,119);
            text-decoration: none;
            font-size: 10pt;
            background-color: rgb(255,255,255); }

a:visited    { color: rgb(192,0,0);
            text-decoration: none;
            font-size: 10pt;
            background-color: rgb(255,255,255); }

a:visited:hover { color: rgb(119,119,119);
            text-decoration: none;
            font-size: 10pt;
            background-color: rgb(255,255,255); }

b          { font-family: verdana;
            font-size: 10pt;
            font-weight: bold; }

-->

In Netschaap en Opera werkt dit perfect, alleen in Internet Explorer wordt de lettergrootte niet op 10pt gezet.

Dit is overigens alleen in de "body" en "b" tags. Al mijn links worden wel verkleind.

Als ik mijn lettergrootte in IE handmatig op "kleiner" zet klopt alles wel, maar ik wil niet dat alle bezoekers dit zelf moeten instellen.

Weet iemand hoe ik dit op moet lossen? (en of het uberhaupt op te lossen is :?)

Als je het zelf ff wilt proberen, klik dan hier.

-edit-

"b" wordt dus wel verkleind, het is alleen in de body dat er niks wordt verkleind.

-edit2-

Ik heb het al weer opgelost. :)
code:
1
2
3
table        { font-family: verdana;
            font-size: 10pt;
            background-color: rgb(255,255,255); }

Deze er ff bijgezet. In IE horen de tables binnen de body blijkbaar niet bij de body. :?

Slotje dus

  • Pelle
  • Registratie: Januari 2001
  • Laatst online: 16:10

Pelle

🚴‍♂️

Sloop de
code:
1
<!--

.. en ..
code:
1
-->

..uit je stylesheet.

  • Baf
  • Registratie: November 2000
  • Laatst online: 05-09 16:05

Baf

slopen. alles kapot maken.

Gebruik ipv pt px

  • Pelle
  • Registratie: Januari 2001
  • Laatst online: 16:10

Pelle

🚴‍♂️

Slotje dus
Dus.

Dit topic is gesloten.