php - foundation menu is not working in CodeIgniter -


I'm new to the foundation framework and I'm trying to integrate the foundations with CodeIgniter. Everything is working but the menu part is not working It seems that the style is not affecting the menu. I have been working on it for 2-3 days, please help me solve it.

  & lt ;; Doctype html & gt; & Lt; Html class = "no-js" lang = "en" & gt; & Lt; Top & gt; & Lt; Meta charset = "UTF-8" /> & Lt; Meta name = "viewport" content = "width = device-width, initial-scale = 1.0" /> & Lt; Title & gt; Foundation | Welcome & lt; / Title & gt; & Lt; Link rel = "stylesheet" href = "& lt ;? php echo base_url (). 'Public / lib / found /' ;? & gt; css / foundation.css" /> & Lt; script src = "& lt ;? php echo base_url (). 'Public / lib / found /' ;? & gt; JS / vendor / moderngraj.js" & gt; & Lt; / Script & gt; & Lt; Style & gt; .columns {border: 1px solid red; } & Lt; / Style & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Div class = "row" & gt; & Lt; nav class = "top-bar" data-topbar & gt; & Lt; Ul class = "title-area" & gt; & Lt; li class = "name" & gt; & Lt; H1 & gt; & Lt; A href = "#" & gt; My site & lt; / A & gt; & Lt; / H1> & Lt; / li & gt; & Lt; li class = "toggle-topbar menu-icon" & gt; & Lt; A href = "#" & gt; Menu & lt; / A & gt; & Lt; / li & gt; & Lt; / Ul & gt; & Lt; Section class = "top-bar-section" & gt; & Lt ;! - Right ave section - & gt; & Lt; ul class = "right" & gt; & Lt; Li class = "active" & gt; & Lt; A href = "#" & gt; Right button active & lt; / A & gt; & Lt; / li & gt; & Lt; li class = "is dropdown" & gt; & Lt; A href = "#" & gt; Right button dropdown & lt; / A & gt; & Lt; ul class = "dropdown" & gt; & Lt; Li & gt; & Lt; A href = "#" & gt; The first link in the dropdown & lt; / A & gt; & Lt; / li & gt; & Lt; / Ul & gt; & Lt; / li & gt; & Lt; / Ul & gt; & Lt ;! - Left Navigation Section - & gt; & Lt; ul class = "left" & gt; & Lt; Li & gt; & Lt; A href = "#" & gt; Left Navigation Button & lt; / A & gt; & Lt; / li & gt; & Lt; / Ul & gt; & Lt; / Section & gt; & Lt; / Neo & gt; & Lt; / Div & gt; & Lt; Div class = "row" & gt; & Lt; div class = "large -4 column" & gt; & Lt; Br / & gt; & Lt; Br / & gt; & Lt; / Div & gt; & Lt; div square = "big -8 column" & gt; & Lt; Br / & gt; & Lt; Br / & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Script src = "& lt ;? php echo base_url (). 'Public / lib / found /' ;? & gt; JS / vendor / jquery.js" & gt; & Lt; / Script & gt; & Lt; Script src = "& lt ;? php echo base_url (). 'Public / lib / found /';? & Gt; JS / foundation.mind.Js" & gt; & Lt; / Script & gt; & Lt; Script & gt; $ (Document) .foundation (); & Lt; / Script & gt; & Lt; / Body & gt; & Lt; / Html & gt;  

I get the problem I added only the file that was included in the html page Like modernizr.js, foundation.min.js, foundation.css ..etc but when I added the entire foundation folder to my new application,

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -