Relative Content

Tag Archive for htmlcsssvg

HTML Newbie – Suddenly Cut off

I’m trying to make a basic website and want to have a long line drawn on the top of the site. Tried using , but it keeps getting cut off after setting ‘width’ above 500. How do I fix this issue?

svg foreinObject not showing properly in safari

i have the problem that my svg foreignObject not showing properly in safari. i tried it already with clip-path on the video element to show it properly but i also doesnt work like expected. Does anyone have a solution to make it properly for safari?

Interactive Map of UK counties, every County only shows one county name

I have an interactive map of the UK. I used a SVG map and have added CSS so everything looks good but when I hover over each county the name does NOT appear and each county only links to the webpage for the first county shown – as the user hovers I would like each individual county name to display, and when clicked, link to its own webpage page

HTML SVG Reduce Path Circle Size

I have a svg grey circle and a red path that follows the circle/overlays.
Does anyone know how to shrink the red circle so that it 100% covers the grey circle?