Hello,

I'd like to use stylesheets to position the main body of an article over a 
graphic.  I've done this here:
     http://www.pgs.ca/main_file.php/Prevention/20/

However I've run into a number of problems with this.  Although the text doesn't 
physically drag across the right side bar, I can't click on any of the items in 
the right sidebar...  It also runs right over the footer.

It also seems to have real problems managing tables within the positioning script:
     http://pgs.ca/main_file.php/Abolition/

Any ideas on how to make this work.

I'm using the following style:

DIV#body {
              position:       absolute;
              top:           120px;
              left:          170px;
              }


And it is called using:

       <DIV ID="body">
       {content}
       <table border=0 width="100%">
         <tr>
         <td valign=top>{catlinks}</td>
         <td valign=top>{sublinks}</td>
         </tr>
       </table>
       </DIV>

Thanks.

Mike

-- 
Mike Gifford, OpenConcept Consulting, http://openconcept.ca
Offering everything your organization needs for an effective web site.
Featured Client: http://halifaxinitiative.org
A good life is one inspired by love and guided by knowledge - B. Russell


Reply via email to