Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

158
Visualizações
I am trying to display the detail icon at far right by using webkit-details-marker but not getting the desired output

::-webkit-details-marker {
  float: right;
}
<div class="ques-block">
  <details>
    <summary class="question">How important is accordian?</summary>
    <p class="answer">
      Accordian is type of question and answer forum in which qestion is in the question block and answer is in the answer block.
    </p>
</div>

In the CSS section the ::-webkit-details-marker{} is not working, and even if it is working the output is not visible; what am I doing wrong?

over 4 years ago · Santiago Trujillo
2 Respostas
Responde à pergunta

0

You can simulate it using direction

.question {
  direction: rtl;
  text-align: left;
}

.question>div {
  display: inline-block;
  direction: ltr;
}
<div class="ques-block">
  <details>
    <summary class="question">
      <div>How important is accordian?</div>
    </summary>
    <p class="answer">
      Accordian is type of question and answer forum in which qestion is in the question block and answer is in the answer block.
    </p>
  </details>
</div>

over 4 years ago · Santiago Trujillo Relatório

0

Not sure how to override marker style, but I can suggest a workaround.

details summary {
  position: relative;
}

details summary::after {
  content: "▶";
  position: absolute;
  margin-left: 20px;
}

details[open] summary::after {
  content: "▼";
}

summary {
  list-style: none
}

summary::-webkit-details-marker {
  display: none;
}
<div class="ques-block">
  <details>
    <summary class="question">How important is accordian?</summary>
    <p class="answer">
      Accordian is type of question and answer forum in which qestion is in the question block and answer is in the answer block.
    </p>
  </details>
</div>

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda