If the larger div has position:absolute or position:relative you can do
this:
#SmallDiv {
position:absolute;
right:0;
bottom:0;
}
Michael wrote:
> Thanks for the assistance so far. I am making good progress and I have gotten
> to the point where the table tag does not exist anywhere in code.
>
> Now what I need to know is how to get a (small) div to align itself in the
> bottom right hand corner of the (large) div it's within.
>
> Can I do this without changing the attributes of the larger div?
>
> Michael
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---