Minnesota Department of Transportation

511 Travel Info

Design System

Orange barrels on a highway

Collapsible sections

Collapsible sections should only be used for a series of content; like steps to take to complete a task, or questions and answers.

Access into downtown from NB I-35W is one northbound lane to allow for ongoing construction in the area. Motorists are encouraged to use alternate routes or use transit to travel in/out of downtown.

5th Ave. ramp to NB I-35W – CLOSED
  • Aug. 24, 2017 through fall 2021
    • Detour: Franklin Ave. to Cedar Ave. to Hwy 55

SB I-35W to 46th St. ramp
  • Watch for periodic short-term closures through fall 2020

The code

<div class="button">

<h3><button type="button" class="collapse" target="1">The first topic goes here</button></h3>

<div class="div1 targetDiv">

<h4>Subheading</h4>
<p>Information</p>

</div>

<h3><button type="button" class="collapse" target="2">The second topic goes here</button></h3>

<div class="div2 targetDiv">

<h4>Subheading</h4>
<p>Information</p>

</div>

</div>

Note:

The Target numbers, "1" and "2" in this case, for the button refers to the DIV class "div1" and "div2". Those numbers must match. As more sections are added, that number should increase by one in each location.