I'm giving my site a much needed and long overdue rewrite and redesign. I've got it working for the most part but I've run into one problem:
newtemplate.php
Note the navigation menu on the right. I want that to appear at the top of the page, just below the title bar. However, if the text on the left "fills" the column, it is pushed down below that text.
I know this can be resolved with a table, but the old design I'm replacing is a convoluted mess of tables so I want to use pure CSS if at all possible. Can anyone offer any advice?
On a related note, notice the page title next to the site name in the title bar. Is it possible to align that to the right side of the bar while keeping it aligned with the site name text, without using tables?
newtemplate.php
Note the navigation menu on the right. I want that to appear at the top of the page, just below the title bar. However, if the text on the left "fills" the column, it is pushed down below that text.
I know this can be resolved with a table, but the old design I'm replacing is a convoluted mess of tables so I want to use pure CSS if at all possible. Can anyone offer any advice?
On a related note, notice the page title next to the site name in the title bar. Is it possible to align that to the right side of the bar while keeping it aligned with the site name text, without using tables?