I'm trying to achieve a break/gap in a border using css (border) and am wondering what the best ways to do it is. Here's an example of what I'm after.
Asked
Active
Viewed 313 times
0
-
1That would depend almost entirely on what the HTML is, so please: show us the ("*[MCVE]*") HTML for your page. – David Thomas Jun 09 '16 at 16:32
-
Div and background keep it relative and logo position absolute with top and left – Nadeemmnn Mohd Jun 09 '16 at 16:33
-
2http://stackoverflow.com/questions/31301716/overlap-border-of-parent-with-h2-margin-negative – Stickers Jun 09 '16 at 16:37
-
2And this http://stackoverflow.com/questions/31205386/how-to-add-border-to-a-container-with-transparent-gaps-in-between/31205824#31205824 I am wondering which one to use for closure :P – Harry Jun 09 '16 at 16:39
-
Also this http://stackoverflow.com/questions/35030493/incomplete-borders-around-div/35030587#35030587 – Nenad Vracar Jun 09 '16 at 16:41
-
@DavidThomas - Here's a rough idea of the mark-up I want to use - https://jsfiddle.net/7202y8bc/ – finners Jun 10 '16 at 10:40
-
Thanks @pangloss that's exactly what I'm after – finners Jun 10 '16 at 10:46