[jQuery] hide divs with float:left and show them again

2009-08-20 Thread simusch
Hi I have a site with a lot of small div-boxes (with images and movies within them) they are positioned with CSS and float:left. i created buttons, which show and hide either all images or all movies this works well. but when i switch between these options, the float-position of the divs goes c

[jQuery] select range of days in calendar (self-created)

2009-11-05 Thread simusch
hi i have a small problem with jquery. under http://inview.ch/files/calendar.php i created a small calendar, which is thought for booking a holidays- house. i'd like to do 2 things: - click on a day changes it to yellow (works fine with toggleClass) - clicking on a day and then moving the mouse

[jQuery] Newbie: Convert onload scripts to plugin

2009-03-17 Thread simusch
Hi there please excuse my non-perfect english, i'm german speaking ;) i am new to jQuery (and to this group) and have a problem: i created a small website with a main- and a submenu. these are text- links. when i click on a main-menu-item, there are the following actions executed: - empty main

[jQuery] Re: Newbie: Convert onload scripts to plugin

2009-03-19 Thread simusch
anyone an idea? thank you! simon

[jQuery] Dragging image out of scrolling Div?

2009-03-29 Thread simusch
Hi there Can anybody tell me, how to get an image dragged out of a scrolling div (css: overflow:scroll) no matter how i define the z-index, the dragged image is always behind the divs around... when i define the div as overflow:hidden, it works like i want. hope to get some help here :) thanks