D
db
Hello @ all,
I got a problem regarding tag SPAN. Under IE, all text within tag SPAN
will be centralized, whereas under FF the text stays on the left.
The correponding HTML code is
<span class="c_normal">Some text here.......</span>
the style class c_normal is defined as:
..c_normal {
clear: left;
text-align: justify;
line-height: 150%;
font-size: 11pt;
font-family: Arial;
margin:0px;
}
Furthermore, there is an another weird problem:
When i changed the style.css file, the page which uses the style.css
does not change at all under IE, whereas the page under firefox will
change correspondingly.
For example: if i change e.g font-size to 50pt, the page under firefox
will change correspondingly, but the page under IE keeps the same after
refresh. I dont know why this happens.
Can somebody help me? Thanks!
db
I got a problem regarding tag SPAN. Under IE, all text within tag SPAN
will be centralized, whereas under FF the text stays on the left.
The correponding HTML code is
<span class="c_normal">Some text here.......</span>
the style class c_normal is defined as:
..c_normal {
clear: left;
text-align: justify;
line-height: 150%;
font-size: 11pt;
font-family: Arial;
margin:0px;
}
Furthermore, there is an another weird problem:
When i changed the style.css file, the page which uses the style.css
does not change at all under IE, whereas the page under firefox will
change correspondingly.
For example: if i change e.g font-size to 50pt, the page under firefox
will change correspondingly, but the page under IE keeps the same after
refresh. I dont know why this happens.
Can somebody help me? Thanks!
db