Orange megaphone icon
Archives

Posts under 'Internet Explorer'

IE HTML DOM

June 25th, 2009

I’m currently working on a tabbed panel script for this website.  It’s working fine in all standards-compliant browsers but not in Internet Explorer (anyone surprised?).
The menu to change the panel content is a simple unordered list with the following markup:

<ul class=”secMenu”>
<li id=”tab4″ class=”activeTab”>Background</li>
<li id=”tab3″><a onclick=”switchPanel(this);”>Technologies I Employ</a></li>
<li id=”tab2″><a onclick=”switchPanel(this);”>Skills</a></li>
<li id=”tab1″><a onclick=”switchPanel(this);”>Off the Computer</a></li>
</ul>
Now check out [...]

(Read more...)

Powered by Wordpress