[css-d] height as percentage problems not new, but new to me...

2013-08-20 Thread Noel Taylor
This is probably an old problem, but I can't find the answer. All I need is: 1. A floating container div whose height varies with the size of the window. 2. A fixed-size div inside whose vertical position varies with the size of the container. 3. Another fixed-size div right underneath the one in

Re: [css-d] progress bar

2009-07-01 Thread Noel Taylor
ng? On Tue, Jun 30, 2009 at 3:27 PM, Climis, Tim wrote: > From: Noel Taylor [mailto:noelta...@gmail.com] > Sent: Tuesday, June 30, 2009 3:53 PM > To: Climis, Tim > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] progress bar > > Tim, thank you for your response. I&

Re: [css-d] progress bar

2009-06-30 Thread Noel Taylor
essage- > From: css-d-boun...@lists.css-discuss.org [mailto: > css-d-boun...@lists.css-discuss.org] On Behalf Of Noel Taylor > Sent: Tuesday, June 30, 2009 1:47 PM > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] progress bar > > > Isn't making the spa

Re: [css-d] progress bar

2009-06-30 Thread Noel Taylor
then set height to the appropriate > height, and the widths can be set incrementally as you make progress toward > your goal? > > This could probably be automated with a DB and some simple server-side > code, but that's not for this list. > > > Noel Taylor wrote: >

Re: [css-d] progress bar

2009-06-30 Thread Noel Taylor
y: block; }. > Alternatively, you could use the original divs, but use links inside > the divs with { display: block; } > > -Alex > > On Tue, Jun 30, 2009 at 1:25 PM, Noel Taylor wrote: > > > Dear css-d gurus: > > > > I want to make a box that shows the progre

[css-d] progress bar

2009-06-30 Thread Noel Taylor
Dear css-d gurus: I want to make a box that shows the progress that a non-profit has made toward a certain fund-raising goal. It should look something like: |||| || That is, the box should be sub-divided into two boxes: one with a colored background to show the pro

Re: [css-d] overriding normal key combinations in IE8

2009-06-11 Thread Noel Taylor
ciate any help from the group. On Thu, Jun 11, 2009 at 6:45 AM, Erik Vorhes wrote: > On Thu, Jun 11, 2009 at 1:16 AM, Noel Taylor wrote: > > > > So I thought it would be fun to try to write an event handler that would > > allow me > > to produce those letters in the tex

[css-d] overriding normal key combinations in IE8

2009-06-11 Thread Noel Taylor
Dear css-d, This is totally a DOM question and not a CSS question, but I hope that you can help me anyway. Apologies if this is inappropriate. I'm making a website where I will often have to type in a lot of Spanish surnames into a textarea. I want to write these names with the correct accent m

[css-d] form elements and back button

2007-03-05 Thread Noel Taylor
Dear forum, I've written a web page in which a element uses the "onchange" attribute to advance to another page instead of requiring the user to pick an option from the select menu and then click a "submit" button. One problem with this, however, is that if the user clicks their back button afte