Currently, this page is utilizing an unordered list and the Script MT Bold font. However, there are two main issues at hand:
- The unordered list appears correctly in Chrome and Opera, but fails to display the show-and-hide effect in Internet Explorer and Firefox. In these browsers, all contents remain visible by default.
- The fonts are being displayed accurately in Firefox and Internet Explorer, yet they appear incorrectly in Chrome and Opera. I am running the most recent versions of all browsers. Here is the code I have implemented:
article p {
color: green;
font-size: 15px;
font-family: arial;
width: 880px;
}
body {
margin:0px auto;
text-align:left;
}
#mainDivContainer{
position: relative;
margin-top: 0px;
margin-bottom: 0px;
}
...(remaining code)...
Despite my efforts to address these problems, no solution has been found as of yet.