[css-d] Inner HTML/CSS

2007-03-20 Thread Glenn E. Lanier, II
Hi,
 
I've created a simple page
(http://www.lanierconsulting.net-a.googlepages.com/ErrorTest.html) that
displays an problem I'm having. I want to parse my form's inputs, report
errors if any (by creating and styling an unordered list) in a box (with an
appropriate background/color to draw attention) or allow the form to be
submitted.
 
What I have seems to work, with the exception of the background color/border
displaying when I apply the class to the div. Using Firefox/Web Developer
Toolbar, I can change the size of the text and see it change immediately, so
I know my CSS names are spelled correctly/applied to the item in question.
 
Any help is appreciated. If there is a better way to approach this task, I'm
all ears. 
 
--G
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Inner HTML/CSS

2007-03-20 Thread Glenn E. Lanier, II
  _  

From: Glenn E. Lanier, II [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 3:35 PM

I've created a simple page
(http://www.lanierconsulting.net-a.googlepages.com/ErrorTest.html) that
displays an problem I'm having. I want to parse my form's inputs, report
errors if any (by creating and styling an unordered list) in a box (with an
appropriate background/color to draw attention) or allow the form to be
submitted.
 
What I have seems to work, with the exception of the background color/border
displaying when I apply the class to the div. Using Firefox/Web Developer
Toolbar, I can change the size 


Turns out I was missing a semicolon in my rules; that caused the
border/background not to appear.
 
Thanks to all that looked/replied.
 
--G
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/