Posted by Jon Slaughter on 06/18/07 18:57
"Jonathan N. Little" <lws4art@centralva.net> wrote in message
news:78d62$46768f48$40cba7ab$2104@NAXS.COM...
> Neredbojias wrote:
>> 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.
>>
>
> Exactly correct! Now if JS would just accept this little tidbit of info he
> can stop asking the the same question over and over again. (yes in
> different forms, but the same question none the less)
>
> --
The great thing about newsgroups is that one has this feature called "ignore
user"... Welcome to it.
[Back to original message]
|