ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


problem with glossary window


  • 2006-06-18 04:01:46

    problem with glossary window

    Hi
    for the glossary terms, on a mouseover event ,the glossary window opens from left side to the right, also for the right handed languages but it should be vice versa .Now I have a problem with this and I want to change the direction ,how can I do this change ?please help me as soon as possible!
    Thanks

  • 2006-06-18 09:20:45

    Re: problem with glossary window!

    in themes/default/inc.ude/header.inc.php add "direction:rtl;" to the overLib div style statement.

    We'll see what we can do about fixing this permanently for a future release.

  • 2006-06-18 09:24:25

    Re: problem with glossary window!

    That should be header.tmpl.php

  • 2006-06-19 00:57:02

    Re: problem with glossary window!

    Thanks greg
    I did this change (in ATutor\themes\default\include\header.tmpl.php added <div id="overDiv" style="position:absolute; direction:rtl;..) but it doesnt work! After I did this, nothing changed.

  • 2006-06-19 01:06:25

    Re: problem with glossary window!

    Of course, in a header.tmpl.php is not any overlib div, there is just a overDiv div!!

  • 2006-06-19 08:24:14

    Re: problem with glossary window!

    <div id="overDiv" style="position:absolute; visibility:hidden; direction:rtl; z-index:1000;"></div>

  • 2006-06-20 00:41:18

    Re: problem with glossary window!

    Thanks greg
    I did this change before but it doesnt work!

  • 2006-06-21 09:56:11

    Re: problem with glossary window!

    I'm not sure what to tell you. It works fine for us.