Jquery UI Spinner - Images not loading

Betheudog

New Member
I've added the spinner onto my page but it is not loading the arrows for the buttons. Here is a picture of what I do see:
p8f11.png
I have the following references at the top of my page:\[code\]<link href="http://stackoverflow.com/questions/14615240/Styles/jquery-ui-1.10.0.custom.css" rel="stylesheet" /><link href="http://stackoverflow.com/questions/14615240/Styles/jquery-ui.css" rel="stylesheet" /><link href="http://stackoverflow.com/questions/14615240/Styles/jquery.ui.theme.css" rel="stylesheet" /><script src="http://stackoverflow.com/questions/14615240/Scripts/jquery-1.9.0.min.js"></script><script src="http://stackoverflow.com/questions/14615240/Scripts/jquery-ui-1.10.0.min.js"></script>\[/code\](These are all themes that you get when you download the jquery demo zip)Spinner:\[code\] $('#spinner').spinner();\[/code\]and\[code\]<div><input id="spinner" name="value" /></div>\[/code\]How do I get the icons to appear? my css file says that it is registering the graphics file:
9AmxZ.png
 
Back
Top