0

Site: https://alexis-drakopoulos.com/

My columns work in Firefox and Chrome, but not IE or Edge. I tried pixels, percentages and fr, but nothing works) I also have a .wrapper2 which is identical for later use.

I tried adding the .iea and .ieb classes, but it's still not working:

.wrapper { 
    display: grid;
    display: -ms-grid;
    grid-template-columns: 40% 60%;
    -ms-grid-columns: 500px 500px;
}
.iea {
    -ms-grid-column: 1;
}
.ieb {
    -ms-grid-column: 2;
}
<div class="wrapper">
    <div class="logotop logopad">
        <div class="column iea"><img src="images/FRsmall.png" alt="FRsmall" width="160" height="160" align="right"></div>
    </div>
    <div class="logotop">
        <div class="column ieb">
            <h1 style="padding-left:2%">
                <a href="index.html"><span2><span1 class="black-text yellow-hover">Alexis <span class='green-text'>Drakopoulos</span></span1></span2></a>
            </h1>
            <hr width="37%">
            <ul style="padding-left:0">
            <h3>
                <a href="projects.html"><span class="black-text projects">{Projects}</span></a>
                <a href="blog.html"><span class="black-text green-hover">{Blog}</span></a>
                <a href="cv.html"><span class="black-text greentext-hover">{CV}</span></a>
                <a href="contact.html"><span class="black-text green-hover">{Contact}</span></a>
            </h3>
            </ul>
        </div>
    </div>
</div>
TylerH
  • 20,799
  • 66
  • 75
  • 101

0 Answers0