Pagina 1 van 1

[verplaatst] Tabel overall_header over hele paginahoogte

Geplaatst: 17 aug 2004, 17:05
door lunagang
Dit is mijn aangepaste overall_header.tpl (heb er voor jullie </td></tr></table> aan toegevoegd).


Code: Selecteer alles

<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">

<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META} {NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fiblack/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<!-- Start add - Birthday MOD -->
{GREETING_POPUP}
<!-- End add - Birthday MOD -->
</head>

<body background="../bk-w.jpg">

<a name="top" id="top"></a>&nbsp;
<table width="985" style="border-collapse: collapse" border="0" bordercolor="#FF9900">
	<tr>
		<td colspan="3" style="border-left:1px solid #FF9900; border-right:1px solid #FF9900; border-top:1px solid #FF9900; border-bottom-style: solid; border-bottom-width: 1px; background-image:url('templates/fiblack/images/cellpic_bkg.png')">
		<a href="../forum">
		<img border="0" src="templates/fiblack/images/logo2.png" width="509" height="109" /></a></td>
	</tr>
	<tr>
		<td valign="top" colspan="3" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium; ">&nbsp;</td>
	</tr>
	<tr>
		<td valign="top" width="215" bgcolor="#2E2E2E" height="100%" style="border-left:1px solid #FF9900; border-bottom:1px solid #FF9900; border-top-style: solid; border-top-width: 1px; border-right-style:solid; border-right-width:1px">
		<font>
		<p align="center"><font color="#FF0000">Menu</font></img></p>
		<p class="gensmall">- <a target="_top" href="../">Home</a><br />
		- <a href="index.php">Index forum</a><br />
&nbsp;<br />
		- <a href="{U_FAQ}">{L_FAQ}</a><br />
		- <a href="{U_SEARCH}">{L_SEARCH}</a> <br />
		- <a href="{U_STAFF}" class="mainmenu">{L_STAFF}</a><br />
		- <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> <br />
		- <a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; <br />
		- <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><br />
		<!-- BEGIN switch_user_logged_in -->-
		- <a href="javascript:void(0);" onclick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=540,height=450')" class="mainmenu">
		Chatbox</a><br />
		<!-- END switch_user_logged_in -->
		<!-- BEGIN switch_user_logged_out -->- <a href="{U_REGISTER}">Join de clan</a><br />
		<!-- END switch_user_logged_out --><br />
		- <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></p>
		</font>
		<p></p>
		</td>
		<td width="20" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium; border-right-style:solid; border-right-width:1px">
		<font class="gensmall"></font>&nbsp;<p></p>
		</td>
		<td width="80%" height="100%" bgcolor="#2E2E2E" style="border-right:1px solid #FF9900; border-bottom:1px solid #FF9900; border-top-style:solid; border-top-width: 1px; border-left-style:solid; border-left-width:1px"></td></tr></table>

Het is misschien niet erg w3c valid, maar het werkt best wel in alle browsers.

Ik wil graag dat deze tabel over de hele pagina uitrekt, maar hoe doe ik dat?

Verplaatst door mosymuis

Geplaatst: 17 aug 2004, 17:15
door mosymuis
Je wilt dat het menu dus tot onderaan de pagina reikt?
http://marscards.downfire.com/forum/login.php

Geplaatst: 17 aug 2004, 18:36
door lunagang
Ja, precies. De tweede cel met inloggen natuurlijk ook ;)

Sorry dat ik het in het verkeerde forum heb gezet.

Geplaatst: 19 aug 2004, 13:50
door lunagang
Misschien ben ik wel ongeduldig, maar ik kom er echt niet uit :(

Geplaatst: 19 aug 2004, 14:23
door Leipo
height van de menu cell op 100% zetten?

Geplaatst: 19 aug 2004, 14:33
door lunagang
Staat hij toch al? :( :?