Re: [css-d] Runaway input text box

2009-09-14 Thread Jukka K. Korpela
Duane Nelson wrote: > I'm cleaning up my css and xhtml for a new design and having problems > with a text box. It's generally more productive to design new pages well than to clean up existing pages. > URL: http://rapicom.net/site-2009/quotes.html > CSS: http://rapicom.net/site-2009/css/rc.cs

[css-d] Runaway input text box

2009-09-14 Thread Duane Nelson
Greetings. I'm cleaning up my css and xhtml for a new design and having problems with a text box. URL: http://rapicom.net/site-2009/quotes.html CSS: http://rapicom.net/site-2009/css/rc.css Problem: The input text box for "Date Required (mm/dd/):" appears to be aligned justified or right

Re: [css-d] Runaway input text box

2009-09-14 Thread Climis, Tim
> Problem: The input text box for "Date Required (mm/dd/):" appears > to be aligned justified or right. But that is not in the style sheet. The firebug extension for Firefox is your best friend. On line 174 of rc.css, there's this declaration: #date { float: right; text-align: right;