diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-12 00:53:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-12 00:53:33 +0000 |
commit | c7e8855f49b834f2e6dd6b1ac1f92b168c0b4de1 (patch) | |
tree | 9811abf071eb282441cc08cc75f965a1f563bf77 /usr | |
parent | 36904eed013e38b7259fc03b593327c7ac26c51a (diff) | |
download | pfsense-c7e8855f49b834f2e6dd6b1ac1f92b168c0b4de1.zip pfsense-c7e8855f49b834f2e6dd6b1ac1f92b168c0b4de1.tar.gz |
Make the left area cover all 100% of height and retain rounding!
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/fbegin.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index f5de94f..f73519f 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -62,7 +62,7 @@ function showhide_black(tspan, tri) { } --> </script> -<table width="750" height="100%" border="0" cellspacing="0" cellpadding="0"> +<table width="750" border="0" cellspacing="0" cellpadding="0"> <tr valign="bottom" height="65"> <td width="150" height="65" align="center" valign="middle"> <strong><a href="/"><img src="/logo.gif" border="0"></a></strong></td> <td bgcolor="#990000" background="top_background.gif"> @@ -102,9 +102,9 @@ function showhide_black(tspan, tri) { </td> </tr> <tr valign="top"> - <td valign="top" width="150"> - <div id="niftyMenu"> - <table width="100%" class="menu" bgcolor="#000000"> + <td valign="top" height="100%" width="150"> + <div id="niftyMenu" style="height:100%"> + <table height="100%" width="100%" class="menu" bgcolor="#000000"> <tr valign="top"> <td nowrap><span class="navlnk"><font color="#FFFFFF"> <strong>System</strong> <br> |