Hi.
Is it possible to float an element to one of the four corners of the page, or to the middle of the left or right side of the page? For example, like the following:
where B is my body element and F is my floated element. Basically, I'd like float: top right or float: middle right to work. Is there a way to achieve this?
Thanks,
Cameron
Is it possible to float an element to one of the four corners of the page, or to the middle of the left or right side of the page? For example, like the following:
BBBBBBBB FFF BBBBBBBBBBBB
BBBBBBBB FFF BBBBBBBBBBBB
BBBBBBBB FFF BBBBBBBB FFF
BBBBBBBBBBBB or BBBBBBBB FFF
BBBBBBBBBBBB BBBBBBBB FFF
BBBBBBBBBBBB BBBBBBBBBBBB
BBBBBBBBBBBB BBBBBBBBBBBB
where B is my body element and F is my floated element. Basically, I'd like float: top right or float: middle right to work. Is there a way to achieve this?
Thanks,
Cameron