I have a div within that div I have a menu set as a ul followed
>>           right underneath by an image.  Currently there is unwanted
>>        space
>>           between the list elements and the image.  There doesn't
>>        seem to be
>>           any padding or margins that would cause this.
>>
>>
>
>
It looks like you need to zero out the padding and margin on the default ul
in your style sheet


ul {
list-style-type:none;
}


-- 
Susan R. Grossman
[EMAIL PROTECTED]


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to