I have a textbox, which I set to a different than default height. When you focus on the box, the typing cursor is aligned to the top of the box. How can I make it aligned to the vertical-middle of...
Type: Posts; User: hosdank; Keyword(s):
I have a textbox, which I set to a different than default height. When you focus on the box, the typing cursor is aligned to the top of the box. How can I make it aligned to the vertical-middle of...
I fixed it, thanks. :)
I have a table, but instead of the border expanding outward, I would like it to expand inward. Any help would be useful.
Thanks :)
I'm not sure if this is the right place to post this, but does anyone have any suggestions for my page banner. It's for a sc-fi RPG I am making.
http://img190.imageshack.us/img190/2982/toplogo.png
Thanks :)
Is there a PHP function to give me the days in any given month? For example let's say I want to know how many days are in February for this year. The function will return the number of days that...
Well, I've been gone for a while trying to get a life.
It was really boring :mad:
So I decided to code again :D
-------------------------------------------------------------------------
I...
Thanks guys :)
Thanks so much! :)
Yeah, but the thing is that I am removing it from the old list.
Yeah, that's what I want. I have the code that transfers it over:
var addOption = function(el, value, selected)
{
var obj = document.getElementById(el), opt =...
Well it's not a drop down list, it's just a select box, and transfer that option into another select list if the user clicks a button. So let's take your example and add a size attribute so it's non...
Is there a way I can get a list of processes running on the clients computer? Or can I do it with any other web based language? Thanks :)
I just want to tell if any option is select in a SELECT list. Thanks :)
Is there a way I can have an option in a SELECT list be non selectable?
I have a
<option>----------------------</option> For a break between to options. But I want it so when they drop down the...
Thanks! That worked :)
Which function?
Yeah, it is getting in the if :(
Heres all the code
package spacetrade
{
import flash.display.*;
import flash.events.*;
import flash.geom.ColorTransform;
import flash.net.*;
import...
Brakes is a boolean value that decides if the ship should start to slow down(Basically if the it get within its (destination point - velocity))
I'll try out what you said. Thanks :)
http://www.cs.csubak.edu/~syang/cs211/earth_explode.jpg
Blow up his gun? I'll just BLOW UP THE WORLD! :)
I'm programming a simple app that has a circle in it. You can select the circle with the cursor and move it around(Or so I'm hoping to achieve one day :P). To handle a gradual acceleration PART of...
I THINK what you could do is combine both those images into one image. Then use a <div> tag like this to position the text
something like this(Note: The percentages are off)
<div...
Thanks so much :) :) :)
I want to be able to detect which way the scroll wheel is scrolling, not just if it is scrolling. Is there anyway I can do this? Thanks :)
Wow, thanks ALOT. :)