|
Posted by Beauregard T. Shagnasty on 10/21/78 11:39
John Salerno wrote:
> Beauregard T. Shagnasty wrote:
>> John Salerno wrote:
>>
>>> Can someone help me with this:
>>> http://www.johnjsal.com/blog.html
>>>
>>> ... Maybe I shouldn't use the three_column.css file.
>>
>> I'd agree. Have a study of this one:
>> http://www.benmeadowcroft.com/webdev/csstemplates/3-column.html
>
> Thanks, I'll give this a try also. But since the navigation menu that
> I'm using has absolute positioning, I'll probably still have the same
> problem. What would I change this to to make it fixed inside the left
> sidebar?
Ben's menu has absolute positioning as well.
..menu{ position : absolute;
top : 5em;
left : 5px;
width : 10em;
z-index : 1;
padding : 0em; }
...etc.
If you intend to do some trickery to prevent the menu from scrolling
(e.g. on screen all the time regardless of where in the content you are
reading), that doesn't work in IE. It may also prevent visitors with
short windows (in height) from seeing the bottom of the menu.
I guess you've looked at the rest of his templates, too?
The standard two-column, with menu on left:
http://www.benmeadowcroft.com/webdev/csstemplates/left-column.html
Notice that there are two style sheets, one for common styles, and the
other for the column layouts. You could have multiple pages with
differing numbers of columns just by switching the one line linking to a
style sheet.
--
-bts
-Warning: I brake for lawn deer
Navigation:
[Reply to this message]
|