Hi,
I am almost done with my site, and now doing cross browser....
And i came to know that the whole alignment of my site was out when browsing through internet Explorer...
It took a lot of time to figure out the issue...
and i realize, when ever i remove
<script type='text/javascript' src='http://mysitename.com/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
The alignment is fine, but slider and timthumbs are loading for ever...
And when i insert this line, my sliders are back to normal but the alignment is all messed up (only in Internet Explorer)...
Any Solution ???
Is that the reason why internet Explorer is causing the problems ???
I m not too sure about it.
thanks,
I m not too sure about it.
It could be part of the problem because you add it directly to your head section.
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
initially it was through wp_head(); which auto includes all these files, but the problem was there...
and when i remove that function and included every file manually, then i realize that the mentioned file was causing the problem....
Thanks.
try adding the script on your footer
How do you add the javascript now?
It comes with wp_head(); , and things are very well on other browsers... its just the same Internet Explorer which has been the problem since past many years.....
the alignment is all messed up, unless i remove wp-includes/js/jquery/jquery.js thing, but that is necessary for the sliders and timthumbs to work....