Quinneapolis
[investigating plurk CSS bullshit]
Quinneapolis
so, I'm narrowing down the reason the name hover CSS doesn't work anymore
Quinneapolis
I added this:
Quinneapolis
a[href=/ProfessorProf] {
display:none;
}
Quinneapolis
And it doesn't do anything
Quinneapolis
so, that a[href=x] syntax doesn't seem to work at all
Quinneapolis
the HTML for my name field is
<a href="/ProfessorProf" data-uid="7313608" class="name">Prof of Light</a>
Quinneapolis
I'm not a CSS wizard but I'd THINK that would be selected by that CSS rule
Quinneapolis
but I don't see it on the styles while inspecting the element or anything
Quinneapolis
CSS in general works because I have several other rules in place that are working fine
Quinneapolis
did they change something specific about applying CSS to links based on href property?
Quinneapolis
that would be bizarre
Quinneapolis
a HA
Quinneapolis
HANG ON
big juicy
i would think that it would have to be a[href="x"] wouldn't it?
big juicy
with the quotation marks
Quinneapolis
shit I had it for a second
Quinneapolis
I can get it to apply CSS to my name but the full hover script is still failing
Quinneapolis
:after isn't working
Quinneapolis
OH I'VE GOT SOMETHING
Quinneapolis
YYYYYES
Quinneapolis
I FIXED THE CSS
載入新的回覆