View Single Post
Old 2010-08-15, 06:26 AM   #11
flowersgone
Are you sure you're an accredited and honored pornographer?
 
Join Date: Sep 2008
Posts: 67
Quote:
Originally Posted by Cleo View Post
I've heard that there is a way to move the code for the page's content to the top of the source code instead having the side menu always at the top of the page's code. I couldn't figure out how to do that or if it is even really possible.
I had luck with a relatively simple css change that seemed to work in IE8, FF3, Safari and Chrome and allowed me to move the <div> .navboxleft_C88C7E5C (and contents of course) beneath <div> .navboxauto_C88C7E5C inside the content div. To the css rule for

.navboxcont_C88C7E5C - I added

Code:
position: relative
and to the css rule for

.navboxleft_C88C7E5C - I added

Code:
position: absolute; top: 0; left: 0
That worked for me.

HTH,
fg
__________________
Thank you for checking out my:
Portfolio and Tech Services
flowersgone is offline   Reply With Quote