10 ms·
Very interesting how it's only using one div and border hacks per segment. So I guess in theory this would work on older browsers, other than just content clipp
by danlebo 13y ago
Very interesting how it's only using one div and border hacks per segment. So I guess in theory this would work on older browsers, other than just content clipping in IE8, IE7, etc.
- eekfuh 13y agoInitially I wrote it using 2 div's (one for the segment and one for the gap) so it would work in ie8, but I opted to go with one div, since its cleaner DOM-wise.