Original User: StauntonGIS
hi sara,
Thanks for replying.
I had tried that already but was not getting it to work. I even tried rearranging the order of the <span> tags and that didn't seem to work either
From mapps.html:
<div id="tabBarExpander" class="tabBarExpanded rounded">
<div id="tabBar">
<span title="Home" class="tabBarTitle" onclick="changeSubpage('Home',true)">Home</span><img src="graphics/separator.png" />
<span title="Gallery" class="tabBarTitle" onclick="changeSubpage('Gallery',false)">Gallery</span><img src="graphics/separator.png" />
<span title="Submit Your App" class="tabBarTitle" onclick="changeSubpage('SubmitApp',false)">Submit Your App</span><img src="graphics/separator.png" />
<span title="About" class="tabBarTitle" onclick="changeSubpage('About',true)">About</span></div>