Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Fixed Position Layout with fixed center column? (http://forum.bytesforall.com/showthread.php?t=10945)

49Monsters Nov 3, 2010 11:47 AM

Fixed Position Layout with fixed center column?
 
I'm trying to get a layout fixed to the RIGHT side. I want the center column to be a fixed width as well.

In "Style & Config LAYOUT" I have it set to a 900px width.
In "Layout Container Style" I've added:
position: fixed;
top: 0%;
right: 0%;

In "Add HTML/CVSS Inserts" I've added:
.coltwo { width: 600px; }

I have my left side-bar set to 300px. No right side-bar.


This seems to give me the look I want in Safari, but NOT Firefox. PLUS, in both browsers the vertical scroll bars went away.

I tried adding this to "Add HTML/CVSS Inserts":
html {
overflow-y: scroll;
}

It gives me a "empty" scroll bar. Just the slot, no bar to move?

I would include my site, but I'm working local. But this is what I trying to do:
http://www.csszengarden.com/?cssfile=132/132.css

49Monsters Nov 3, 2010 02:41 PM

I think I found it!
Changed to 100% fluid.
Replaced:
position: fixed;
top: 0%;
right: 0%;


For:

scroll 0 0 transparent;
float:right;
margin:0;
padding:0;
text-align:left;
width:800px;


(Been playing with size a little that's why the 800 instead of 900 originally stated.)

Seems to work in both browsers.


All times are GMT -6. The time now is 04:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.