It's working fine in most browsers. In IE though, I see your problem. You need a valid URL DOCTYPE for the page for this script. Going by what you are already using, I'd suggest making it like so:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Gasthof Oberr . . .
By the way, and this has nothing to do the problem, the above will take care of it, I'm wondering if you are actually using those xml name spaces or not. If not, they should be removed from the html tag.
Bookmarks