Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 1.17 seconds.
Search: Posts Made By: ohgod
Forum: JavaScript frameworks 03-30-2010, 08:43 PM
Replies: 2
Views: 3,329
Posted By ohgod
well, the solution ended up being kinda simple....

well, the solution ended up being kinda simple. on the scriptaculous wiki it says style tags break ie if used on td or tr elements. well, it also breaks ie's lil brain if you use them on th elements....
Forum: JavaScript frameworks 03-30-2010, 08:34 PM
Replies: 2
Views: 3,329
Posted By ohgod
Though copius use of alert I've determined the...

Though copius use of alert I've determined the breakage occurs in this section:
var box = Builder.node('div', {id: 'pw', style: 'background-color: white;filter:alpha(opacity=0);-moz-opacity: 0;...
Forum: JavaScript frameworks 03-30-2010, 07:10 PM
Replies: 2
Views: 3,329
Posted By ohgod
Debug IE Error: member not found

Well, again I find myself with some code that works quite well in FF but won't friggin work in IE. And as always IE won't say why. I get the error:

Error: Member not found

It also works fine in...
Forum: JavaScript frameworks 10-28-2009, 10:23 PM
Replies: 2
Views: 1,834
Posted By ohgod
what accordion are you using?

what accordion are you using?
Forum: HTML & CSS 10-28-2009, 10:10 PM
Replies: 12
Views: 720
Posted By ohgod
YES now.... for bonus points... explain why...

YES

now.... for bonus points... explain why that made the difference, please
Forum: HTML & CSS 10-28-2009, 03:53 PM
Replies: 12
Views: 720
Posted By ohgod
as for the fonts, not sure why that is... ...

as for the fonts, not sure why that is...
p,h1,h2,h3,pre { /* Sets common properties of these */
font-family:Arial, Verdana, Helvetica, sans-serif;
}
that's what i have in the css as far as...
Forum: HTML & CSS 10-28-2009, 02:42 PM
Replies: 12
Views: 720
Posted By ohgod
hasLayout is nowhere in the css that i can find ...

hasLayout is nowhere in the css that i can find


so then... first you'll see ff3, with the text that starts with "Hosted" lining up horizontally with the text that reads "Welcome". this is good,...
Forum: HTML & CSS 10-27-2009, 10:10 PM
Replies: 12
Views: 720
Posted By ohgod
it's a secure page, so i'm sorry to say a link...

it's a secure page, so i'm sorry to say a link isn't an option. trust me... i'd love nothing more than another set of eyes on it...

what's killing me is that it renders fine in ff3. i'm using...
Forum: HTML & CSS 10-27-2009, 06:49 PM
Replies: 12
Views: 720
Posted By ohgod
line-height or padding?

so i have a banner...

<div id="banner">
<img id="bannerlogo" border="0" alt="Logo" src="/dana-na/auth/url_0/imgs/CVGlogo2.png"/>
<div class="bannertext">THIS IS SOME TEXT</div>
</div>

i...
Forum: JavaScript programming 10-26-2009, 09:30 PM
Replies: 5
Views: 566
Posted By ohgod
at first glance... for (var x = 1; x <= 10;...

at first glance...

for (var x = 1; x <= 10; x++)

looks like you're stopping at 10...
Forum: JavaScript frameworks 10-26-2009, 03:20 PM
Replies: 1
Views: 953
Posted By ohgod
are you making these edits in the scriptaculous...

are you making these edits in the scriptaculous controls.js?

and by

do you mean "enterEditMode", or what are you putting that?
Forum: JavaScript frameworks 10-21-2009, 07:23 PM
Replies: 9
Views: 2,476
Posted By ohgod
to get the inputs: var box =...

to get the inputs:
var box = $('formname').getInputs('checkbox');
Forum: JavaScript frameworks 10-21-2009, 05:50 PM
Replies: 9
Views: 2,476
Posted By ohgod
$$('p').each(function(s){s.setStyle(color:...

$$('p').each(function(s){s.setStyle(color: 'red');})
Forum: Ajax and Design 10-14-2009, 10:08 PM
Replies: 3
Views: 1,157
Posted By ohgod
go get firebug for firefox.

go get firebug for firefox.
Forum: JavaScript frameworks 10-14-2009, 10:07 PM
Replies: 2
Views: 748
Posted By ohgod
http://docs.jquery.com/Using_jQuery_with_Other_Lib...

http://docs.jquery.com/Using_jQuery_with_Other_Libraries
Forum: Computer/PC discussions 10-05-2009, 01:36 PM
Replies: 5
Views: 1,480
Posted By ohgod
i really don't think you'll be stopping anyone...

i really don't think you'll be stopping anyone that way. you'll spend a bunch of money buying the software and time setting this up and people will still find around it in seconds.


actually......
Forum: JavaScript programming 09-16-2009, 06:28 PM
Replies: 1
Views: 662
Posted By ohgod
change onmouseover to onclick? it's only in there...

change onmouseover to onclick? it's only in there once that i see.....
menuitems[i].getElementsByTagName("a")[0].onmouseover=function(){
Forum: ASP 09-16-2009, 06:18 PM
Replies: 0
Views: 2,138
Posted By ohgod
vbscript Err 70 Permission denied - WMI

ok... attempting to read a registry value from a remote machine. here is what I have:

Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_
strComputer &...
Forum: JavaScript frameworks 09-16-2009, 06:07 PM
Replies: 1
Views: 1,296
Posted By ohgod
i'm wondering if it might work better if the...

i'm wondering if it might work better if the observer watched for a click on the submit button instead of watching for the form to submit. it might be too late in the process to kill the form's...
Forum: JavaScript programming 09-09-2009, 03:51 PM
Replies: 5
Views: 584
Posted By ohgod
var counter = 0; if(a != ""){counter = counter...

var counter = 0;
if(a != ""){counter = counter + 1;}

repeat


or make an array of your vars, and iterate through so you only have to type out that function once
Forum: Ajax and Design 09-09-2009, 02:42 PM
Replies: 3
Views: 1,870
Posted By ohgod
it's probably sending them as url encoded strings.

it's probably sending them as url encoded strings.
Forum: JavaScript frameworks 09-09-2009, 02:38 PM
Replies: 1
Views: 1,180
Posted By ohgod
i think queue needs to be included in the array...

i think queue needs to be included in the array of args.... in other words you're closing the brackets to early...

insted of
function doSomething2(){
new Effect.Fade('view', {queue:...
Forum: JavaScript programming 09-01-2009, 04:29 PM
Replies: 4
Views: 649
Posted By ohgod
um, why not just use $_GET

um, why not just use $_GET
Forum: JavaScript frameworks 09-01-2009, 01:28 PM
Replies: 3
Views: 2,361
Posted By ohgod
shoot, you could even go so far as to tell us...

shoot, you could even go so far as to tell us what framework you're using.


i want a bacon and egg sandwich, and it also is required urgently.
Forum: Geek News and Humour 08-31-2009, 08:26 PM
Replies: 8
Views: 1,721
Posted By ohgod
every time i see Oera i die a little inside

every time i see Oera i die a little inside
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 06:10 AM.