![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programmer
Join Date: Jul 2005
Posts: 62
Rep Power: 3
![]() |
It would be agood exercise to make your own drag and drop script. It's not too complicated. I made one on my own without looking at any others.
|
|
|
|
|
|
#12 | |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8
![]() |
Quote:
|
|
|
|
|
|
|
#13 |
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
Doesn't seem to drag in Konqueror 3.4.1, so I assume Safari 1.3/2.0 as well.
|
|
|
|
|
|
#14 |
|
Programmer
|
Works in Safari.
![]() Ooble: Yea, I get what you mean. But I've got other problems to handle first. Like once I change the z-index, Moving windows keeps them under, and won't refocus until you move it out from under the previous window, and click the title a few times. It's weird. :/ But I'll figure out the z-index later I might just reduce the z-index of other windows if it will make one more prominent. I can easily make it so all other windows go to z-index 0 and the one to raise() will get an index of like 5 or so. I'll see.
__________________
/* LANCE */ C++; /* this makes C bigger but returns the old value */ char *site = "slackwise.net", *home = "lance.slackwise.net", *pics = "flickr.com/photos/slackwise"; |
|
|
|
|
|
#15 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8
![]() |
Isn't that what my function does? :p
|
|
|
|
|
|
#16 |
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
Well, you have to remember you use .zIndex, not .z-index. The interpreter will think you're doing "foo.style.z - index" if you do the latter.
|
|
|
|
|
|
#17 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8
![]() |
I know... missed that one. Anyway, I've written a function to put the relevant window on top and maintain the order of the rest of the windows - as you want to write it yourself, Lance, I'll refrain from posting it. Good luck mate.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|