What is your specific check to know that it's not prepending it?
Since I don't know any styles that may be associated with the 'sitm'
class and the context that the div is being prepended to, it's very
difficult to help.

Try using:
$('.listProdImage').prepend('<div class="sitm">TEST</div>');
to see if the word TEST shows up.

Otherwise, post a demo so that we can look at the issue.

On Apr 2, 9:43 am, bluejohn <john.car...@bluefly.com> wrote:
> hi,
>
> ie6 doesn't desplay the div specified in  prepend() but Firefox does.
> The .css() works fine.
>
> <script type="text/javascript">
>      $(document).ready(function(){
>               $('.listProdImage').prepend('<div class="sitm"></div>');
>               $('img.imageBorder').css({'border':'1px solid
> #3A91CE'});
>      });
> </script>
>
> Any suggestions?

Reply via email to