-
NEW
-
Problem with dropdown menu
By Kumi Festus
dropdown menuinline-blockdisplay
I had a tough time trying to center menu in a div container. I did it finally, I'm not sure if that is the best way. Now I have another hurdle displaying the dropdown menu as inline-block or table. Here is the entire code. <html> <head> ... (continued)
-
NEW
-
How To Display ul dropdown menu an inline-block or inline-table
By Kumi Festus
inline-tablemenu listsfoundation 6
I have created a dropdown menu.I want the dropdown lists to display as inline-block or inline table but I can't figure out the right way foundation does it. Any help will be appreciated. <div class="row column text-center"> <ul class="dropd... (continued)
-
9Replies
-
Centering Inline Lists In a DIV
By Kumi Festus
inline elementscenter in a div
I have been having a hard time trying to place un-ordered inline elements in the center of a div. I need help to do this. <div class="column" style="text-align:center;"> <ul class="dropdown menu" data-dropdown-menu id="dropdown"> <li&... (continued)
Last Reply by Rafi Benkual over 3 years ago
-
2Replies
-
Hover to reveal Tabs Content
By Kumi Festus
foundation 6tabshover to reveal content
I need this function for tabs I'm creating. So far there is an active tab where the content is displayed by default. I want it like OnMouseOver, content is revealed and onMouseOut, content is hidden. And I don't want an active tab. This is how the tab i... (continued)
Last Reply by aamir khan 5 months ago
-
2Replies
-
Foundation 6 Accordion Open/Close
By Kumi Festus
foundation 6accordiontoggle opentoggle close
I have created an accordion feature which opens to display a contact us form. So far, click to reveal the form is great but clicking to hide the form has been a pain in my ass. I need help here. Thanks for your help. The code is below:
Last Reply by Kumi Festus almost 4 years ago
-
3Replies
-
I can't get Jquery UI to work in Foundation 6
By Kumi Festus
I am trying a to make a site with Foundation 6 where I will need some interactivities with Jquery. So far Jquery has been installed and functioning fine.Jqueryui does not work. I don't know why. I included it the same way I did for Foundation5. It is all ... (continued)
Last Reply by Kumi Festus almost 4 years ago
@Imri,
Using Foundation with or without php is not different from creating any site with html/css. If you downloaded the entire Foundation setup which has the folder name Foundation, you can see that in the folder, there is a default page called index.html.
You can change that to index.php so that you can insert php code into it.I think it's not advisable to have the index.php file in a folder which is also in another folder,like RootFolder/anotherFolder/index.php The best practice should be
RootFolder/index.php/pages or RootFolder/index.php/folder(s)/pages