May 22, 2012, 01:27:18 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Mobile users - Our forum is Tapatalk enabled.
http://www.tapatalk.com/
Home
Help
Search
Login
Register
DotDragnet
>
The Tech Side
>
Tech stuff
>
IE7 not playing ball with CSS selectors
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: IE7 not playing ball with CSS selectors (Read 1090 times)
fordie
Global Moderator
Sr. Member
Posts: 329
<span id="attention" class="short">...</span>
IE7 not playing ball with CSS selectors
«
on:
January 14, 2008, 02:02:23 PM »
can anyone see why seven wouldn't like the adjacent sibling selectors in this rule? The hover bit works fine. This is driving me mad. IE7 does support CSS 2.1 selectors right?
Code:
td.vevent:hover div, td.vevent a:focus + div, td.vevent a:active + div
{
display:block;
}
Logged
Mr Anderson
DDN Contribs
Hero Member
Posts: 2267
Re: IE7 not playing ball with CSS selectors
«
Reply #1 on:
January 14, 2008, 04:01:11 PM »
Quote from: splashy on January 14, 2008, 02:02:23 PM
can anyone see why seven wouldn't like the adjacent sibling selectors in this rule? The hover bit works fine. This is driving me mad. IE7 does support CSS 2.1 selectors right?
Code:
td.vevent:hover div, td.vevent a:focus + div, td.vevent a:active + div
{
display:block;
}
Yes it supports
adjacent sibling selectors
- whether it supports them while a pseudostate is active is another matter.
Logged
500px
|
last.fm
|
G+
|
lomo
fordie
Global Moderator
Sr. Member
Posts: 329
<span id="attention" class="short">...</span>
Re: IE7 not playing ball with CSS selectors
«
Reply #2 on:
January 14, 2008, 04:42:59 PM »
Thanks mate. I was trying to avoid it, but I think I'll have to resort to a spot of javascript to get this to be keyboard accessible on IE and just accept the fact that it'll look pants if js is switched off.
Logged
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> General Discussion
=> Jee's Forum of Appalling Jokes
-----------------------------
The Creative Side
-----------------------------
=> Arty stuff
=> Photography
=> On the web
-----------------------------
The Tech Side
-----------------------------
=> Tech stuff
=> Hardware & Software
-----------------------------
The Business Side
-----------------------------
=> Anything business related
-----------------------------
The Practical Side
-----------------------------
=> Practical Advice
DotDragnet
>
The Tech Side
>
Tech stuff
>
IE7 not playing ball with CSS selectors
Loading...