I have two questions. Both arise because I get warnings when validating css. Both are illustrated at http://www.drdelmath.com/playpen/test1_float.htm
1) It seems to me that I have declared a width for the classes "left_objectives" and "right_objectives", but the validator warns me I need a width. If I move width:47%; into each of the individual styles the warning disappears. Should I duplicate width:47% or live with the warning? 2) I display many different size images and want them to be on the right edge of the view window. So I have a class called "image_right" whose style does not contain a width declaration because I use many different size image as shown on the test page. Should I live with the warning or is there a better way to position my images? Thanks Del ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
