jamesgriffiths Posted May 21, 2012 Posted May 21, 2012 Hi, We are running HAP 7.9. We have had just 5 periods in the booking system which has worked okay but now we want to add our tutor periods and core lunches as bookable times in the day (making a total of 8 bookable periods). However when ever we add more than the original 5 periods the calender appears to be larger than it should; It comes over the scroll bars so they can't be seen properly and even if you find a little bit of scroll bar to move the calender to the end the periods move but the calender content stays where it is. I've attached a screen shot that might show what I mean. Thanks for anyones help in advance.
jamesgriffiths Posted May 21, 2012 Author Posted May 21, 2012 Sorry just noticed this happens in IE 8 but it is fine in chrome and firefox. Has any one any idea how to fix for IE? thank you
mattgrimley Posted May 21, 2012 Posted May 21, 2012 Hi @jamesgriffiths, Try hitting F12 in IE for the debug panel. Along the menu bar, it should say "Browser Mode: IE9 Compat View (or it might say IE9) and Document Mode: IE9 Standards". Can you check what your says? MAtt
jamesgriffiths Posted May 21, 2012 Author Posted May 21, 2012 Hi, Thanks for your reply. It says "Browser Mode: IE8 and Document Mode IE7 Standards" If I change document mode to IE8 as well it seems to resolve the problem. I wonder if there is a way to change this site wide? Thanks James
mattgrimley Posted May 21, 2012 Posted May 21, 2012 a-haa, never fear.. you have the problem that i have Easily fixed. Find your masterpage.master file and make a backup of it. Now, open your masterpage.master in notepad and look for a line that says: [b] [/b] Cut and paste that line to just underneath the line that starts " The final file should look something like this: <%@ Master Language="C#" %> <%@ Register Assembly="HAP.Web" Namespace="HAP.Web.Controls" TagPrefix="hap" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> [b][color="#FF0000"] [/color][/b] Home Access Plus </pre><form runat="server"> Logged in as | </form><br> <b
jamesgriffiths Posted May 21, 2012 Author Posted May 21, 2012 BOOM!!!!... thats sorted it. thank you very very much
mattgrimley Posted May 21, 2012 Posted May 21, 2012 It's worth remembering as it's the same with the newer version too.. I think it's something to do with IE detecting your site as a intranet site rather than an internet site.. it effectively handles it differently in both circumstances. Whilst you and I have to make that change, it works fine for everyone else (and most likely would work fine "outside" of your college network!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now