The overflow property is CSS is used to 'hide' content within containers that is wider/taller than the container itself. You can use the overflow property to add...
[window.location] refers to the location of the current window - ie, your site
[window.open(location, windowName, options)] will open a new window, give it a name, and use the options to style it.
...
you would have to edit the .addItem() method of your menu to accept a third parameter that would contain information such as height, width, and name of your new window.
It's the syntax that is at fault. You are trying to set the background image using an invalid javascript call, but the bigger fault is you're trying to insert an image into that faulty...
I think the issue might be more closely tied to the fact that the #include statement is failing. The 'unterminated string literal error is a bit confounding, as I do not see a missing quote either......
well, a typical xml document will look similar to a simple html document. you will have tags, and within those tags will be options. The trick to xml, however, is tags and options can be anything you...
Images are made up of binary data... not sure exactly why you want to convert it to xml... you can store its address and dimensions into xml fields... sure...