Hey out there,
I'm currently creating a new website with this great framework.
Everthing is fine ... until now.
I need to position an absolute div within a line / unit. Here is an
(simple) example how it should be done:
http://jsfiddle.net/jyJby/1/
The infoBox will be an hover effect (third element in line) and have
to go outside (on the right side of "line"). But line and lastUnit
have overflow hidden attributes. So when I'm trying transform this
code snippet into a simple OOCSS snippet:
http://jsfiddle.net/Fm3ND/3/
the infoBox disappears (logically).
So my question is: is there a workaround for this? Am I ignoring some
facts? Hope not :-) Does anyone this before or does anyone have a hint
how to solve this?
Thank you in advance!