Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2021-08-07 23:47:04

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,071
Website Mastodon

Re: [SOLVED] CSS: z-index

there is weird yoyo effect going on in your drop-down menu!

Also the first entry in each drop down is null… ie. it doesn’t link to anything


…. texted postive

Offline

#14 2021-08-08 06:07:33

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: [SOLVED] CSS: z-index

It works on my screen but there is not enough contrast between the black and the ‘brown’ colour.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#15 2021-08-08 08:12:40

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: [SOLVED] CSS: z-index

<li class="sub"><span>Info</span>
...
<li class="logo"><a href="/">...</a></li>
.logo {
background-color:transparent;
width:200px !important;
height:20px;
z-index:9 !important;
display: none;
}
.sub{
z-index:25 !important;
}

but still li.logo covers li.sub
?

Offline

#16 2021-08-08 08:16:27

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: [SOLVED] CSS: z-index

bici wrote #331222:

there is weird yoyo effect going on in your drop-down menu!

ye, i know

Last edited by Gallex (2021-08-08 08:36:43)

Offline

#17 2021-08-08 08:19:01

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: [SOLVED] CSS: z-index

colak wrote #331225:

It works on my screen but there is not enough contrast between the black and the ‘brown’ colour.

i can see now that logo covers first item of dropdown menu on your screen also

Offline

#18 2021-08-08 08:47:00

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: [SOLVED] CSS: z-index

solved. my bad. i changed early <a> to <span> and then all started. sorry

Offline

Board footer

Powered by FluxBB