It was just a little poke, because you said IE was the worst browser in the world, but at least it's better than IE 6... well if it's the worst browser in the world, it can't be better than IE 6, can...
I don't browse the web much anymore. I installed the StumbleUpon extension for FF, but I just ended up using it for adult viewing and not really anything useful. ;)
I use the search bar in FF for...
So the solution is to make driving so expensive as to make people choose other modes of transportation? If people don't drive, they take taxis, which pollute. If they don't take taxis, they take...
I'll be 19 in approximately 3 months, 2 weeks, 7 hours, and 22 minutes -- give or take a few. I think I registered here in August of '03, so that would've made me...
The problem is those variables are defined later in the script, are accessed at a different time than the part of the script from which you are calling them, and contain different values than you're...
I bought Cederholm's Web Standards Solutions at the bidding of Ray's signature ( :p ), and I recommend it. Great book. I also have DWWS, ed. 1, which is also a great book. I may pick up ed. 2 in the...
Joel is indeed correct; there is no way to manipulate the size of a background image through CSS (or HTML for that matter). I heard somewhere there would be provisions for this in CSS 3, but that...
If you need the values to be available when you go back to the form page from the page that processes the form, you'll need to carry the values back with sessions or redirect back to the page and...
Haha, okay, I get why the images aren't showing up. Sorry, I've had about an hour's worth of sleep in the past 24 hours. The issue is with this piece of code:
Either the URL pointing to the images is incorrect, or the images aren't on the server. If you try to load one of the images, ( http://www.hellonturf.com/4image/images/b.gif, for example), it brings...
As long as both time zones (orginal time zone and chosen time zone) are strings, this should work. It's probably convoluted and over-complicated, but it seems to work.