Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resize the open-source to-do list system "MyTinyToDo"?

Tags:

jquery

php

I am trying to include the open-source to-do list system called MyTinyToDo on my website. When I resized it to be fit to the website layout, the position of the windows for some functions such as (Tags or arrow besides Tasks) of the system were changed and they messed the style.

By using the Firebug, I could be able to figure the reason of that problem. The reason is: this system uses JQuery to determine the position of those windows. I tried to find the statements that are responsible for this task inside the JQuery files but I failed to find them.

So what should I do?

like image 653
user730077 Avatar asked May 28 '11 19:05

user730077


1 Answers

Why dont you include mytinytodo into an <iframe> ? I gess it would prevent jQuery from bothering your layout.

like image 135
Olivier Avatar answered Oct 13 '22 12:10

Olivier