my site
http://hahaclothiers.com/store/index...e=products_all
the fadein javascript flashes the hidden caontent beofre fading in.......sometimes(you might have to click a couple of the left hand links (shirts, pants, etc to see the flash i am talking about)
i put a overscroll-y:scroll on the html because i thought the problem was the interaction of the script with the page resizing when cyclingthrough links........this did not really help
it works great in firefox
below is the code
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(document).ready(function () {
$('.centerColumn').fadeIn(1700);
});
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$(document).ready(function () {
$('.centeredContent').fadeIn(1700);
});
});
</script>
thanks!!![]()




Reply With Quote




Bookmarks