1 elgringo Oct 10, 2006 06:42
3 elgringo Oct 10, 2006 19:30
OK, through some vodoo and trickery and finding the right combination, I finally got the site to look like I want in FF and IE, with now one last exception.
The sidebar menu floats to the right, fixed at the top on both -> Great.
The main post section is variable width to take up the balance of the window from the fixed sidebar menu -> Great.
But now in IE, the post information expands to ther ight once it gets past the bottom of my sidebar. In FF, of course, it stays the constant width as set at the top of the page, like I want it.
I want the post section width to be constant down the page. I have tried (based on othe reading) setting body, html, and the bSideBar to height 100% with no effect. If I set the padding-right to 270 for the main post div, it works in IE, but then FF squeezes the main post section skinnier than I want.
So, does anyone have a clue how to maintain the main post column width down past the sidebar?
OK, I have done some adjusting, and now they look the same in both Firefox and IE, but the problem, is its not what I want. Now the sidebar doesn't show up at the top next to the post section, but shows up at the bottom of the posts to the right.
I have tried all kinds of combinations and can't get this to work. I think what I am trying to do is simple enough. I have 2 main DIV's. On I want to be on the left (.bPosts) and the other on the right (.bsideBar). The one on the left I want to have a variabl width based on what is remaining form the fixed right width.
Here is my modified CSS:
Right now, the _main.php generates the post section first and the sidebar section second. Before, I had it switched around and took out the 'margin' info on bPosts and it works in Firefox, but not IE.
Can anyone offe rme some formatting tips for this, please? Thanks!