Lalena wrote: > Excellent, this worked! Thank you so much. > By the way, can you tell me the difference between: > div.item {blah blah} > and simply > .item {blah blah} > ? > I'm new at this (obviously)! > Lalena >>> >>> http://suziblade.com/rapant-mcelroy/our_services.html
O.K. I play at using a box of colored crayons to make visuals. So if my "technical" explanation is wrong, someone will come to our rescue.... div.item {...} Means something like, it tells the software (the browser) to find /any division element/ with a class attribute called "item" And is more specific than just: .item {...} telling the software to find /any element/ with a class attribute called "item" ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] 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/