Hello,
I’m really desperate with this. I want to make a responsive circle and inside this circle will be transparent horizontal lines and you can easily change their size and positions. please, no svg
Something like this:
Use transparent instead of white
There will be more to it than that, as in its current state that will just show the black which covers the whole circle, you will need to redesign how the gradients work to use transparent.
Think of creating the inverse image, adding the black bits instead of the white bits.
No possibility to do it that way Sam. I want to make them transparent, no invisible. Probably, I have to use something different than gradient. But I really do not know what.
:duh: Fixed dimensions are not responsive. Even though you were given responsive code in the previous thread, it doesn’t look like you’ve tried to incorporate it into your code.
Our fault, of course.
amazing.
The next big question: Why the transparency? What will be visible behind those transparent lines?
It’s a pain in the derrier to try to work when relevent information is withheld.
It may be possible by using clip-path masks with polygon shapes but as Ron said we really need to know the whole story.
I’m sure svg could do it also but you don’t seem to want svg.
I would probably do it using a large transparent gif turned into a data uri as a background image as the simplest approach.
Of course if the transparent gaps need to be controlled independently then svg or clip path masks are probably the best bet although I haven’t tried either yet:)