From: dorayme on 20 Apr 2010 18:25 In article <1bbrs5tm869ncho225setmi7e8cigcan5m(a)4ax.com>, Albert Ross <spam(a)devnull.co.uk.invalid> wrote: > On 17 Apr 2010 01:34:11 GMT, "Chris F.A. Johnson" > <cfajohnson(a)gmail.com> wrote: > > > You can see how I do it at <http://photos.cfaj.ca/wg/> > Nice. A couple of not important things, I reckon in this particular page (I have not examined sitewise) just use overflow; hidden rather than overflow-x: auto; and overflow-y: hidden; to avoid a largely unhelpful scrollbar at narrow window widths. And .meta a {background: #fff;} perhaps would be nicer if dropped, in fact, perhaps a ul and simple left aligned for the two links there... -- dorayme
From: Chris F.A. Johnson on 20 Apr 2010 20:50 On 2010-04-20, dorayme wrote: > In article <1bbrs5tm869ncho225setmi7e8cigcan5m(a)4ax.com>, > Albert Ross <spam(a)devnull.co.uk.invalid> wrote: > >> On 17 Apr 2010 01:34:11 GMT, "Chris F.A. Johnson" >> <cfajohnson(a)gmail.com> wrote: >> > >> > You can see how I do it at <http://photos.cfaj.ca/wg/> >> > > Nice. Thanks. > A couple of not important things, I reckon in this > particular page (I have not examined sitewise) just use overflow; > hidden rather than overflow-x: auto; and overflow-y: hidden; to > avoid a largely unhelpful scrollbar at narrow window widths. You may be right; I'll try it like that. > And .meta a {background: #fff;} perhaps would be nicer if > dropped, Agreed. > in fact, perhaps a ul and simple left aligned for the > two links there... I like them better centered. -- Chris F.A. Johnson <http://cfajohnson.com> =================================================================== Author: Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
From: Ben C on 21 Apr 2010 03:19
On 2010-04-20, dorayme <dorayme(a)optusnet.com.au> wrote: > In article <1bbrs5tm869ncho225setmi7e8cigcan5m(a)4ax.com>, > Albert Ross <spam(a)devnull.co.uk.invalid> wrote: > >> On 17 Apr 2010 01:34:11 GMT, "Chris F.A. Johnson" >> <cfajohnson(a)gmail.com> wrote: >> > >> > You can see how I do it at <http://photos.cfaj.ca/wg/> >> > > Nice. A couple of not important things, I reckon in this > particular page (I have not examined sitewise) just use overflow; > hidden rather than overflow-x: auto; and overflow-y: hidden; to > avoid a largely unhelpful scrollbar at narrow window widths. Also because that overflow-[xy] stuff is new-fangled CSS3. |