Forums | Mahara Community
Developers
/
Collections Tab getting "cut off" in IE11
09 January 2014, 6:18
I wondered if this is a simple thing to fix in the template CSS but beyond my ken.
On IE11 the tabs on the Collection seem to be hidden/behind the display area whilst on Chrome v32 they are in front:
IE is the browser of choice at school and whilst I appredicate that nothing is perfect and impacts in one browser can affect the other, is it possible to alter the code to make IE more like Chrome?
Thanks everyone...
09 January 2014, 9:21
Hi,
You could try looking in theme/primaryschool/static/style/style.css for the lines:
#containerX #top-wrapper {
height: 87px;
and if they exist change the height to 'auto'
#containerX #top-wrapper {
height: auto;
If i knew which Mahara version you are using I could give a more definitive answer
Cheers
Robert
09 January 2014, 13:58
Cool, I guessed it was version 1.7 from the screen grab.
When I updated htdocs/theme/primaryschool/static/style/style.css
on line (approx) 199 and changed the height from '87px' to 'auto' it looked to position the collection menu correctly.
Does this change fix the problem for you?
Cheers
Robert
21 January 2014, 10:47
Hello Gideon,
This is only a problem in 1.7. It's fixed in 1.8. So just a small patch for your instance.
Cheers
Kristina