I have a page with two divs on it. The left div contains a load of links (table of contents). The right div contains a load of text with bookmarks. Clicking on the links in the left div causes the correct text in the right div to display. Only problem is - when the page loads the content in the right div does not display. Just the first word or two then nothing. Wait a bit to make sure the whole page has Download ed - view source - content is all there but not showing in right div. Click a link in the left div - content magically appears in right div and then everything works okay.
Can anyone tell me what is going on please? Its all straight html - no javascript anywhere.
Take the divs away and replace with a table layout - everything okay except content won't scroll individually - but at least it all appears on the page.I tried putting the focus on the right div when the page loads and the content appears for a second and then disappears! I can feel an iframe coming on.Can you give us a URL or upload the code so we can see? It’s kind of hard to figure out what the problem is without seeing it.
Can anyone tell me what is going on please? Its all straight html - no javascript anywhere.
Take the divs away and replace with a table layout - everything okay except content won't scroll individually - but at least it all appears on the page.I tried putting the focus on the right div when the page loads and the content appears for a second and then disappears! I can feel an iframe coming on.Can you give us a URL or upload the code so we can see? It’s kind of hard to figure out what the problem is without seeing it.