-
-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Menu in Silex #1615
Comments
Hello |
Hello! |
If there was a way on V3 too import a site as an option like in v2 or start with template. |
Unfortunately no, there is no way to import v2 to v3 V2 was active for 10+ years and it had flaws that can not evolved, I needed to break it For your problem of drop down, I can suggest that you use HTML in an HTML box maybe? |
To generate the HTML maybe try this (or similar, I just did a search) |
Dear Alex Is there any other description or tutorial which explains it for a newbee like me :)) |
Hello, |
Drop menu with categories |
<title>Dropdown Menu with Categories</title>
<style>
/* Main dropdown container */
.dropdown {
position: relative;
display: inline-block;
}
|
Drop Menu |
<title>Dropdown Menu for Silex</title>
<style>
/* Main menu container */
.dropdown {
position: relative;
display: inline-block;
}
|
Hope this helps. |
Thank you so much. Yes it worked! |
Glad it helped. |
Well, i still have difficulties to adapted the navbar to the different modes (tablet, mobile landscape etc.) Can i use one css script which is value for all those modes? |
Hello I am having issues following the guide for #247 . I am using the web editor silex from Silex.me (https://editor.silex.me/) and the guide seems very outdated and some of the functions on there do not appear in Silex Web? Could this be added into the main editor itself? Many other web builders already do this included and was wondering why its not the same here?
The text was updated successfully, but these errors were encountered: