Hello
I'm trying to change from laying out the pages on my site in html tables to using css and javascript to make them more interactive. I'm working in the dark, pretty much, using snippets of code created by other people, and customising them to fit my site.
I now have a layout that looks and works OK in Safari and Firefox. I'm working on a Mac. I've just checked the sample page in Internet Explorer (5.2 for Mac) and although the layout seems right, the script that pulls content into the middle of the page isn't working properly. It loads the default content OK, but then when you click the other navigation tabs to load the alternative information, it loads it as a separate page, rather than in the container. Then if you use the browser 'back' button to go back to the proper page, the middle area is empty apart from the message " Requesting content..."
This is the url of the page:
http://www.independentliving.co.uk/new-ad/new-ad.html
The bits of code that are in the source of the page are:
(in the head)
[code]
<script type="text/javascript" src="ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>