go41

the info you need to know


von Joern
Keine Kommentare

Hi, I had a look at your site.First: I would think about if I really want to load multiple BIG images. In a slider like this all images have to be transferred first to your visitor, a lot of traffic..Second: You try to load two of this sliders, I would…


von Joern
Keine Kommentare

that's not as easy, the secret is in these lines<?php if( $odd = $i%2 ) { echo '<div class="clearfloat brdrd">'; } ?><div class="frontbox <?php if( $odd = $i%2 ) { echo 'left'; } else { echo 'right'; } ?>">if is odd it will show "frontbox left" and else right.but the…