Quote:
Originally Posted by chaot
And why it came with such a CSS, which doesn't function in ereaders, at least not in my one!?
Code:
<head>
<title>Inhaltsverzeichnis</title>
<style type="text/css">
li {
list-style-type: none;
padding-left: 2em;
margin-left: 0;
}
a {
text-decoration: none;
}
a:hover {
color: red;
}
</style>
</head>
|
Well, not all CSS elements are supported in the ePUB2 specifications. That being said, alternative colors for anchors have been known to be supported badly in the various readers.
Now, the hover selector might work on a tablet or PC, but not on a standalone reader for sure.