Sent by curson on 24 November 2005 15:03
--===============0394264434==
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On (24/11/05 14:48), Richard Brown wrote:
> Unfortunately, it is not working under IE! I presume that I have not placed
> the script in the correct place but I would like to confirm that.
I don't know if you followed this (http://www.positioniseverything.net/css-dropdowns.html)
for your Drop Down, but I came across the crossover.htc file there, and there's
a useful tip about how to set the server side to make it working with IE.
I quote:
"When Service Pack 2 is installed on Windows, the proprietary .htc file
will only work in IE6 when correctly served with the mime type
text/x-component. Mime types are defined by the server administrator, so
if your server is incorrectly set, IE6 may fail to show the popups. That's
just the way it is, folks.".
So, if you have directly access to the server where your home page is hosted,
be sure to check if it's "served" with the corrected MIME type. On Apache web
server, you can set your .htaccess file to serve it the right way by adding in
it: AddType text/x-component .htc (and *just* this).
Anyway, from your HTML source, seems like you're pointing to the crossover.htc
in the root of your webserver ("body{behavior:url(csshover.htc);" as seen in the
conditional comment) but I wasn't able to reach that file, so check the
position of it too (maybe it's _better_ to specify a complete URL to it, maybe
not elegant, but at least sure about path).
Hope I've been of any help,
see you! ;)
--
curson
"Fear is the mind killer, fear is the little death that brings total
obliteration."
--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f
Sponsor:
Sei in cerca dell’amore? Non perdere tempo, iscriviti gratis a Meetic! Potrai chattare con migliaia
di single in linea.
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=4052&d=24-11
--===============0394264434==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
--===============0394264434==--