Note that there are some explanatory texts on larger screens.

plurals
  1. POaspx site behaves different on the webserver...but why?
    primarykey
    data
    text
    <p>I designed a simple site with some css and jquery. All the css is in the header using and the javascript files are in a folder called Scripts and referenced in my site like below. Everything is beautiful locally, but on the server some objects such as a couple of my divs are out of their original positions, and my dropdown menus that use jquery don't work properly but they do work somewhat (like they slide down or fade). </p> <p>I have made identical folder structure in root on the web server. I am using .NET 3.5 and the server does support it. </p> <p>Do you guys think it can be a path issue for my scripts? What could cause the css to move divs out of position? Does css or jquery behave differently on different servers?</p> <pre><code> &lt;script src="Scripts/jquery.validate.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery.validate.min-vsdoc.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery.validate.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery.validate-vsdoc.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery-1.4.1.min-vsdoc.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery-1.4.1.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery-1.4.2.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery.easing.1.2.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery.color.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="Scripts/jquery-ui-1.8.4.custom.min.js" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>Thanks a bunch</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload