Thank Sandy, I tried removing the (templates/pennfolio/js) because I thought it would solve the problem, but didn't. But When I removed the 2 lines,
<script type="text/javascript" src="/lotsforsaleroxascity/media/ system/js/mootools.js"></script> <script type="text/javascript" src="/lotsforsaleroxascity/media/ system/js/caption.js"></script> it works. I know it's not a good practice to load multiple JS frameworks but I just put it there just for debugging purposes. Thanks! On Oct 5, 5:50 am, Sanford Whiteman <sa...@cypressintegrated.com> wrote: > > I need help in locating the conflict in my code, below is my ugly code > > (I'm just starting to write my mootools and my approach i think are > > ugly). the site can be seen herehttp://tinyurl.com/y9xvm6b. I think > > it is conflicting with these lines > > You have to stop loading both MT 1.11 and MT 1.21. > > The first is loaded from media/system/js and the second from > templates/pennfolio/js. > > -- Sandy