Hi

I have a webpage, with hidden content divs. There are 7 sections and each is in one of these hidden content blocks. I have a script which sets the display = '' when the link is clicked javascript:showHide('div_id'), and thus the div is displayed.

However, in IE, after I have viewed one block, when I click to show another one, it just shows the blank content div, the paragraph inside is hidden (or somewhere that I can't see it)

you can it out at www.smgafrica.com

HELP!

lworks

Try this on the first anchor that trigger's your script:

<a href="javascript:void(0);" onclick="showHide('div_id'); return true;">

if this doesnt work, then try to post the actual script so others can help you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.