Just an FYI, padding cannot use negatives. Margins can, but padding can't. The best you can do is zero out padding.
Top: Left: Right: and Bottom: are used for positioning. They aren't used for anything else and must be used with either position:relative, position:absolute or position: fixed. Sandra Clark ============================== http://www.shayna.com Training in Cascading Style Sheets and Accessibility -----Original Message----- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 10:31 AM To: CF-Talk Subject: RE: CSS UL? Excellent Thanks! -----Original Message----- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 10:14 AM To: CF-Talk Subject: RE: CSS UL? Use Margin-top ........................ Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -----Original Message----- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 10:05 AM To: CF-Talk Subject: OT: CSS UL? Okay for all the CSS gurus: How can I make a UL tag use less spacing overhead. When you use a UL tag, it creates a good size space in between the previous line to the First LI element. How can I reduce that? I tried: <UL style="padding-top:-10px;"> but did not work (did not think it would but tried). Does it have to be used in conjunction with positioning such as position:relative ? TIA! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256315 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

