/* exploder V6 only */
* html #content {
overflow-x: visible;
overflow-y: visible;
}
/* exploder V7 only */
*+html #content {
overflow-x: visible;
overflow-y: visible;
}
So funzts ;)
/* exploder V6 only */
* html #content {
overflow-x: visible;
overflow-y: visible;
}
/* exploder V7 only */
*+html #content {
overflow-x: visible;
overflow-y: visible;
}
So funzts ;)