Excellent. Thank you very much. You made me very happy. It almost worked in IE8 directly, I just needed to add filter: alpha(opacity=0); in the CSS for #pak img and #effect for it to work all the...
I have two links: an image and a header text. On mouseover of the header or the image, the image should slowly fade into another image and a text below the heading will slowly show up at the same...
Thank you very much for the reply. I have experimented some and realized that one needs the little extra space. I will check with ems instead of px also. Thanks again :-)
Hello, I have noticed the difficulty in designing web sites with a lot of content that proportionally stays the same when zooming in or zooming out in browsers such as firefox.
Hello, I am building a web page with a menu made with a script called Easy Tabs made by Koller Juergen. When clicking on a tab, a menu pops up with options underneath to choose from. You can see my...
Hello,
I would like to enter a letter-code in an input area. When entering that code in a textarea below and pressing the button 'CHANGE', the text 'CHANGE' will appear in a textarea to the right of...
It might seem a bit too much. Basically one enters a code (now programmed as chg) in texta 1 to the left and press the CHANGE button, then the word CHANGE appears in texta 2 to the right.
If a letter combination (now it is chg) is entered in the left textarea and a button (now named CHANGE) is pressed a word will appear in the textarea to...
Hello,
I have a page with a text area and an image with the copy sign on it. When the copy sign image is pressed the copy sign will appear in the text box with the cursor right behind it.
Hello,
I have constantly problems placing objects for them to look the same in IE and Firefox. This example is a centered box with shadows around it. It looks fine as it is right now in IE 8 (I...
Hello,
I have some css (and javascript) that produces a drop-down menu for different languages. I want each menu option to have the corresponding flag next to it and to be properly aligned with...
Hello,
I have some javascript and css that produces a drop-down menu for different languages. I want each menu option to have the corresponding flag next to it and to be properly aligned with...
I have a textarea with some text in it. Beside it, I have an image. When you click the image I want the text in the textarea to disappear and the letter A...
Thanks for the answers. The code above solves the first problem: That the initial text disappears when pressing the Giants button. But when you press it again, the word Giants does not appear again...
I have a textarea with some text already written in it (Press the button to make the word Giants appear). As the text says if you press a button which is actually an image with the text Giants in it,...
I have a textarea where one can enter text (inputtext). Once the text is entered one can press a button and certain characters and words will be replaced in another textarea (outputtext). I want to...