add z-index to layer

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
amir2314
 
 
Posts: 320
Joined: Wed Aug 02, 2017 12:16 pm

add z-index to layer

Post by amir2314 »

hi dear pablo
.
i have a layer ( Docklayer ) and i want to add custom Z-index To it . How can i doing This ?
User avatar
BaconFries
 
 
Posts: 5570
Joined: Thu Aug 16, 2007 7:32 pm

Re: add z-index to layer

Post by BaconFries »

Change Layer1 to match your needs and z-index

Code: Select all

<style>
#Layer1
{
   z-index: 9999 !important;
}
</style>
User avatar
amir2314
 
 
Posts: 320
Joined: Wed Aug 02, 2017 12:16 pm

Re: add z-index to layer

Post by amir2314 »

BaconFries wrote: Sat Mar 02, 2024 10:08 pm Change Layer1 to match your needs and z-index

Code: Select all

<style>
#Layer1
{
   z-index: 9999 !important;
}
</style>
❤️❤️ thank you dear baconfries ❤️❤️
User avatar
amir2314
 
 
Posts: 320
Joined: Wed Aug 02, 2017 12:16 pm

Re: add z-index to layer

Post by amir2314 »

BaconFries wrote: Sat Mar 02, 2024 10:08 pm Change Layer1 to match your needs and z-index

Code: Select all

<style>
#Layer1
{
   z-index: 9999 !important;
}
</style>
hi dear bacon . ihave a question again .
.
how can i doing this 👇
.
in my website i have a docklayer ( mode in fill ) and i need to when browser reading the codes . the fill layer possition to first layer that browser reading to load .
i findea solution in open ai but it dosenot work correctly
the code generated is :

<style>

.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
}
</style>

is there any better sulotion ?
User avatar
crispy68
 
 
Posts: 2877
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: add z-index to layer

Post by crispy68 »

Not sure what you are asking. Did baconfries solution not work for you? All the extra code above should not be needed.
User avatar
amir2314
 
 
Posts: 320
Joined: Wed Aug 02, 2017 12:16 pm

Re: add z-index to layer

Post by amir2314 »

crispy68 wrote: Sun Mar 03, 2024 1:55 pm Not sure what you are asking. Did baconfries solution not work for you? All the extra code above should not be needed.
hi dear criapy

yeap it didnt work for me
User avatar
crispy68
 
 
Posts: 2877
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: add z-index to layer

Post by crispy68 »

Do you have a link to the page to view?
User avatar
amir2314
 
 
Posts: 320
Joined: Wed Aug 02, 2017 12:16 pm

Re: add z-index to layer

Post by amir2314 »

crispy68 wrote: Sun Mar 03, 2024 2:36 pm Do you have a link to the page to view?
no bro it's on localhost yet ...
User avatar
crispy68
 
 
Posts: 2877
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: add z-index to layer

Post by crispy68 »

Without seeing it then hard to say how to fix it. Baconfries code should work as long as your code is correct and the ID is correct.
alan_sh
 
 
Posts: 1725
Joined: Tue Jan 01, 2019 5:50 pm

Re: add z-index to layer

Post by alan_sh »

It depends where he put the code

Alan
Post Reply