majkinetor
Programmer
Hello
Does anybody know how to prevent IE from zooming in/out text with View->TextSize or CTRL + mouse wheel.
I put my labels the way I want them but if somebody change text size, the layout is disordered.
I noticed that some css styles prevent this but I am not sure how. For instance when I use this CSS:
.label {
font-style: normal; font-family: Helvetica; font-size: normal; color: Black;
}
.header {
font-style: normal; font-family: Helvetica; font-size: large; color: Black; text-align: center;
}
when I use "label" CSS class fonts don't react on zoom but when I set "header" they do.
What should I do to prevent fonts from changing ?
thx
Does anybody know how to prevent IE from zooming in/out text with View->TextSize or CTRL + mouse wheel.
I put my labels the way I want them but if somebody change text size, the layout is disordered.
I noticed that some css styles prevent this but I am not sure how. For instance when I use this CSS:
.label {
font-style: normal; font-family: Helvetica; font-size: normal; color: Black;
}
.header {
font-style: normal; font-family: Helvetica; font-size: large; color: Black; text-align: center;
}
when I use "label" CSS class fonts don't react on zoom but when I set "header" they do.
What should I do to prevent fonts from changing ?
thx