Why Is Netscape 6.1 Disappearing My Final Table Row?
Jul 20, 2005
I apologize for the length of the page below, but I've tried
to whittle it down as much as I can. The problem is that
Netscape 6.1 on my Win 2K Pro machine is disappearing
the final row of the table.
Opera 7.01 and IE 5 and 5.5 are both OK with the page, and
the offending line is right before the commented out alert line,
but I have been unable to figure why it's happening.
I had a problem with my css originally with all browsers, I needed a table to fill the whole page so that my nested tables would center in the middle of the page.
Previously it was defaulting to the top of the page, although in my editor it was showing centered. After a little bit of fiddling, I added height: 100%; to my body tag and it worked great.
Now I have come to test it in netscape, and it has the same issue, defaulting to the top of the page instead of being in the middle of the page.
function jsFileManager(mode) { this.mode = mode; }
If there a way to make jsFileManager.mode property as final protected. Other words, it can be set only once diring the objects initialization and it is accessible only to the inner methods of jsFileManager conctructor?
I'm multiplying 3 drop downs to give me a total sq ft. I then want to take that variable and multiply it by a fixed number. i.e. qty*width*length equals a total of 8 sq ft, then take that 8 and multiply it by a fixed number (8*1.75), I want it to calculate without any submit buttons and show the total sq ft and the final value.
i have a complete validation code here which seems not working properly.When i filled the full name filed and i click submit, the form get submitted but when i filled the full name and filled email too and click on submit the third or fourth like country alert or helpmessage pop up.Now i am trying to fish out why it is doing that but i am not getting it now.
I'm trying to build a slideshow page in Javascript. It's dynamically built and all of that is working, but the Javascript timing is giving me trouble. First, a PHP script builds an array of Image objects to preloads. I have a 'Loading pictures....' message appear in the foreground of the page. This message should disappear after the final image has been preloaded.
I'm using Javascript's onLoad() event of the last image to change the message's CSS div display property to hidden, but it always executes immediately, even though the browser is obviously still working. Is there a way just to tell Javascript "do not proceed with the rest of the code until this task has finished"?
I am designing a page that contains a dropdown menu with a list of options, once one of those options have been clicked, a certain page should be displayed in the iframe.
This works fine. However, for some reason, when i move my mouse off the iframe, back on to it then off again the iframe disappears.
In IE7 only, I have an issue with disappearing elements/styling. First, my h3 header disappears. The space that it occupies is partially there, but not text is visible, nor is the background or the bottom-border assigned to it. In addition, other divs below the h3 are missing their bottom-border. However, spans nested inside of divs missing their bottom border show the border. Lastly all but one the activity divs is missing its background and the one that does show it, the 4th one, only shows it below the "date" span. Here is the HTML:
In IE7/Windows the left vertical navbar disappears. I have used every hasLayout trick I know. Can anyone put a finger on it? I'm working with legacy code to complicate matters. code...
Firstly I am using Scriptaculous to implement the sortable list but have looked there and not been able to find any reason for this to be occurring.
I have a list of sortable items, there are 2 droppables enabled with the list, 1 to delete it and the other to place a "linked" item in another sortable list utilising a relational database.
This all works fine except for this bug:
When I add an item to the second list it goes there no problem and I can sort that list, but as soon as i try to do anything with the first list all the items in the list disappear. If I manually refresh the page then they all appear again as normal.
Im using AJAX with my site as well and have a separate method and php call to insert from 1 list to another.
Im not sure where I this bug might be, there is a lot of relevant code so I figured id ask before posting it incase someone can assist where the error might be or perhaps a bit more specific in terms of which code I need to post.
I have a date bar inserted in my header. The date bar shows up when I use dreamweaver testing. but if I link to another page during testing the date bar is gone. Online I cant get it to show up at all. Code:
I have a html form that is submitted with a submit button code...
if I display the output using the alert methods(now commented out) they work fine. I was hoping to display my messages in the div with id of output. When that didn't work I tried to see if I could send anything to the div. When I click the submit button the message "WTF" appears for at most half a second. I'm hoping to get it to stick around. I'm sure it has something to do with how form submission works. Maybe I need to submit to the same page? can I do that with JS?
In Opera 8.01 (Linux; Build 1204) and in Opera 7.54 (Windows XP; Build 3865), my form disappears from the HTML markup (below). To summarize:
1) In a <script> block in the <head> I create a form element (part of object/feature/bug detection). 2) There's a <form> element defined in the <body>, with the id 'theForm'. 3) The onload function tries to access that form, and also counts the total number of forms in the document. It fails to get a reference to the form; the count is 0. Code:
This code attempts to have a blue box appear when red senses the mouse hovering. I can get the blue box to be visible, but when the mouse leaves to hover over the blue box, it disappears! Not good. How do I make it stay?
I want to put a form in the blue box, but at this test, the blue box disappears when the mouse leaves the red bar. I put in code to keep the blue box visible on mouse over, but it conflicts whit the second "red.hide" function, animating open and closed. I've tried to put an "if statement" in the second "red.hide" function, but results were inconclusive.
How do I prevent my Link from disappearing?? When I click on the link, "Click Here" It display, "Look At Me!!" but the link, "Click Here" is GONE Is there a way to keep my link, "Click Here" from disappearing?So when I click on the link, "Click Here" the content, "Look At Me!!"should display as well.
I have a javascript alert which pops up when a user hasnt filled in a form ( php ) but when the alert appears the rest of the page behind it disappears and then reappears when the user presses ok, is there a way to stop this?code...
I'm still trying to figure our why my drop down menu won't respond to the event handlers I have set up; I want the drop down menu to appear as if being pulled down; this works great. But once viewer mouses off the drop menu I want it to disappear and right now it won't.
Here is the link to the page: [url]
Try either menu, it scrolls out fine; but you have to reload the page to get it to disappear. What baffles me is why my function mclose is not working.
How do I prevent my Link from disappearing?When I click on the link, "Click Here" It display, "Look At Me!!" but the link, "Click Here" is GONE Is there a way to keep my link, "Click Here" from disappearing? So when I click on the link, "Click Here" the content, "Look At Me!!"should display as well.
The following code is supposed to display and hide fields when clicking on radio buttons which is does correctly, it also gives the fields that are hidden a value so that it passes validation.
The problem is that when the user moves from one field to the next, it deletes the value that they have just entered. [code]...
See I have called a function in onchange event of a dropdownlist.What happens in the onchange function is that if the value for dropdown has already been entered once, then an alert message will be shown. The problem I have is, if the value has been already entered, when I try to change the value in dropdown, dropdownlist gets displayed (expands) and an alert message gets displayed. When I click "OK" of alertbox first the dropdown gets back to it original form and only on the next click alert box goes. What I need is everything should happen in a single click itself.
Code:
<td>Score <select name="score" id="score" onchange="wgtage(1);validate_values();"></td> function validate_values()
[Code].....
Here the function wgtage() will populate another dropdownlist depending on the value chosen in the above dropdown. I am talking about the alertbox."THIS IS CAN BE ENTERED ONLY ONCE" in the function validate_values().
My web page has one unordered list that disappears in Firefox. The unordered list in question has the class="dir". I double-checked the source code and verified the markup's semantics. Everything looked fine. So I placed the code in the W3C validator and it passed with no errors. Then I placed a regular unordered list with no class before the previous unordered list. Upon a reload, the new unordered list did not render, yet the unordered list with the "dir" class appeared. The whole situation was strange.
After reviewing web page with the DOM inspector, the disappearing list had been assigned {display: none}. Apparently, my JavaScript for TreeMenu functionality was the culprit. I attempted to debug the JavaScript. Sadly, my JavaScript knowledge is elementary even though I successfully implemented the approach from http://www.bakketun.net/listmenu/. When my web page became more convoluted, the JavaScript began faltering along its seams.
Here are my discoveries while debugging (using Venkman). The elementHasClass() should match the "element.ClassName" with "TreeMenu." If not, the function return false. Unfortunately, another function passes the div element to the setMenu(); then the said function assign the display attribute; block or none.
But I can not pinpoint where the code goes down the wrong path; needless to say develop a solution.
Please review the site below and let me know if you have suggestions. View source and search for class="dir"; the disappearing list has the text "test." Problematic code JavaScript area may include the line listed below. This posting was intended as a short description. Further clarification will be gladly provided if someone shows interest in a particular aspect. I have pages of notes on the debugging process.....
I'm fiddling around with designing a site and trying to get my JS bearings down. I'm wondering why the second option isn't making the drop down list disappear.