Re: [WSG] Floating a sub-list level with it's parent list

2009-03-08 Thread Seona Bellamy
2009/3/6 Robert Turner r...@flexadata.com Why not make the entire nav element (mainNav) positioned absolute? I'd probably use a div to contain the parent ul (if you are not already doing this). I'd start with something like: .mainNav { /* nav at top right of screen */ position:

RE: [WSG] Code management advice needed

2009-03-08 Thread Jens-Uwe Korff
Hi Robert, Ben, James Martin, thanks for your responses. I've followed the links supplied and read your comments carefully. It seems that we really need to introduce tagging to set defined versions we can go back to to solve our problems. Currently we have a 'trunk' and a 'branch' for each

Re: [WSG] Code management advice needed

2009-03-08 Thread Robert Turner
no problem :-) I still have to learn more about SVN with respect to selectively checking out code (I don't need the full code base for each branch) and retagging. To get the subdirectory you want, just check it out and give it a name: eg. svn co