Philosophy of the Arts

Technical

Solved by CSS-compliance (i.e. lack thereof)!

The fourth option

Seems like I solved my issues with Internet Explorer. The culprit: some perfectly correct CSS-code (a pseudo-class).
p:first-letter { font-size: 2em;
font-weight: bold;
border: 1px solid #ddd;
padding: 0;
line-height: 1.2em;
color: #069;
margin-right: 2px;
font-style: italic;}

Probably there is some conflict or other with some other perfectly correct CSS-code.

Well, I stop complaining. At least, those interested can, once again, browse freely through my sites.

If you want to know the history of this issue, read these entries:

Microsoft’s Internet problems

BTW, this means I restored (to my satisfaction) the CSS-dropdown-menus and the javascript footnoteLinks (from Aaron Gustafson), which indeed seems to work fine in all browsers.

You must be logged in to post a comment.