Skip to main content

All Questions

Tagged with
0 votes
1 answer
29 views

CSS hover doesn't work (due to pseudo-elements)? [duplicate]

I am fiddling around with SVG and CSS-effects in order to achieve a look similar to the game "limbo". The grain and tiltshift effects work as expected, but I cannot trigger the hover-...
train_lviv_19's user avatar
0 votes
1 answer
37 views

How can I add visible pseudoelements to SVG path

I'm trying to use SVG map with countries as 'path'. On hover specify country I wanna show pseudoelement (same shape) with backgroung-image. I can manipulate fill and stroke on hover, I can add :before(...
lapa1990's user avatar
0 votes
1 answer
97 views

how to make external svg color's change on hover if it's in a pseudo class in css

I just want the html file in that area , I dont want to use or any of those i just have the Curiosity and persistence on doing it using css pseudo . I have seen a website did it already as i ...
Abdullah Nader's user avatar
6 votes
1 answer
3k views

Change fill color of data-URI SVG path in pseudo element

Is it possible to use CSS to change the color of a SVG path which is within a pseudo element data-URI? <a href="http://externalurl/">External Site</a> CSS: a[href^="http://"]:after { ...
Simon Bérubé's user avatar