Forum OpenACS Development: Re: oops. cvs allows anonymous tagging

Collapse
Posted by Jeff Davis on
It would probably be better to say something like
<div id="context"><a href=...> ... </div>
so that you could suppress the context bar entirely in css
via #context {display: none} and could style the a's via
#context a { }.

Ideally we would change context to be a <ul> and do that
fancy inline list stuff so the whole thing could be styled via
css.