I created a website with php and css, which displays perfectly in Mozilla, but does not in Internet Explorer.
The problem are the following tags, which are just being ignored by msie6, even if they run perfectly in my mozilla.
_____________________________
PHP file:
<titel>Willkommen!</titel>
<p><text>blablablahhh</text></p>
____________________________
the "titel" and "text" tags are defined in my css file like this:
titel { font-family: verdana, sans-serif, arial; font-size: 10pt; color: #ff0000; font-weight: bolder}
text { font-family: verdana, sans-serif, arial; font-size: 9pt; color: #009933}
____________________________
That's the correct way of using that css function, isn't it?
Is anyone out there who has an idea or experience with that kind of problem?
Thanks a lot!
The problem are the following tags, which are just being ignored by msie6, even if they run perfectly in my mozilla.
_____________________________
PHP file:
<titel>Willkommen!</titel>
<p><text>blablablahhh</text></p>
____________________________
the "titel" and "text" tags are defined in my css file like this:
titel { font-family: verdana, sans-serif, arial; font-size: 10pt; color: #ff0000; font-weight: bolder}
text { font-family: verdana, sans-serif, arial; font-size: 9pt; color: #009933}
____________________________
That's the correct way of using that css function, isn't it?
Is anyone out there who has an idea or experience with that kind of problem?
Thanks a lot!