Ana,

Basically, you have several "ul li" rules that override each other.  To make 
them specific to the globalNavi or subNavi, you need to make them more specific 
with a descendant selector.  For example:

#globalNavi ul li {
  margin: 0;
  padding: 0;
}


I would suggest that you review some tutorials on CSS selectors.  I suggest 
Selectutorial (http://css.maxdesign.com.au/selectutorial/index.htm) or WestCiv 
(http://www.westciv.com/style_master/house/index.html).

Also, regarding the order of your items in the globalNavi, the problem is that 
the individual <li> are floated right.  I think that you just want to float the 
<ul> to the right.  But leave the <li> alone.

Let us know if you need more assistance.

Regards,

Scott Povlot

----- Original Message ----
From: Ana Aguilar <[EMAIL PROTECTED]>
To: [email protected]
Sent: Thursday, December 7, 2006 10:32:47 AM
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 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 so it acts independent of the other
navi? where is/are the mistake(s)?
2. Why is the order in my globalNavi not working? If you notice in the code 
whatever I have in the first li (home) appears on the last tab!
the layout:
http://preview.aguilar-hauke.de/Sites/test/print.html
the css:
http://preview.aguilar-hauke.de/Sites/test/styles/master.css

Could someone help me, please?

Thanks 

Ana

 
---------------------------------
Have a burning question? Go to Yahoo! Answers and get answers from real people 
who know.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/







 
____________________________________________________________________________________
Need a quick answer? Get one in minutes from people who know.
Ask your question on www.Answers.yahoo.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to