Webmaster's Community

Designing and Development => Programming => Topic started by: omi on August 02, 2011, 11:14:15 AM

Title: Why the properties of other class change when I am doing of another one class ?
Post by: omi on August 02, 2011, 11:14:15 AM
Hey, I am working on site and its almost done  I just wanted to add a div at the footer of the layout which i have done successfully i want to add the privacy and policy page but when giving the properties to the ul li class the ul li of header menu is also changing. The class name of both header and footer privacy page is different i just copied the properties of  header ul li class but when i put the properties to privacy class i changed the name of the class but it still happen ! So, tell the solution of this problem ? I m in big trouble !
Title: Re: Why the properties of other class change when I am doing of another one class ?
Post by: Savera on August 04, 2011, 04:22:15 AM
It must be problem of inheritance.  You may have given declaration of ul li as whole. Try giving your many as ID and then go for footer styling.