Posted by pbd22 on 04/24/07 15:19
Hi.
I am trying to create tabs inside the head tag of an otherwise
blank document. It looks like this:
I am having problems getting the "Tab 1" and "Tab 2" spans to align to
the bottom.
Can somebody tell me how this is done?
Thanks.
<HTML>
<HEAD>
<object align="bottom">
<span id="dyn_tabs">
<span id="tabheader1" style="background-color: #A0CEF8;"
onmouseover="_DisplayTab(1);">Tab 1</span>
<span id="tabheader2" style="background-color: #A0CEF8;"
onmouseover="_DisplayTab(2);">Tab 2</span>
</span>
</object>
</HEAD>
<BODY>
</BODY>
</HTML>
Navigation:
[Reply to this message]
|