|
Posted by Eli Heifetz on December 21, 2006, 1:57 pm
Please log in for more thread options
<div style="position:relative">
<table style="position:absolute; top:-30px;">
<tr><td>A</td></tr>
<tr><td>A</td></tr>
</table>
</div>
> I have an #include that has a table in it for navigation. I have full
> control over the content of this include, but not the page that uses
> it. So I'm limited on the formating I can do. I can't change the
> parent page that pulls the include in. I can only change the include.
> I'd like to somehow enclose the stuff that's in the include, inside a
> div that I can somehow reposition up a few px. Is there a way to do
> this?
|