TROUBLE: csshover.htc and oracle application server
506794May 20 2006 — edited May 20 2006Hello!
I have big trouble with csshover.htc that allows using in IE drop down menus. Everything with drop down menus is ok except the case when my website is running on Oracle 10g. i dont know why but seems oracle dont even load this file! On normal server everything seems to be ok.
the part of <head> for the pl/sql generated pages is as follows:
vHead VARCHAR2(800):='
<style type="text/css" media="screen"> body {behavior:url ("http://www.rabbit.cba.pl/files/csshover.htc"); font-size: 100%;} #menu ul li {float: left;width: 100%;} #menu ul li a {height: 1%; } </style>
<![endif]-->'
it sees this text in a generated page but seems not to load file that will allow drop down menus in Internet Explorer. Why ;( ?
Message was edited by:
Rabbit