This may not be the most elegant solution but I thought if I duplicate
sbTrigger as sbTrigger2 and then repeat my function I can circumvent
the cookie preventing a user-initiated 2nd slide.
On Apr 16, 1:43 pm, somnamblst <[EMAIL PROTECTED]> wrote:
> I have a cap frequency cookie ca
I have a cap frequency cookie capping the slide down of slidebar
div, but the cookie is preventing the slidebartrigger from showing and
hiding slidebar on user initiated clicks.
http://www.cincinnati.com/test/testNew.html
The way it should work (no cookie)
http://www.cincinnati.com/test/testO
I am not sure what is the best avenue to pursue. An z-indexed SWF is
preventing clicks on HTML links in FF & Safari. The swf uses z-index and is
wmode=transparent. It is 300x274 & has a visible area of 300x100 on frame1
of an mc that on rollover goes to frame2 where the visible content is
300x27
TML(item)
{
var url_m = item.url.replace(/_s.jpg/g, '_m.jpg');
return '';
};
On Dec 23, 2:49 pm, somnamblst <[EMAIL PROTECTED]> wrote:
> As a visual artist trying to use jQuery to display art images I would
> like to be able to mix vertical and horizontal imag
As a visual artist trying to use jQuery to display art images I would
like to be able to mix vertical and horizontal images that all have a
maximum height but varying widths. I am using the jCarousel with
Thickbox3 demo. Everything I've tried so far just mucks it up.
http://sorgalla.com/projects
And the answer is..
All credit goes to wizzud for the answer
#wrap {
margin-left:0px;
margin-right:auto;
width: 910px;
}
#top h1 {
display: block;
background: url("image_910x40.jpg") no-repeat left top;
height: 40px;
width: 910px;
margin: 0px;
I don't have an answer for you but thought I would add something I
encounter with a Flash movie (SWF) in a sliding div in FF. My close/
replay tab GIF slides up under the SWF, then the SWF disappears.
That being said I alsodid notice with scriptaculous and SWF files that
I had to have the AC_Runa
My slidebar trigger is a tab image that says close/replay. I am trying
to figure out how to swap between a close and a replay image depending
on whether the slidebar div is up or down. I did find a thread
onjButton.js but haven't found any demo examples.
$(document).ready(function() {
in
;path=/;expires="+oneDay.toGMTString();
$('#slidebar').slideDown(1000);
setTimeout(function() {$('#slidebar').slideUp(10);}, 5000);
}
$('#slidebartrigger').click(function(){$
('#slidebar').slideToggle(); });
};
});
On Oct 27, 12:34 am, somnamblst <[EM
lay: block;
padding: 0px;
height: 14px;
}
On Nov 13, 8:59 pm, somnamblst <[EMAIL PROTECTED]> wrote:
> My slide down & up occur seamlessly in all browsers when the Div
> content is an image file, smoothest is a CSS background image applied
> to empty divs. When I substitute
My slide down & up occur seamlessly in all browsers when the Div
content is an image file, smoothest is a CSS background image applied
to empty divs. When I substituted Flash generated object code in the
formerly empty divs, in FF the slidebar toggle div slides up under the
slidebar, while slideba
ere may possibly be more script (that's still relevant to
> the question)?
>
> Also, you should avoid setting html() on an element while it's being
> animated.
>
> On Oct 26, 9:56 pm, somnamblst <[EMAIL PROTECTED]> wrote:
>
>
>
> > I just tried the cook
I just tried the cookie I used with my scriptaculous sliding div & it
did not cap frequency. I would like my cookie to cap the frequency of $
('#slidebar').slideDown("normal"); but not prevent a user from using $
('#slidebartrigger').click(function(){$
('#slidebar').slideToggle(); }); to interact
I DLed interface.js and tried blind and I still have a flicker or
popping of the image that is a background in the slidebar div so it's
not specific to slide
On Oct 13, 4:44 pm, somnamblst <[EMAIL PROTECTED]> wrote:
> The flicker or flash of white I am struggling to find a solytion
The flicker or flash of white I am struggling to find a solytion for
is only happening when slideToggle slides down, the initial slideDown
slideUp do not flicker. Flicker occurs in FF, but not in IE.
$(document).ready(function() {
initSlideboxes();
function initSlideboxes()
{
$
My hidebar div which does have an image in it has a flicker right at
the completion of any slideUp in IE but not FFF
$(document).ready(function() {
initSlideboxes();
function initSlideboxes()
{
$('#slidebar').slideDown("normal");
setTimeout(function()
{
$('#slidebar').slideUp(3
That did it! Thanks!
On Oct 10, 10:55 am, Olaf Bosch <[EMAIL PROTECTED]> wrote:
> somnamblst schrieb:
>
> > I have a sliding ajax shelf that uses jquery slide. The shelf is below
> > another div and aesthetically needs to have 0 px between the 2 divs.
>
> >
I have a sliding ajax shelf that uses jquery slide. The shelf is below
another div and aesthetically needs to have 0 px between the 2 divs.
Perfection in IE, FF is about 3px higher
2 pm, somnamblst <[EMAIL PROTECTED]> wrote:
> Thanks Glen,
>
> I have the following
>
> $(document).ready(function() {
> initSlideboxes();
>
> function initSlideboxes()
>
> {
> $('#slidebar').slideDown("slow");
> setTime
bar').hide() function after 2000
> milliseconds. If the cursor moves back over the #slidebar (hovers)
> then the timer is cleared and #slidebar will not close. This code
> isn't tested so you might need to tweak it a bit. I am using something
> similar on my projec
idebartrigger').click(function(){$('#slidebar').toggle(); });
$(this).remove();
});
});
});
On Oct 3, 7:21 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
> There is a pause plugin. Does that do the
> trick?http://blog.mythin.net/projects/jquery.php
>
&
t;[EMAIL PROTECTED]> wrote:
> There is a pause plugin. Does that do the
> trick?http://blog.mythin.net/projects/jquery.php
>
> Glen
>
> On 10/3/07, somnamblst <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > I currently have this
>
> > $(d
<[EMAIL PROTECTED]> wrote:
> There is a pause plugin. Does that do the
> trick?http://blog.mythin.net/projects/jquery.php
>
> Glen
>
> On 10/3/07, somnamblst <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > I currently have this
>
> > $
I currently have this
$(document).ready(function() {
initSlideboxes();
function initSlideboxes()
{
$('#slidebar').show();
$('#slidebar').html($('#hidebar').html());
$('#slidebartrigger').click(function(){$('#slidebar').toggle(); });
};
});
I would like after a ce
24 matches
Mail list logo