[WSG] Horizontal List problem in IE

2004-06-29 Thread JW
Hi I am having problem with my horizontal list IE as 'Child A-D li' is showing at the bottom of 'Daddy li'. It looks fine in Firefox and Opera 7. They are all floated to the left in a straight line. ul liDaddy raquo;/li ul lia href=#Child A/anbsp; |/li lia href=# Child

Re: [WSG] Horizontal List problem in IE

2004-06-29 Thread Nick Gleitzman
Hard to tell exactly without seeing full context (a link is better than a code extract), but why not do this and avoid the nested list: ul liDaddy raquo;/li li/li lia href=#Child A/anbsp; |/li lia href=# Child B/anbsp; |/li lia href=# Child C/anbsp; |/li lia href=# Child D/anbsp; |/li /ul Nick

RE: [WSG] Horizontal List problem in IE

2004-06-29 Thread JW
: Tuesday, 29 June 2004 8:24 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Horizontal List problem in IE Hard to tell exactly without seeing full context (a link is better than a code extract), but why not do this and avoid the nested list: ul liDaddy raquo;/li li/li lia href=#Child A/anbsp; |/li lia href

Re: [WSG] Horizontal List problem in IE

2004-06-29 Thread Ben Bishop
Hi Jaime, To correctly nest one list within another, open the new list before closing it's parent li example: ul liParent ul liChild/li /ul /li /ul You might look through the list archives for James Ellis' posts detailing display differences between browsers due to whitespace

RE: [WSG] Horizontal List problem in IE

2004-06-29 Thread JW
Thanks I'll look into it. Best Wishes, Jaime ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Bishop Sent: Tuesday, 29 June 2004 10:23 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Horizontal List problem in IE Hi Jaime, To correctly nest