|
Posted by Neredbojias on 06/18/07 11:49
On Mon, 18 Jun 2007 08:15:57 GMT Jon Slaughter scribed:
> I think I finished my comments app but now it doesn't work in ie. I
> basically used classes for all the divs because the selectors were not
> working out(would work inline but when moved into a class and used
> selectors it wouldn't work 1/2 the time(probably selecting wrong
> element but to much of a hassle)).
>
> http://www.abstractdissonance.com/PageComments.php
>
> Anyways, I assume it has something to do with ie but maybe I'm missing
> something... (maybe take a glance at the css. The div stuff should be
> ok cause like I said, it worked fine until I moved all the inline into
> classes.
I don't believe ie (at least 6) recognizes attribute selectors. Ergo,
instead of:
#PageComments div[class="PCL1"]
you'd have to do something like:
#PageComments div.PCL1 or just .PCL1.
--
Neredbojias
He who laughs last sounds like an idiot.
Navigation:
[Reply to this message]
|