• Hello community
    I am curious to know what kind of function or tool would allow me to create the following:
    A page with a left column where there will be several titles of articles, like

    • Judgment of the Court of Justice number 1
    • Judgment of the court of vigilante number 2
    • Judgment of the court of vigilante number 3
      And as soon as I click on a title, he instantly shows me the content of the appropriate article.
      If I go to the 3rd title, the same, as soon as I click on it, the suitable content will appear in the same way on the left.
      So the left column will be frozen on this page except the right content changes depending on the title on which I click
      Thank you for your return ??
Viewing 1 replies (of 1 total)
  • Mayur

    (@mayur6740)

    What you’re describing can be implemented using a combination of HTML, CSS, and JavaScript (or jQuery) to create a dynamic page layout.

    HTML: The structure consists of a sidebar with links (titles of the articles) and a content area that displays the article content.

    • CSS: Basic styles to layout the sidebar and content area side by side.
    • JavaScript: Listens for clicks on the links, retrieves the corresponding content based on the data-content attribute, and updates the content area dynamically.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.