On 4/27/11 12:49 PM, Gabriele Romanato wrote:
Hi,
I've been quite busy with a new client recently due to a vertical content slider that doesn't work in IE6 and 7. The markup structure is:



#slider {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

Gabriele Romanato



Best bet would be a link to the page in your post.
But, fwiw, try...

*:first-child+html #slider, * html #slider { position: relative; zoom: 1; }
reference: <http://www.satzansatz.de/cssd/onhavinglayout.html>

~d

--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to