Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2018-05-19 12:49:50
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
CSS: Edge browser and list item
hi!
could anybody tell me, why latest Edge browser displays extra margin and discs in this page #main-menu ul ul
list items? :(
i can’t figure it out…
Offline
Re: CSS: Edge browser and list item
It is a long-lived issue with IE + Edge
a fix (courtesy of Jquery-UI) – use a transparent image as list marker:
#main-menu ul ul li {
list-style: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
that is the smallest possible data URL
for a transparent image that the folks of the Jquery team could generate.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#3 2018-05-19 13:23:02
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: CSS: Edge browser and list item
thank’s! but extra margins – any ideas?
Offline
Re: CSS: Edge browser and list item
Offline
Re: CSS: Edge browser and list item
Gallex wrote #311891:
thank’s! but extra margins – any ideas?
Hmm, no clue right now, will need to debug more deeply when I’am sitting in front of a Windows box.
Which version of Edge are you seeing that margin problem?
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#6 2018-05-20 10:19:10
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: CSS: Edge browser and list item
phiw13 wrote #311906:
Which version of Edge are you seeing that margin problem?
latest. i think windows 10 build 17134
before the latest version, it didn’t add a margins
edit: found version number: Microsoft Edge 42.17134.1.0, Microsoft EdgeHTML 17.17134
Last edited by Gallex (2018-05-20 11:13:53)
Offline
#7 2018-05-20 11:26:46
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Offline
Online
Re: CSS: Edge browser and list item
Gallex wrote #311909:
latest. i think(…)
edit: found version number: Microsoft Edge 42.17134.1.0, Microsoft EdgeHTML 17.17134
I don’t have that one – yet. It appears to be in the download cue, if I understand the software update panel. So maybe one of these days…
Out of curiosity, where was the spooky unexpected margin? Top or left, or all sides ? Trying to understand the mechanics at play.
And when when, for Amaterasu’s sake, are they going to fix that bloody bug. grumble.
Last edited by phiw13 (2018-05-21 06:45:08)
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#10 2018-05-21 08:48:13
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: CSS: Edge browser and list item
phiw13 wrote #311929:
Out of curiosity, where was the spooky unexpected margin? Top or left, or all sides ? Trying to understand the mechanics at play.
top
Offline
#11 2018-05-21 08:49:12
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: CSS: Edge browser and list item
Offline
Re: CSS: Edge browser and list item
Gallex wrote #311930:
top
Thanks. So an interaction between the list-marker and the block inside the <li />
I suspect. They seem to copy a weird behavior from Chromium.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline