On Mon, 26 Mar 2007, Nick Burch wrote:
On Mon, 26 Mar 2007, Dominic Hargreaves wrote:
Ah, it looks like noone committed this change,
so
navbar_common_navigation is now in the release. Whoops - but not the end
of the world. Nick, you could commit the correct name, updating
README.CSS as appropriate, if you like?
OK, done
I've also had to add another parent to navbar (id=navbar_parent), hope
that's ok. This allows you to pull bits of the navbar over into another
column (or more than two, if you want), and still have the rest of the
guide positioned properly.
You can see it in two different styles on:
http://cotswolds.openguides.org/wiki/wiki.cgi?The_Bird_In_Hand%2C_Hailey
http://ogtest.torchboxapps.com/wiki/wiki.cgi?Evenlode_Books%2C_Charlbury
(The trick is to size the parent however big you want both to be, then add
a left margin on the navbar itself to shift it out of the way, then
position:absolute to put any other things in the required place)
Nick