the style tag ends with /styleHGF wrote: Wed Jul 27, 2022 6:37 am This is exactly what I want to achieve.
<style>
#FlexGrid2 .nav {
{
z-index: 9999;
}
<style>
so the code would be
Code: Select all
<style>
#FlexGrid2 .nav
{
z-index: 9999;
}
</style>
the style tag ends with /styleHGF wrote: Wed Jul 27, 2022 6:37 am This is exactly what I want to achieve.
<style>
#FlexGrid2 .nav {
{
z-index: 9999;
}
<style>
Code: Select all
<style>
#FlexGrid2 .nav
{
z-index: 9999;
}
</style>
Did you use the latest code I gave?HGF wrote: Wed Jul 27, 2022 11:43 am Unfortunately, I'm not successful, not even with the slash in front of style.
Maybe you can share the html code from where you have generated the screenshot you provided.
This would show me the position where to add the code.
Here is the live site link @crispy https://mcwarrior.de/Dynamic-Menu-Test.phpcrispy68 wrote: Wed Jul 27, 2022 12:37 pm In your demo page, I do not see the z-index:9999 in the code. Can you please update the demo online with your changes? When Wwonderfulls code is added it works.
No problemHGF wrote: Wed Jul 27, 2022 12:47 pm ooops, my apologies.
I did not upload the code![]()
Yes, I can confirm, it is working now as expected.
Thank you very much to everybody.
HGF
Use 100vh for the grids and set the background images to "do not repeat" and background size to "Cover" And instead of flex grid try to use layout grids. Menu text should be bold and font size 12 atleast and also there is text at the bottom as I can see that too.HGF wrote: Wed Aug 03, 2022 12:22 pm Hi all,
I downloaded "Mobile Touch Gallery". It seems, this is doing what I'm searching for.
HGF
The background image set it to "do not repeat" and background image size to "cover" for the start page, uber uns, anmelden and all the other pages using grid with background image. You can increase the top menu text size to 16 and make it bold along with login text button etc.HGF wrote: Wed Aug 03, 2022 4:06 pm @wwonderfull
This my first attempt with layout grid. It seems, in layout grid there are much more options available than in flex grid.
And mobiletouchgallery is working fine as well.
I'm just unsatisfied with the background image. I'll play more around with it.
https://mcwarrior.de/v2/pages_content/n ... au-exp.php
Regards HGF
Code: Select all
<style>
#wb_LayoutGrid1
{
z-index: 1000;
}
</style>