I frequently run into this problem - trying to implement a style by including the <Style> section inline with the HTML code (Section0001,xhtml), works the way it's supposed to.
Placing the <Style> section in a blank stylesheet (Style0001.css), however, doesn't. For example, trying to form tooltips using code from
https://chrisbracco.com/a-simple-css-tooltip/ or from
http://netdna.webdesignerdepot.com/u...ltip_demo.html works only when the Style is inline.
I have also encountered this problem with styles unrelated to tooltips.
Any idea why?
Thanks.