Accurate Sizing Of Pop-up
Aug 24, 2002
I've been using pop-ups for some time now and I still can't figure out how to get the image to fit perfectly in the new window. There's always a few pixels of background showing and I have to increase the size of the window just to have the spaces around the image to even out. Is there any way to completely remove the vertical and horizontal spaces in pop-ups?
View 4 Replies
ADVERTISEMENT
Aug 2, 2006
I am having trouble with my formulas for my salmon calculator. When I select seafoodgrill from the pull down menu and then enter 10.99 per lb, 85 % yield, and 25.50 price I get a 23% food cost. That is not correct. The correct answer should be around 24.6%. How have I set up the formula wrong. Code:
View 2 Replies
View Related
Jan 24, 2007
I have a page that has a total field that will have a value when the page is loaded. I also have a few select options that modify the total via an onchange event. Problem is, when i change a select option twice, I cant work out how to get the correct total happening instead of just adding more to the total. I'll show you what I mean.. Code:
View 5 Replies
View Related
Jul 28, 2011
Okay, reason I say that is, its not accurate to the actual domain that the "script" is located on.
For example, domain.com has the <script url=domain2.com/jsfile> which has " document.domain " (this = domain.com)
However, if i have frame of domain3.com which frames domain.com the domain will show domain3.com but thats not what I care about, I want domain.com since thats whats actually being shown.
View 6 Replies
View Related
Sep 16, 2006
I'm currently trying to make an accurate stopwatch and count-down timer. So far, I've just worked on the stopwatch, but it is inaccurate due to the calculation time of the Javascript. A more accurate method would perhaps be to compare the starting time and the current time, where the times are retrieved using the Date object. However, using this method I am not sure how to start/stop the timer (eg. I stop it at 1:00 and then start it again 5 minutes later, and it continues from the time it stopped - 1:01, 1:02, etc.). Code:
View 4 Replies
View Related
Jun 1, 2009
<html>
<head>
<style>
.hmmessage P
[Code]....
No matter if I set min/max, step, etc....when sliding all the way left or right, the values are incorrect at the end. For example, with default values, sliding all the way left results in a value of 10....but moving back to the right slightly causes it to drop to 0 and then count up from there. The reverse is true for the right/high end. It's behaving this way in both IE7 and FF 3 on XP. [URL]
View 9 Replies
View Related
Jan 1, 2006
Is it possible in Javascript to find the width and height of an image and if it excedes the limit then the image is sized down?
View 15 Replies
View Related
Jul 23, 2005
I've been trying to use HTML text that will scale up or down using the
Internet Explorer 6.0 menu ViewText Size. I'm using CSS to set the sizes
and weight.
When I use ViewText Size Medium and CSS the results are
Product line - font-size: medium - result bolded
Pricing line - font-size: small - normal
When I use ViewText Size with any size not medium and CSS the results are
Product line - font-size: medium - normal
Pricing line - font-size: small - normal
If I use font-weight bold for the Product Line I end up with double bolding
when ViewText is set to Medium.
This inconsistant behavior of bolding makes it hard to have consistant
looking fonts where the Product Line should be bolded.
If I use a set point size the text will not scale.
Is there a way of setting up fonts so that the results across the ViewText
Size options is consistant?
View 1 Replies
View Related
Nov 10, 2009
Is it possible in Javascript to Size an element to its contents?
I have resizable divs with overflow=auto, and I'd like to plot them initially with fixed width and at the minimum height which will avoid the appearance of y-scrollbars.
I would be fine if I could find the actual total length of the included document given the current width of the div. (Calculating it would seem to be difficult, given unknown wrapping algorithms, empty lines, etc.)
Or somewhat less fine, even if I could question whether there is overflow, or clipping, or whether scrollbars have been added to the div, given the current height.
I could then hack the height till the overflow or clip or scrollbars went away. (Yuk!)
But I can't find any css or other read-only properties I could query that would give me any of those values.
I assume that YOffset or scrollY wouldn't help, since they would be 0 when the bottom is clipped off. (I don't even know if they're even defined for divs.)
I haven't been able to find a "scroll Object" that would say whether the scroll bar is showing.
View 1 Replies
View Related
Aug 23, 2001
I am trying to get frame re-sizing to work in Netscape 6, using the following JavaScript function:
function bannerframesize()
{
if (!document.all)
{top.document.getElementById("cars_r_set").rows="40,*"}
else
{top.document.all.cars_r_set.rows="40,*"}
}
The document.all method works for IE4 & IE5/5.5 and the document.getElementById method works with IE5.5 (I've proved this, although in the above function the document.all would take precedence with IE5/5.5), but it does not work with Netscape 6 (I can read the rows property value using this method, I just can't write to it). I've tried using both top.document.... and parent.document....
My JavaScript Bible (by Danny Goodman) states that the getElementById should work with Netscape 6 and that one can read AND write the <FRAMESET> rows property in Netscape 6.
View 5 Replies
View Related
Nov 5, 2011
I am building a webpage built with a column on the left, a header, and a main iframe which is the main content of the page. The content of the main iframe can get to be long, and I want the iframe to resize its height to fit the content. I know javascript can do this. I have seen many live examples of it working online. My problem is when I try and use the code myself (even if I leave the live example pages unchanged, but just save them and run them offline) it doesn't work. That is, the iframes work, the page works, but the iframe doesnt fit it's content.
Now, the page that I'm building is fully offline right now and I don't know if my javascript will work just fine if hosted on a domain and accessed online, but as it is it's not working and I don't know why. As an example here is some code, and the page it was taken from
[Code]...
View 2 Replies
View Related
Feb 4, 2003
I am making a PHP-MySQL site which has an image gallery page that generates thumbnail-sized versions of images (the paths are all in the DB) using the width= tag. I have it so that when you click on the thumbnail, a fixed-size window pops up with the actual-sized version of the image. The new window just displays the image itself with .jpg in the address bar, and not an HTML or PHP file that contains the image tags and path in it. Is there any way I can have the new window automatically adjust to the size of the image, or is it strictly a one-size-fits-all dealy?
View 1 Replies
View Related
Oct 18, 2011
I am new to jQuery and not an experienced programmer. I downloaded the accordion widget and it works fine. I have one small problem: the content box instances 2 and3 onwards, seem to be sizing themselves depthwise to the size of the first content box and not dynamically to the number of lines of text I enter in each. Can I make it dynamic with alterations to the CSS? If so whichproperty do I alter and to what?
View 1 Replies
View Related
Mar 25, 2009
I didn't write much of this code, but basically, it opens an image in a new window. The problem is that the new window can either be the whole page, or a certain set size. I would like to make the window height and width determined not by a pixel number, but by a percentage of the size of the image I am opening in the new window.
here is the piece of code I think is pertinant.
// Strip file name from image src
var spath=targ.getAttribute('src');
wholePathLength=spath.length;
strippedPathLength=spath.substring(0,spath.lastIndexOf("/")).length;
[Code]....
View 10 Replies
View Related
Jan 28, 2001
I have a page where users click on a small thumbnail image to view a larger version of the image in a new window. But instead of just viewing the image file, I want them to view an HTML page that contains the image and a "Close Window" button. I know how to do that, and I know how to specify the size of the popup window. But...
What I'm trying to do is make the popup window just big enough for the image and the button, with perhaps a 10 pixel border around it. Since the images will vary in size, I can't hard code the width and height properties of the popup window. I need to have JavaScript measure the height and width of the image to calculate the dimensions for the popup window (and presumable this would have to be done before it opens the new window).
View 12 Replies
View Related