jQuery Dialog Widget not styling
I am having problems getting a dialog widget to be styled on one of my pages.
http://portfolio.tamaratemple.com/javascriptexamples/popupwindow3.html has a viewer div on it that i'm using as a dialog. When you click on a link, the widget is exposed, but there's no style on it. To check if there was a problem with the styles, I copied one of the dialog source examples and put it in another page: http://portfolio.tamaratemple.com/javascriptexamples/dialog-demo.html . As you can see from the source, both load the theme css from the same location, and obviously located in the same directory. If I inspect popupwindow3 from firebug, it shows that the css is loaded. Yet nothing seems to be applied to the widget when i loads. I really don't understand why that is. Inspecting the document HTML with firebug seems to show all appropriate styles in place.