JQuery :: Small White Rectangle After Last Slideshow Img?
May 27, 2011
In slideshow running on xp_pro/ie8, after the last slide is displayed, a small white rectangle (approx w:60px h:20px) at the top left positionwhere the1st slide is about to re-appear. The 1st slide then displays correctly, as doall the slides, but I can't keep the rectangle from showing up.
[Code]...
View 1 Replies
ADVERTISEMENT
Aug 27, 2011
In PS you press CTRL+T on new layer. 9 handles appears an then you can stretch/rotate/move that layer. Looking just for that stretch & rotate functionality with dotted/dashed retangle outline. That is, there should be 8 handles on rectangle boundarys and then rectangle should be rotated & stretched via those points. & moved via nineth center point.
View 5 Replies
View Related
Dec 10, 2010
I´ve just launch my website-portfolio, well it´s not yet the final version but it is almost and despite I am satisfied with the final result I´ve detected a really strange bug that only happens sometimes. The thing is when the first introduction Slide appears (the one with the hand-made drawings), sometimes the images shrink from the normal size to small tiny images. This doesn´t happen always and if you refresh the page it disappears.
Follow the link to the page were the bug happens - [url]. I'm using jquery cycle plugin, check it out.
View 1 Replies
View Related
May 8, 2006
How to use Javascript to draw a rectangle when the user drags the mouse across the webpage?
I know the drawing methods but how do we allow the user to be able to draw a rectangle on the webpage?
e.g When the user drags the mouse across the page and releases the mouse button, a rectangle appears.
View 14 Replies
View Related
Aug 17, 2005
I have an application that draws a selection rectangle over a map
image. I can get it to work fine in IE and Opera, but not
Firefox/Netscape.
I've thrown the following small example together to illustrate the
problem - the problem being that FF/NE initially draw my rectangle
before the icon changes immediately to the black no-entry icon. Then,
when I let go of the mouse, the rectangle continues drawing, but it
doesn't stop as the mouseup has already fired of course.
IE was doing the same, but I found the ondragstart/cancelDragDrop
solution to that. I can't find what appears to be a similar solution
for FF/NE.....
View 2 Replies
View Related
Jan 29, 2008
I am retrieving titles from a database and then displaying them on screen. However when I display them I must make sure that they fit inside a certain rectangle. If it deosn't fit then i must reduce the font size and recalculate until it fits. The title is in two parts Code:
View 1 Replies
View Related
Aug 26, 2010
Came across an interesting question put to me by someone today.. Is it possible to list all the co ordinates within a image map rectangle hotspot?
First thought was, yeah sure, then I actually began to think & thought, hmm how would you do that
Does anyone have any ideas? Are there any tricks or math out there that could do such an ask?
View 1 Replies
View Related
Aug 21, 2007
When setting the tabIndex property for an element, Firefox also displays, like IE, a dotted rectangle around the focussed element. With IE you can set hideFocus=true, which does not work with Firefox.
How do I hide the focus rectangle for Firefox?
View 5 Replies
View Related
Aug 18, 2010
So Im trying to create a slideshow with thumbnails the user can scroll through and use to navigate the slideshow. I'm a big fan of cycle so I wanted to use that as my main slideshow component and was planning on using jcarousel for the pager. So far it works great in Firefox, Chrome, and Safari, yet in IE the thumbnails are not loading. I'm guessing it has something to do with how the images in the pager are generated and then jcarousel just isnt proccessing that in IE but I 'm not sure. I feel like I'm very close to getting this slideshow to work, yet I need to figure out why it is failing in IE.
[Code]...
View 2 Replies
View Related
Nov 25, 2009
I am using a simple prototype slideshow and a more comprehensive jquery slideshow on my website.When these are used on the same webpage on my website there appears to be a collision: (For example)Code:element.attachEvent is not a function[Break on this error] element.attachEvent("on" + actualEventName, responder); How can I avoid the conflict without reverting to a new slideshow?
View 1 Replies
View Related
Feb 23, 2010
I want to create a rectangle with a line in the middle with the canvas object. The problem is that the line in the middle gets bigger than the rest of the rectangle. How do I solve this? I believe it has something to do with shadows. If so, how do I turn them off.
My code is:
View 3 Replies
View Related
Jun 1, 2011
i have a small image slideshow i want add a text slideshow to image slideshow. how is it?
my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
[Code]....
View 7 Replies
View Related
Aug 17, 2011
A website I've been working on has a black bar across the bottom. Under some conditions, however, there is a gap between the bar and the bottom of the page -- white for the body. The conditions vary between browsers and OSes. To keep things simple, I'll describe what happens with my principle development environment -- Chrome under Ubuntu.
The main body of the website is fixed width, centered against a neutral background. If the browser window is narrowed so that a horizontal scrollbar appears, the gap appears.
I have tried various things to find the gap so I can move the bar down or whatever but nothing seems to work. I tried using the document height but I found that it is greater than the actual display area which probably means that it is including something not visible (which is fine) but how do I reliably determine the extra? Or is there another solution I should be looking at (I won't bother listing all that I have tried)?
View 4 Replies
View Related
Aug 7, 2010
When addClass('choose') to li, there is always a white space right under it.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URl]">
<html xmlns="[URL]">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<script type="text/javascript" src="demo_inc/jQuery.js"></script> .....
View 2 Replies
View Related
Dec 13, 2010
I have a div called "sampler".
This is the CSS code of this div[code]...
View 1 Replies
View Related
Sep 23, 2010
I'm having trouble getting FireFox 2 to play nicely with a jQuery fade. Here's a paired-down example:[URL]..I've made the source code VERY basic here to make it clear what's what. When you click the link, some jQuery fades the image in and out. But it also makes all the text go thinner. Clicking away from the link then sets the text back to how it was.
Any ideas why this could be? I've googled it and although I can find people with issues around jQuery's fades, I can't seem to find a solution to this one.
View 3 Replies
View Related
Oct 13, 2011
I am having problems with a template I bought. When I customize the menu, and the items have many sub items. the white background slides down way too much. I am learning jquery and can´t find where to correct this URL...See the items: "Diplomados" "Servicios a alumnos" and "convenios".
View 2 Replies
View Related
Aug 14, 2011
I'm very new to JQ, I was looking for a solution to expand a div on mouse hover from its center to display some dynamic text wrapped in a code tag, I found and tried to fit to my needs this little piece of code, however is not exactly what I'm trying to do.
[Code]...
View 1 Replies
View Related
Oct 17, 2011
I'm looking for a menu like the white and grey one on the left of the following page [url] how to find something similar to use?
I don't mind about the bottom box containing the link description, I don't think this would help the navigation...
View 3 Replies
View Related
Jan 27, 2011
I want to resize the dialog/popup box that appears as datepicker. How can I make the size smaller than what it comes as default size? I have to navigate on the dates using arrow keys. How it is possible to implement.
View 4 Replies
View Related
Aug 6, 2009
How to auto-align and distribute many small images inside a div ?
I want something like that :
<div class="ContainerThatAlignMyIcons">
<img src="img1.jpg" width="10" height="10" alt="img1" />
<img src="img2.jpg" width="10" height="10" alt="img2" />
[Code]....
I want that jQuery distribute all this item for the left border to the right border of the div.
I wonder if any plugins is doing this ? I did a search in Google and I do not find something near the result that I want.
View 4 Replies
View Related
Mar 4, 2011
im trying to make a small jquery bbeditor and have hit a road block. when the user selects the [b] tag for example i want it to wrap the tags [b][/b] around their highlighted text. if they havent highlighted any text then it will insert the tags as normal but i need the caret to be in the middle of the tags. Any one know how i would go about this?
View 2 Replies
View Related
Mar 11, 2011
This is my first time using the forums, so please excuse me if I do something wrong. On my website I am using jQuery 1.5.1 and the latest jQuery Form plugin. Wherever I have a textarea input, small inputs of less than about 10 characters fail to be sent to the server. For example, if I have a form: <form id="someform" method="post"> <textarea name="foo">
View 4 Replies
View Related
Feb 15, 2010
I'm starting to use JQuery ajax and am seeing a second-2 delay in the loading of a line of text when I click on the link.
Here is the JQuery code
Content should load when the slideUp is done but it normally doesn't change the content till halfway through the slide down because of the delay.
I've tried without the slideup/down but it still has this delay.
The content to load is at most 8 words.
View 1 Replies
View Related
May 19, 2010
I'm working on a project that involves a page with a large amount of images (sometimes 400+). What's the best way to handle this? Should I track the loading-state of all of them, or is it save to assume I can do stuff as soon as the last image is loaded? So.
[Code]...
View 3 Replies
View Related
Sep 21, 2010
In the attached there is a little 'C' or little 'R' in the menu item. The menu item is an image. I have 5 menu items and only 2 of them have the little letter.
View 2 Replies
View Related