Update to previous post. Page is www.tremyfoel.co.uk/sorrento.htm
Loading the page as follows:
IE8 local: works
IE8 from web server: works
IE7: doesn't work!
FF: doesn't work (nor does my style sheet still)
I have been scouring the posts and double checked things like doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Hillwalk to summit of La Molare Monte San Michele 1444m Sorrento Peninsula </title>
<link rel="stylesheet" type="text/css" href=".\css\main.css" />
<link rel="stylesheet" type="text/css" href=".\shadowbox\shadowbox-build-3.0b\shadowbox.css" />
<script type="text/javascript" src=".\shadowbox\shadowbox-build-3.0b\shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init();
continuous: true
</script>
and tried a few of the suggested fixes for similar problems but basically pretty stumped so any help appreciated
Marcus