Re: [WSG] Horizontal List Issue

2006-06-01 Thread Gaspar
something like that ?! style type=text/css html, body { margin: 0 ; padding: 0 ; display: block ;} ul { margin: 0 ; padding: 0 ; list-style: none ; } li { margin: 0 ; padding: 0 ; display: block ; width: 15% ; float: left ; background: #f0f0f0 ; text-align: center } a { float: left ; display:

RE: [WSG] Horizontal List Issue

2006-06-01 Thread Ricci Angela
Hi, Jonathan I think it would be better if you don't add the p inside your list item. You don't need them. Cheers, Angela -Message d'origine- De : listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] De la part de Jonathan Carter Envoyé : jeudi 1 juin 2006 09:51 À : Web

Re: [WSG] Horizontal List Issue

2006-06-01 Thread David Laakso
Jonathan Carter wrote: I'm trying to create a horizontal navigation menu where each list item contains an image and descriptive text. I want the image to be centered within the item and also be block so that the text is below it. I haven't been able to get this to work perfectly between IE/FF

Re: [WSG] Horizontal List Issue

2006-06-01 Thread Tony Crockford
Jonathan Carter wrote: That would be the my desired way of doing it, but like I said, the list is generated dynamically, it's not static HTML. There could be any number of list items that are displaying any image that is uploaded by the user, so I wouldn't know what image to make as the

RE: [WSG] Horizontal List Issue

2006-06-01 Thread Ted Drake
Of Thierry Koblentz Sent: Thursday, June 01, 2006 9:45 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Horizontal List Issue Jonathan Carter wrote: That would be the my desired way of doing it, but like I said, the list is generated dynamically, it's not static HTML. There could be any number

Re: [WSG] Horizontal List Issue

2006-06-01 Thread Thierry Koblentz
Jonathan Carter wrote: I've actually isolated what my issue is with this. I've got the list working fine in both FF and IE, but if I try to absolutely position the entire list, the images are no longer centered in FF, but it still works in IE. Do you have a test page to show us what you're