How apply new CSS in an project that already has?

babemangirl

New Member
I'm working in a project which already uses a stylesheet, but I would like to improve the website using Foundation.I tried to put the new stylesheet in the project but something that was like this:Became this:So I just stop using Foundation, but I really would like to use it, but how ?What did you guys do to apply a new CSS in a project that already has ?update<!-- CSS Ganglia --><link type="text/css" href="http://stackoverflow.com/questions/15835208/css/smoothness/jquery-ui-1.9.1.custom.min.css" rel="stylesheet" /><link type="text/css" href="http://stackoverflow.com/questions/15835208/css/jquery.liveSearch.css" rel="stylesheet" /><link type="text/css" href="http://stackoverflow.com/questions/15835208/css/jquery.multiselect.css" rel="stylesheet" /><link type="text/css" href="http://stackoverflow.com/questions/15835208/css/jquery.flot.events.css" rel="stylesheet" /><link type="text/css" href="http://stackoverflow.com/questions/15835208/styles.css" rel="stylesheet" /><!-- /CSS Ganglia --><!-- CSS Integra --><link type="text/css" href="http://stackoverflow.com/questions/15835208/css/integra/style.css" rel="stylesheet" /><!-- /CSS Integra --><!-- CSS Foundation --><!-- <link rel="stylesheet" href="http://stackoverflow.com/questions/15835208/css/foundation/normalize.css" /> --><!-- <link rel="stylesheet" href="http://stackoverflow.com/questions/15835208/css/foundation/foundation.css" /> -->
 
Back
Top