IE7/8 FF works/doesnt work HELP

4 messages Options
Embed this post
Permalink
Marcus

IE7/8 FF works/doesnt work HELP

Reply Threaded More More options
Print post
Permalink
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





Marcus

Re: IE7/8 FF works/doesnt work HELP

Reply Threaded More More options
Print post
Permalink
update

FF local : works
FF server NIX
Marcus

Re: IE7/8 FF works/doesnt work HELP

Reply Threaded More More options
Print post
Permalink
In reply to this post by Marcus
Fixed - problem caused by copying over file paths from file manager program with \ instead of /
Wizzud

Re: IE7/8 FF works/doesnt work HELP

Reply Threaded More More options
Print post
Permalink
In reply to this post by Marcus
Site works in FF3 & IE7 for me.

One point:
Shadowbox.init();
continuous: true 
should be
Shadowbox.init({continuous:true});
if you want a continuous gallery.
Combine literacy with curiosity and a whole world of information opens up to you