Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~3K People Reached
Favorite Forums
Member Avatar for gruffy321

Hi peeps and thanks for reading. Brilliant responses to my last post and thanks for being so welcoming .... My question is one i cant find any solid reference on . I have a bunch of text that i would like to have styled in the futura font family but …

Member Avatar for gruffy321
0
139
Member Avatar for Altairzq

Hello, I have a web layout inside a table that allows it to be both vertically and horizontally aligned. It was working well in all browers, until I needed to make a div with a relative positioning. Now that div does not align vertically in IE6 and IE7. It works …

Member Avatar for Altairzq
0
244
Member Avatar for alipica

I have no clue why this is happening. When I load a certain page on my site, my content loads twice. Basically, my content appears to flash once. I can't figure out what's going on, but it seems to deal with the following code. The page calls urlCheck(). [CODE] // …

Member Avatar for alipica
0
2K
Member Avatar for beforetheyknew

Hi guys for my first piece of work on javascript i have to check a few html form questions which is provided. But im pretty clueless on how to do it, or even start it. First of all how would i check like a drop down menu had the right …

Member Avatar for alipica
0
201
Member Avatar for alipica

This should be simple, but it's not working for me! The relevant code is beneath. This code is on my html page directly under the input field: [CODE] input = document.getElementById('hiddenInput'); var inputInt = parseInt(input.value); if (inputInt != 0) { setClick(inputInt); }[/CODE] (I've tested it to make sure it sees …

Member Avatar for vsmash
0
145
Member Avatar for MDanz

i want the div to be displayed where the mouse was clicked... whats wrong? [CODE]<head> <style type="text/css"> #layer1 { position:fixed; display: none; width:600px; height:auto; } </style> </head> <body> <input type="button" value="Button 3" onclick="setVisible();"> <textarea id="reply" name="reply">testing12345678910ffafaf</textarea> <div id="layer1"></div> <script type='text/javascript'> function setVisible() { var div = document.getElementById('layer1'); // put the …

Member Avatar for alipica
0
96
Member Avatar for blur_guava

Hi everybody, I have this expand/contract thing, whereby a button is situated below a label "Advanced Features". And so when the user clicks on "Advanced Features", the button will drop below the whole expansion. The button should be situated BEFORE the label before clicking onto "Advanced Features". Any ideas on …

Member Avatar for blur_guava
0
277
Member Avatar for alipica

I just spent several hours trying to figure out how to fix my websites appearance in ie7. I've found a solution, but I have no clue why it actually worked. I'm looking for an explanation if anyone has one. My goal was to have a fixed position div across the …

Member Avatar for MidiMagic
0
188