256 Posted Topics

Member Avatar for cath120

Is there such a thing as an easy drop down menu? I have written a dropdown menu which I have attached to this post... Simply modify array in the .js file to add/remove menu items. The css file controls the look, and you can change the images for the menus …

Member Avatar for tgreer
0
221
Member Avatar for MrScruff

That won't center it in the browser window, though...will it? I mean, it will work for a specific resolution on a specific browser, but not across all platforms.

Member Avatar for tgreer
0
216
Member Avatar for notoriousnat

Did you recently install any new hardware or software, install a new Windows update, or attach an old HP printer?

Member Avatar for notoriousnat
0
107
Member Avatar for Croft .L

Yes...scrollbar coloring only works in IE and not at all with an xhtml DOCTYPE.

Member Avatar for FC Jamison
0
121
Member Avatar for Killer_Typo

Have you tried using onload to keep the displayNav function from being read until after the page loads?

Member Avatar for Killer_Typo
0
145
Member Avatar for bazmanblue

Bazmanblue, In spirit, I tend to agree with you...however, each setting has its own set of policies and procedures. As this forum is intended as a professional outlet, proper use of pronouns and sentence structure are not just appreciated...they are expected. As a student, you would be wise to learn …

Member Avatar for FC Jamison
0
150
Member Avatar for isaacmacdonald

This is because of the size limitations of data types. an int is only 4 bytes...and has a range from -2,147,483,648 to 2,147,483,647 A double uses 8 bytes (and some floating point algorithm that is beyond my comprehension at the moment) and has a range from +/-1.7E-308 to +/-1.7E308. Your …

Member Avatar for FC Jamison
1
176
Member Avatar for champos

Correct me if I'm wrong...but doesn't atoi() require a C-String as the argument? [code] char input[20]; code...code...code... atoi(input); [/code]

Member Avatar for ~s.o.s~
0
2K
Member Avatar for odinwright

That's pretty much how you do it...except without the leading underscore. target="chat" and target="jukebox"

Member Avatar for odinwright
0
252
Member Avatar for carthick6

I found this for you... [url]http://www.javascript-page.com/cright.html[/url] It can be easily modified to do what you are asking...however anyone moderately familiar with such things can easily run a view source to get the password...and once the new page is accessed, it can easily be bookmarked.

Member Avatar for tgreer
0
102
Member Avatar for mesamb1
Member Avatar for denise@imm
Member Avatar for denise@imm
0
197
Member Avatar for bwjones
Member Avatar for Oshaka

Without seeing the code it is hard to say... Am I correct in assuming the parent window calls a child window of the same name every time it is refreshed or the query changes? Just a shot in the dark... You could try having the parent window assign a different …

Member Avatar for tgreer
0
96
Member Avatar for davecarter
Member Avatar for FC Jamison
0
19
Member Avatar for soumen
Member Avatar for FC Jamison
0
19
Member Avatar for mikeyc33
Member Avatar for keno55
Member Avatar for FC Jamison
0
117
Member Avatar for ventrue2

Just a quick note for those who do not have XP SP2 installed... Microsoft support for XP SP1 ends in October. They are offering an SP2 update CD for free (I paid #3 something for shipping). You should see the warning when you go to the Windows Update site.

Member Avatar for FC Jamison
0
102
Member Avatar for 7thsense101

I have also noted in the past that a bad RAM chip can cause all kinds of wierd errors from random reboots to erroneous video driver errors. I once had a problem with my XP machine either crashing when opening outlook to reply to an e-mail of just shutting down …

Member Avatar for 7thsense101
0
114
Member Avatar for bluevile

That thing references 4 css files plus the internal styles and who knows how many .js files. I wasn't even able to download the menu.js file from your server...and it would take at least 20 minutes to unravel the menubarAPI4.js file into something I could look at. Plus...the page failed …

Member Avatar for FC Jamison
0
100
Member Avatar for VinceColeman

If you must use a double...for whatever reason...you can use [code] if (loanYears - static_cast<int>(loanYears) != 0) [/code]

Member Avatar for FC Jamison
1
187
Member Avatar for shewmake
Member Avatar for desi

All you are really doing here is writing down pseudocode (the steps you will take) to complete the program

Member Avatar for FC Jamison
0
31
Member Avatar for matrimforever

Logically...you have a start time and an end time stored in variables. create a third variable to hold the total time (start time - end time) multiply the total time by 0.75 (totalTime*0.75) and store it in a new variable add the calculated time to the start time mathematically... ((end …

Member Avatar for FC Jamison
1
158
Member Avatar for hay_man

Ha.! I remember my C++ instructor promising not to give us a bad grade on an assignment if we promised not to use global variables...lol

Member Avatar for hay_man
1
106
Member Avatar for trickadee

It's a setting somewhere...I've had this problem before. Go to "Start -> Control Panel -> Quicktime" to open the Quicktime Settings window. Go to the Browser tab and click the Mime Settings button. Under each category, select the media types you wish Quicktime to handle in your browser. Do not …

Member Avatar for FC Jamison
0
61
Member Avatar for vamp_gurl_19

There is a program that [i]might[/i] work called badcopy pro that is supposed to be able to recover data from corrupt discs... It's a long shot, but worth a try. [url]http://www.jufsoft.com/[/url]

Member Avatar for FC Jamison
0
107
Member Avatar for gallopers
Member Avatar for FC Jamison
0
98
Member Avatar for poorni
Member Avatar for raban

If you install the wrong codecs...some funky things can happen. I would try uninstalling the codecs and seeing if I could play a video I know to be safe...if that doesn't work, and you have your Windows XP CD...try uninstalling and reinstalling the media player. If that still doesn't work...you …

Member Avatar for FC Jamison
0
184
Member Avatar for Sanguals
Member Avatar for odinwright

Both windows opened for me...the first popup window just got sent to the background. You can still access it from the taskbar.

Member Avatar for FC Jamison
0
67
Member Avatar for Zandyke

I'd never heard of this before...but after doing some research, that is a very useful tool. It works for me in IE6, so perhaps the key was deleted from you registry. This site will show you how to set/reset the ctrl+Enter functionality: [url]http://blogs.msdn.com/jeffdav/archive/2004/09/09/227502.aspx[/url]

Member Avatar for katarey
0
99
Member Avatar for MrScruff
Member Avatar for MrScruff
0
87
Member Avatar for Woobag

...and [code] a:link img, a:visited img { border: 1px solid #000000 } a:hover img { border: 1px solid #FF0000 } [/code] didn't work?

Member Avatar for FC Jamison
0
117
Member Avatar for tefflox

Your server is down... Didn't I see this question posted somewhere else? I could swear I've seen it before...where the archive|notes sits on the right margin in IE. I found it...about 7 posts down. Katarey solved this problem for you already...what happened?

Member Avatar for FC Jamison
0
66
Member Avatar for ATS

[QUOTE=DavidRyan;252092]The second hit on googling: [indent] how to change a relative url into an absolute url[/indent] Was [URL="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbafpw11/html/fphowurls_HV01030598.asp"]here[/URL].[/QUOTE] Oh, for Pete's sake... instead of [inlinecode]<a href="page.htm">relative link to page</a>[/inlinecode] you would use [inlinecode]<a href="http://www.yoursite.com/page.htm">absolute link to page</a>[/inlinecode]

Member Avatar for DavidRyan
0
77
Member Avatar for denise@imm
Member Avatar for charter

One solution would be to use an iframe with css hover effects...but I agree with the others. We need to see an example of what you are talking about.

Member Avatar for FC Jamison
0
95
Member Avatar for Mikeish

hmm... No... remove [inlinecode]<base href="http://localhost/IHS/">[/inlinecode] that got it working for me.

Member Avatar for Mikeish
0
68
Member Avatar for tefflox
Member Avatar for FC Jamison

I don't know if this is the place to ask... Last night I was on my computer when the connection failed...limited or no connectivity. After several hours of reconfiguring the router rebooting the PC, router, uninstalling and reinstalling the network card...still nothing. If I connect directly to teh DSL modem...I …

Member Avatar for Xpenetrator
0
94
Member Avatar for campkev

Is this something I can look at online? I have no clue at the moment...but might be able to figure it out if I play with it.

Member Avatar for Kadaj
0
61
Member Avatar for Joe Right
Member Avatar for FC Jamison

I haven't used my PowerPoint in forever, but when I tried to modify an old presentation today I could not use the mouse to drag objects. Then I tried clicking on the file menu and found I couldn't unless I right-clicked somewhere on the screen first. Any time I click …

Member Avatar for FC Jamison
0
102
Member Avatar for gallopers
Member Avatar for Ann Stockton

I might regret this...but can you post a link to the neoware Web site so I can determine where your problem lies. If it is [url]http://www.neoware.com/[/url], the problem is not with the site. I have no trouble right-clicking or viewing the source code of the site. It would be helpful …

Member Avatar for wildfire_1971
0
98
Member Avatar for gruebz
Member Avatar for Lykil

Using the images from the post below, this displayed nicely in IE and Firefox... [html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> body { background-image: url(bg-4.gif); background-position:top center; margin: 0px; padding: 0px; } #main { background-image: url(bg-4-gradient.gif); background-position:top center; background-repeat:repeat-x; height:300px } </style> </head> <body> …

Member Avatar for tgreer
0
93

The End.