Re: Problem with Tables....

by "Jason Boudreault" <theunforgiven(at)home.com>

 Date:  Fri, 18 Aug 2000 20:01:01 -0600
 To:  <hwg-basics(at)hwg.org>,
<hwg-techniques(at)hwg.org>,
"John Rougeau" <JRouge(at)jlc.net>
 References:  jlc
  todo: View Thread, Original
Hello,

    Well, looking at the site, and your code, I see the problem.
Your buttons jump because the table isn't a static size, and you
have your row aligning to the middle.. If you make your table
a static height then your buttons will stay in the same place,
or if you make your row align to top, and you put the right amount
of <br>'s in to put it in the right place on every page....

Change:
<TABLE CELLPADDING="2">
to
<TABLE CELLPADDING="2" height="70%">

(replace 70% with number that makes it look right,
I tested it and 70 looks okay on my computer)

--- OR change ---

  <TR VALIGN="MIDDLE">
    <TD width="200">
      <TABLE CELLPADDING="2">
 <TR>

-- to:
  <TR VALIGN="MIDDLE">
    <TD width="200">
 <br><br><br><br><br><br>
      <TABLE CELLPADDING="2">
        <TR>


The first way is probably alot better then the second,
Hope this Helps, lemme know.

Jason Boudreault

----- Original Message -----
From: "John Rougeau" <JRouge(at)jlc.net>
To: <hwg-basics(at)hwg.org>; <hwg-techniques(at)hwg.org>
Sent: Friday, August 18, 2000 5:03 PM
Subject: Problem with Tables....


> Greetings!
>
> I am working on a site that has a sidebar with buttons.  I am using a
table
> with 1 row and 2 columns (1 for sidebar, 1 for main body).  My problem is
I
> cannot get the sidebar buttons to anchor in the same place from page to
> page. My buttons jump around everytime I click on a different button.
>
> I have tried the <valign> tags, but they don't seem to work.  I could use
> frames, but I'm avoiding that route.
>
> Any suggestions?  The site is at <www.resourcerecruiting.com>.
>
> Many Thanks in advance!
>
> -John

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA