tagDiv slider gallery on IE browser

Posted in: Newspaper
Post count: 156

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

View post on imgur.com


on IE 11

firefox / Chrome both have no this issues

If there is no tagDiv slider gallery
it will appear fine like this

View post on imgur.com


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.
Post count: 22421

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!

Post count: 156

added

.ie11 .col1 cell, .ie10 .col1 cell, .ie9 .col1 cell, .ie8 .col1 cell {
display:block;
}

to theme panel ‘s custom CSS, still not working

Post count: 22421

Hi,
Try this one instead:

.ie11 table td {
display: inline-block;
}

Post count: 156

still something wrong

View post on imgur.com

Post count: 22421

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.

Post count: 156

indeed 🙁

still not working, email with login info is sent~

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.