Re: [css-d] first posting

2006-12-08 Thread James Leslie
[EMAIL PROTECTED] On Behalf Of Ana Aguilar Sent: 07 December 2006 19:12 To: Rob Wilmshurst Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] first posting Hi James, thanks for the explanation ( I'll be answering to you directly also, please let me know if the proper thing...) I took out t

Re: [css-d] first posting

2006-12-07 Thread Ana Aguilar
Hi James, thanks for the explanation ( I'll be answering to you directly also, please let me know if the proper thing...) I took out the float: right away from ul li. but left it in globalNavi, (took out the width and put it again in 100% since without It broke apart in Safari) an now is moved

Re: [css-d] first posting

2006-12-07 Thread Ana Aguilar
elps James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ana Aguilar Sent: 07 December 2006 15:33 To: css-d@lists.css-discuss.org Subject: [css-d] first posting Hi there, I am working on a portfolio-kind-of page and got a couple of problems I don't know

Re: [css-d] first posting

2006-12-07 Thread Scott Povlot
. I think that you just want to float the to the right. But leave the alone. Let us know if you need more assistance. Regards, Scott Povlot - Original Message From: Ana Aguilar <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Sent: Thursday, December 7, 2006 10:32:47 AM

Re: [css-d] first posting

2006-12-07 Thread Rob Wilmshurst
Hi Ana, The reason the #globalNavi is in the wrong order is because each is individually floated right. So the browser sees the first element, 'home', and sends it to the right. Elements appearing afterwards are 'queued' to the right, putting them in the opposite order to what you intended.

Re: [css-d] first posting

2006-12-07 Thread James Leslie
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ana Aguilar Sent: 07 December 2006 15:33 To: css-d@lists.css-discuss.org Subject: [css-d] first posting Hi there, I am working on a portfolio-kind-of page and got a couple of problems I don't know how to solve. 1. I have two

[css-d] first posting

2006-12-07 Thread Ana Aguilar
Hi there, I am working on a portfolio-kind-of page and got a couple of problems I don't know how to solve. 1. I have two navis one I called globalNavi, and another subnavi . Somehow when I modify the subnavi, the globalNavi gets modified as well and I dont want that. How can I modify the subnavi