i have created a keyboard that works and inputs the values pressed into a text box, i have then tried to expand on this and create a keyboard with multiple layouts that dynamically change when a button is pressed, i have done this by having an iframe within the page and calling the parent function but it will no longer input the text into the textbox. The CSS styling also works in Safari but won't on firefox.
I'm trying to make a page where you can change a page's layout through 2 separate CSS's via a button. i want to button to change text when it toggles the layouts as well. i have no clue how to do this with an entire CSS file, but here is something i made to change the background. could i use this logic to change the CSS of a page?
Is there a way to change the displayed text on a web page using some combination of Javascript and DHTML? NOT in a text box. As far as I know (with my limited knowledge) the only way you can do this is with a textbox or images, which is not what I'd like to do. There's gotta be a way to do this, right?
Im making a quiz with some javascript and when the user hits submit I want a table cell to display that questions have been missed and to provide a link to the pages that hold the information. Can I do this without using DHTML?
I got different looks in firefox and IE by using same code. I made a sign up form. If it's browsed by firefox, the elements will misplace. If using IE, not problem at all. BTW, I am using DW to make the form. Any hint?:thumbsup:
The click event will fire if you click the <a>, OR if you tab to it with your keyboard and hit Enter.My question is: is there a way to make elements other than <a> tags accessible in this way? I recently discovered if you define a tabindex on your div, such as <div tabindex="0">test</div>, you can tab to that div, but click events don't seem to fire if you use your keyboard. Are <a> tags the only tags that can work in this way?
I'm not sure it's possible that using javascript to locate/get components X|Y then other language, like java-jsp to save/retrive these data.
For instance, a GUI presents a layout of tables/chairs for a exhibition, some small images represent tables/chairs of various sizes/styles, which considered as movable components in this GUI, and their positions specified by X|Y.
regardless of how to connect to database (initially javascript should be able to provide every components' X|Y).
Can any one tell where to find a example, or the idea to implement?
I have upload image script. where user can upload their images. The width and height of the images are not limited. Users can upload any kind of images. Now the problem I am facing is if users upload large images and small images, the layout get scattered. So I decided to do layout similar to here they have aligned the images very nicely. They looks prety aligned in the way of rows and columns. they are not scattered. So I would like to get exact same layout.
I use Accordion into a tab and I have a particular problem just on FF.. When I click an accordion header the whole layout move on the left side ... This is the page, so you can see my problem: [URL]
I just wonder if there is a jquery plugin or something that enable me to create a html pagelayout with drag n drop.
Lets say i have a blank page with a div container, then i have a couple of layout elements that i can drag into that container, like 2 coulmn, 1 column, 3 column.
I hope you understund what i mean. something like sitefinitys template builder but in a light version.[URL]
I subcontracted a programmer who replaced my jquery.js with a different version of jquery. This version breaks my function, but my version breaks the layout. I have a function that works with
Code: jquery.tools.min.js But not with Code: jquery.js?ver=1.4.2
Here's is my function: Code: <SCRIPT type="text/javascript"> $(document).ready(function(){ $('.theVideoLink').click(function(e){ e.preventDefault(); $('#VideoContent').load($(this).attr('href')); }); }); </script>
I need this code to work with Code: jquery.js?ver=1.4.2 But it doesn't. It works with Code: jquery.tools.min.js But this jquery.tools.min.js breaks the layout in IE7&8.
Thing is, when I do that, my whole layout messes up, it's as if it is ignoring my stylesheet when it is in the php version of the site, when it is in a normal html file, it pushes my main container to the left and then you can not see the header container properly, only a little bit of it. Everything seems to work fine if I keep it the code like the first shown here but I can not have it like that for xhtml, is there something I am missing here?
I have scroll and pagination jQuerys for a website that I am developing for a company. The jQuery works fine on all browsers until I updated firefox to 3.6.3. On FF 3.6.3 the page loads fine but once the scroll or pagination is clicked on to change pages, the entire content shifts up 200px. I was unable to find any known bugs with FF and jQuery except for certain jQuery pages not being able to load but that seems to have been resolved. I am stumped with this problem and was hoping that maybe someone would know how to resolve this. I have tried using JavaScript to detect the browser and version to load a different css but that caused the page to load weird and jQuery fixed it after scroll or pagination was activated.
I was able to deduce that the problem must be with the two columns float left and right which are position relative, but still am unable to figure out why once the pagination or scroll is clicked the columns should shift... Let me know if more information is needed, such as page source. (I will do my best to disclose all relevant information to the extent permitted by the company).
I want to create a virtual filesystem. When you open page you see a number of 'folders' represented by a name and an icon. When you click on the icon an xmlhttprequest is send retrieving the subfolders and files. When you click on thus created representation of a subfolder a new xmlhttprequest is send to the server to retrieve the subfolders and files for that subfolder.
On the serverside I create a domdocument (php) which contains html-tags (div, h2, span, img, ...) and send it as xml to the client javascript. I get the information (the html tags and attributes like src, id, href, .... are ok) and take the root element and put in in the specified place on my html-page. Only the titles of the subfolders (h2-tag) are shown as text and they stick together instead of showing up in bold and sperated like a good h2 should do. (I don't retrieve the files yet).
The layout isn't used, no images are shown, h2 is shown as plain text, .... When I view the generated source with webdeveloper toolbar in firefox everything looks fine, when I save generated source as html and open it in browser the correct layout is applied.
I'm trying to create a horizontal layout for a client, the problem is that the width isn't predetermined, it changes depending on how many divs there are.
You can see what I mean here: [URL]
I'm thinking that somehow I need to calculate the widths of all of the combined .post divs, then use that total width calculation and set it as the width for the #content div, but I really don't know how.
I have this very simple code and if I focus on the textfield or button the backgrond color changes to red. If I click submit, the page refreshes and the red background color is no more.
How can I keep this background color after a page refresh or submit? The php in the head with the parse thing is just to load some jquery and css files your can replace it with '<script src="jquery-1.4.2.min.js" type="text/javascript"></script>' etc to test the code.
This is the 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"> <head>
I'm using the load function to inject a page into my layout. It works fine, however after it loads the page the layout changes dramatically and eliminates pretty much all of the CSS in the HTML file.
The page im loading is a PHP page, could that be why? Is there something I have to insert into the PHP file to stop the display from changing upon loading?
I'm trying to make a page where you can change a page's layout through 2 separate CSS's via a button. i want to button to change text when it toggles the layouts as well. i have no clue how to do this with an entire CSS file, but here is something i made to change the background. could i use this logic to change the CSS of a page?
I've been developing my beta site (not yet live) and I am integrating a live last.fm stream of the songs I am listening to by using javascript to parse the API's JSON and then place into tables (works very well): [URL]
Now, the trouble begins, I currently have the data layed out all nice and neat in a table: Screenshot
The "I'm Listening To" section is the section I wish to tab out like this: [URL]
So that on hover over the Image the relevant meta data will move in,
The problem I'm now having is that apparently JQuery wont let me do this with tables, thus completely nullifying most of my scripting and I need to reformat the parsed data into nested DIVs rather than tables, and maintain the same layout...
The problem is, I CAN manage to create the parent DIVs that contain the images but cannot get the JSON data to be parsed into the child DIVs,
All DIVs are being created dynamically,
My code so far:
Code:
//Calculates date text function calculateDateAgo(secAgo) { var agoString, agoRange, agoScaled; if(secAgo >= (agoRange = 60*60*24))
but I'm still a javascript newbie. I've built a website that uses Particletree' Dynamic Resolution Layout script [URL].. in order to reorganize the page according to the user's browser size. The script works fine in firefox, but I can't get it to work in IE, Safari or Chrome.
The website is: www.sheket.co.il/index4.html (I apologize for possible jibrish- the website is in Hebrew...)
And my default stylesheet is:[URL].. The relevant piece of code is:
I'm using javascript to hide/show individual rows in a table. If a row as an id that starts with active_0 it will be hidden when I mark the checkbox.
That works but when I unhide them the table is distorted. The table in the example below should have three rows and one column but when I unhide rows the two first rows become one row with two columns.
[URL]
I have only tested this with Firefox 3.6 as I dont't have anything else installed at the moment.
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" xml:lang="en" lang="en">