Using Apex 3.2
Theme 15 - Light Blue
I have an application that uses one level tabs and breadcrumbs.
The breadcumb appears underneath the tabs, inside a small (height) blue region.
I have replaced my tabs with a tabbed navigation list.
If there is no breadcrumb on the page, then small blue region appears, as before.
If there is a breadcrumb, the breadcrumb appears in the blue region, but this blue region is now double the height.
How can I stop this behaviour ?
Page Template Body is
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td><div class="t15logo">#LOGO#</div><br />#REGION_POSITION_06#</td>
<td width="100%" valign="top">#REGION_POSITION_07#</td>
<td><div class="t15NavBar"><span class="t15NavBarItem">&USER.</span>#NAVIGATION_BAR#</div><br />#REGION_POSITION_08#</td>
</tr>
</table>
<br style="clear:both;"/>
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr class="t15PageTopLine">
<td>#REGION_POSITION_01#</td>
</tr>
</table>
<br />
<table width="100%" summary="" height="70%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="t15PageBody"><div class="t15Messages" align="center">#GLOBAL_NOTIFICATION##NOTIFICATION_MESSAGE##SUCCESS_MESSAGE#</div>#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04#</td>
<td align="right" valign="top"><img src="#IMAGE_PREFIX#f_spacer.gif" width="15" height="3" alt="" /></td>
<td class="t15RightBar" align="right" valign="top">#REGION_POSITION_03#</td>
</tr>
</table>
Cheers
Gus