Need Help Aligning Content of Span Tags
Von: pbd22 (dushkin@gmail.com) [Profil]
Datum: 24.04.2007 17:19
Message-ID: <1177427942.418020.46880@b40g2000prd.googlegroups.com>
Newsgroup: alt.html
Datum: 24.04.2007 17:19
Message-ID: <1177427942.418020.46880@b40g2000prd.googlegroups.com>
Newsgroup: alt.html
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>[ Auf dieses Posting antworten ]
Antworten
- John Hosking (24.04.2007 18:56)
- Neo Geshel (24.04.2007 19:16)
