hello
live demo
http://2015.hellouk.org/2015/10/14/university-of-dundee-%E9%84%A7%E8%BF%AA%E5%A4%A7%E5%AD%B8/
table will be twisted like
on IE 11
firefox / Chrome both have no this issues
If there is no tagDiv slider gallery
it will appear fine like this
it should be vertical like shown above
we ask some issue about “tagDiv slider gallery” on
https://forum.tagdiv.com/topic/tagdiv-slider-gallery-conflicts-with-media-grid/
could you please tweak your fix a bit to fix this IE issue
many thanks
-
This topic was modified 10 years by
AilyRoot.
Hello,
Use this custom CSS to tweak it for Internet Explorer:
.ie11 .col1 cell, .ie10 .col1 cell, .ie9 .col1 cell, .ie8 .col1 cell {
display:block;
}
I also added the other versions of internet explorer to the code, but i haven’t tested it on all versions. If there will be problems on a specific version, you can remove it from the code.
Thank you!
Internet explorer seems to hate us as much as we hate it.
Try it like so:
.ie11 .col1{
display:block!important;
}
http://screencast.com/t/FVKDWG7oB9dN
If this one does not work as well, please send us an email at contact@tagdiv.com so we can make the modification directly and see why it does not apply.