Please check out this link quickly:
As you can see the text as the bottom is aligned to the left side of the page
I want to add text to the right side of the page inline with the text already present.
How is this done?
I am finding it difficult to align all these divs!
Thanks guys!
James
You can easily rewrite everything to accommodate two regions (left and right) inside of your footer id like so:
HTML
CSS
demo
http://jsfiddle.net/8grSk/8/
— edit
changed the fiddle to accommodate for your hover state better.