Before digging my teeth into CSS details, I just wonder:
Does AEC fully support the official CSS according to the CSS2 spec? Or does it inherit the non-CSS compliance of IE?
In particular, I'm about to make some CSS-based drop down menues that hopefully will stay fixed when my text scrolls down.
This is easy to do in CSS (I have a book on it), but for IE it requires a BIG hack of some sort since it does not recognize the "position: fixed" property.
What's the deal with Active Ebook Compiler?
Cheers, Jaxz
Posted on: 12:34 pm on February 28, 2006
Storyman
Hi Jaxz,
It is workable, I've done. If memory serves me correctly you do need to use DOC TYPE on each page. For example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Since Activ uses IE for rendering the pages the quirks in IE still apply. Frankly, I don't recall having to use any hacks to make the drop down menus happen. Javascript was used to make the navigation panel remain in a static screen position, which means you don't need to be concerned about "position: fixed" property in CSS/IE.
When working with CSS normally the best practice is to design against FireFox, then after everything is working the design is adjusted to work in IE. Of course when designing ebooks you only need to design against IE. I mention this only because it is a deadly trap to design for IE first if you also design web pages.
With any business, it is up to the individual owner of said business to ensure the success of the business. You may make more or less than any sample figures or results that might be quoted on our web sites or other publications. All business involves risk, and many businesses do not succeed. Further, Answers 2000 Limited does NOT represent that any particular individual or business is typical, or that any results or experiences achieved by any particular individual/business is necessarily typical.
Disclosure:
Our company's websites' content (including this website's content) includes advertisements for
our own company's websites, products, and services,
and for other organization's websites, products, and services.
In the case of links to other organization's websites,
our company may receive a payment, (1) if you purchase products or services,
or (2) if you sign-up for third party offers, after following links from this website.
Unless specifically otherwise stated, information about other organization's products and services,
is based on information provided by that organization,
the product/service vendor, and/or publicly available information - and should
not be taken to mean that we have used the product/service in question.
Additionally, our company's websites contain some adverts which we are paid
to display, but whose content is not selected by us, such as Google AdSense ads. For more
detailed information, please see Advertising/Endorsements Disclosures
Our sites use cookies, some of which may already be set on your computer. Use of our site
constitutes consent for this. For details, please see Privacy.
Click privacy for information about our company's privacy, data collection and data retention policies, and your rights.