[css-d] how to break a border?

2014-08-16 Thread John
In the image shown ( link below ) I would like to have a border around an image except where some type would be. The break happens right where the red arrows are pointing in the image. Is this possible in CSS? Of course, I could cheat and put the border and type in the image, but before I do

Re: [css-d] how to break a border?

2014-08-16 Thread Rod Castello
Maybe. In a containing div with position: relative (This makes it the parent), you absolutely position 4 items. 1. Type (top layer) 2. Image (next layer) 3. White mask rectangle that goes behind the type and above the green (border) image. (next layer) 4. Green image that's slightly larger than