blimpage
-
Flexible width line between two elements with CSS?
Noted! Cheers.
-
Flexible width line between two elements with CSS?
Hey, this is rad! I wouldn't have even thought of using calc(). I'll play around with this a bit.
-
Flexible width line between two elements with CSS?
Cheers guys, some nice solutions! Looks like my ideal solution doesn't exist yet, but one of these should cut it in the meantime.
-
Flexible width line between two elements with CSS?
Sorry, I don't think I explained this very well. Maybe a different screenshot will help: As you can see here, the problem is that the widths of the heading and the button vary from section to section (and this is ultimately being built into …
-
Flexible width line between two elements with CSS?
Sorry nichodiaz, I didn't really understand your example - it looks like some of your post needs to be wrapped in code tags or something? Or could you possibly create an example of this on Codepen?
-
Flexible width line between two elements with CSS?
Here's a reduced test case (no "line between" has been implemented here): http://codepen.io/anon/pen/naFxl As you can see, the widths of both the heading and the link vary in width throughout different sections, so the line between …
-
Background image of child div not clipping to area of parent div
Cheers! I know IE doesn't support transitions yet, I'm still just throwing around concepts with this. I'm sure I'll be able to work out something that doesn't look too terrible for IE. That jsFiddle does work consistently a…