Christian, 
Yes, I've tried double quotes, single quotes, and no quotes - - none of it
makes the slightest difference. :(

I did manage to load the problem page up on my personal web space. The whole
thing is a mock-up so there are a lot of comments in the html and the css,
but that'll be cleaned up later. 

The test page is here: http://home.comcast.net/~drt603/dallas/index4.htm 

Thanks !
Diane


 
-------Original Message-------
 
From: Christian Montoya
Date: 10/12/05 20:48:19
To: Tomlins Diane
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] IE6 and hover - csshover.htc problems
 
> <style type="text/css">
> <!--
> @import url("dmsr2b.css");
> -->
> </style>
>
> <!--[if IE]>
> <style type="text/css">
> body {behavior:url("csshover.htc");}
> </style>
> <![endif]-->
 
 
 
Did you try:
 
@import url(dmsr2b.css);
 
behavior:url(csshover.htc);
 
basically, no quotation marks.
 
--
- C Montoya
rdpdesign.com <http://rdpdesign.com> ...
liquid.rdpdesign.com<http://liquid.rdpdesign.com>...
montoya.rdpdesign.com <http://montoya.rdpdesign.com>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to