-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I manage a group of programmers. I do value my employees opinion but lately we've been divided as to which framework to use on web projects.
I personally favor MooTools, but some of my team seems to want to migrate to jQuery because it is more widely adopted. That by itself is not enough for me to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i m using mootools Eighty six calendar from this link
i download the code and customize according to my need , it's working good on single HTML page but when i embed this code with my php page then it display below error
element is null
[Break on this error] element.appendChild(context);\n
(on…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For my client side development I use MooTools primarily, I have also just recently started learning rails. What is the best method of using Mootools in rails pages? Just adding my code inline like I would any other server side language? Or is there a better and cleaner way to do things?
Basically…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
$(".container").hover(
function(){
$(".child-1").hide(0);
$(".child-2").show(0);
},function(){
$(".child-1").show(0);
$(".child-2").hide(0);
});
A project I have requires that I use mootools, but I never used mootools, and jquery…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
While I was talking about javascript closure to my friend, I was told that using Mootools can prevent closures 100%. To my knowledege, a variable causes a closure. How does Mootools itself prevents javascript closure? I think my friend is sayting that Mootools' functions are closure-safe functions…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
new here and I'm crossing fingers for help.
I'm working on http://www.catgriz.com
On the frontpage I have a slideshow that stacks all of the information on top of itself when you initially visit the page. But after a simple browser refresh, it displays correctly.
I was hoping someone could look…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way we could conjoin three divs together?
Hello
<div class="mainContainer">
<div class="LeftDiv"></div>
<div class="CenterDiv">
<input id="txtTest" type="text"/>
</div>
<div class="RightDiv"></div>
</div>
World…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi folks.
Overview:
I'm trying to create a relatively simple page layout detailed below and running into problems no matter how I try to approach it.
Concept:
- A standard-size-block layout. I'll quote unit widths: each content block is 240px square with 5px of margin around it.
- A left column…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
After all these years, I still haven't learned CSS layout, so bear with me. I'm trying to create a container with rounded corners that I generated in Photoshop. The background of the container is white, so I have eight images: top-left-corner, top, top-right-corner, right, bottom-right-corner, bottom…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to do a seemingly simple webpage layout, but I'm hitting a wall.
I'd like to do everything purely with CSS (no tables to much things up, and no javascript dynamically resizing things)
I'd like to have:
A heading with a fixed height
A footer with a fixed height
Left sidebar with a…
>>> More