Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 10-31-2010, 12:06 PM problem with mix css
Novice Talker

Posts: 6
Trades: 0
Hi every one

I've make a web site and it works well until I've added a new menu to my web site . The manes has a different css file and it has mixed with the main website's css .

I want to do something that their css styles don't mix . How can I do so ?

I mean , They have their own css styles and they just work for them selfs

excuse me because of bad English

Thanks
hno2005 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-31-2010, 12:36 PM Re: problem with mix css
shivaji's Avatar
Ultra Talker

Posts: 321
Trades: 0
This is not easy to give some 100% good answer without css but if is your new menu inserted in new div with some id (e.g. #menu2) then you can simple to insert in this new css in front of any definition #menu2. For example:

instead of:
.no_underline {
text-decoration: none;
}
write:
#menu2 .no_underline {
text-decoration: none;
}

In that case this css will aplly only on elements in #menu2 div.
__________________

Please login or register to view this content. Registration is FREE
- uncommon free scripts

Please login or register to view this content. Registration is FREE
- Städte, Sport, Party, Gourment, Apartments, Hotels

Last edited by shivaji; 10-31-2010 at 12:37 PM..
shivaji is offline
Reply With Quote
View Public Profile Visit shivaji's homepage!
 
Reply     « Reply to problem with mix css
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.92033 seconds with 12 queries