7,713 Topics
![]() | |
I like to know if CSS can be used to highlight the CSS nav menu if the current page is the page that the menu links to. For example, the folowing code is my side bar navigation menu. [code]#lftSideMenu { float: left; width: 165px; margin: 0 0px 0 0; background-color: … | |
hey guys, my dell laptop has been acting wierd lately. all the dark colors turn red on the screen. it looks bad and is sometimes annoying and impossible to work with. plz help me with this. your help is greatly appreciated. it is a dell inspiron 600M | |
I just bought a Gateway Solo 5300 from someone cheap they said it works fine but they get no picture. I can't find any diagrams online and I was wondering how I could find out if its the Lcd or the onboard video. Any Help would be great thanks. | |
Hi all, I was working on a friends computer to fix their display problems. Basically thier graphics card was dead. So i installed another grahics card and it worked fine for about a month and it is now dead again. What should I tell them is the likely cause for … | |
Please Help. My Toshiba display is normal for the top 10 percent. Then there is a distinct line below which materialize vertical multi colored lines that go all the way to the bottom of the screen. These fade in and out. When they are fully there the most wont work … | |
Hi Iv bought a Dell Insiron 6400 about 6 weeks back and all of a sudden yesterday it decided to start playing up. Basically the screen just went black, I was watching a DVD and the screen went black but everything else I think stayed functioning because I could still … | |
I bought myself a Radeon card today, and everything installed and runs perfectly, except for one thing. The desktop is limited to a specific section to where i can drag and drop files! I can move the mouse all over the desktop, i can drag programs into the "dead" area. … | |
Using a php generator "appgini" having a problem I believe with the script. 1 table with 4 fields, fields 2 & 3 are text and field 4 is an image field. Everything works but field 4, when you upload a image along with text in fields 2 & 3 it … | |
I havent been on this computer in a couple weeks, turn it on today and i noticed it took a while to start or booot, and soo i checked my run / misconfig and this " power reg scheduler" is on ...wtf i know i didnt install this and is … | |
Hi! My 18 months old (out of warranty) Toshiba Qosmio F10 has a video problem. The left hand of the display is black blank space and the right hand 20% is blue vertical lines. When I am connecting the PC with an external monitor, it only runs in 4 bit … | |
I have here a fairly old computer with a windows 98 operation system. Just changed the monitor to a new 17" Samsung flatscreen, and connected to the PC fine with VGA connectors. The result was not too disateröus at first, but the quality of graphics was not too good i.e. … | |
Same problem with Acer AL2032WA. Horizontal lines on the whole right side of the screen from top to bottom, wide about an inch and a half. I have applied advice given by TallCool1 and it helped. But it did get me a lot of power to twist this monitor as … | |
I know that this is kinda old but I am unable to install this video card on my computer. When I put the card in and start windows it does not recognize the driver that came with the machine or the one that is on the vidia websight. When I … | |
I have two desktops with about 2 or 3 year old motherboards. I think both are AGP. I have been using the Matrox G-450 card on my own desktop for years and love it, but I would like to add a third monitor. At the moment my daughter's desktop has … | |
[quote=TallCool1;17931]Have you tried an external monitor? Does the unit boot normally otherwise?[/quote] I have the same problem. I have a Acer Travelmate 230. It works fine with an external monitor. PS: does anybody know if travelmate 230 has wireless lan? thanks! | |
I know that this is kinda old but I am unable to install this video card on my computer. When I put the card in and start windows it does not recognize the driver that came with the machine or the one that is on the vidia websight. When I … | |
My screen's been broken, essentially. It was hit rather hard, and now has a long, white line running down the right 25% or so of the screen, intershot with vertical colored lines. As far as I know, it's a problem with the cathode ray tube. Any help? | |
Hey guys, I got a new video card, 7900 GTX-OC. But it wont fit in my case. I mean it fits, but it wont go in all the way. It SEEMS like its hanging up in the area between the mobo and the end of the case, you know those … | |
I have HP Compaq nx9500 about two years old. Few days back, the lcd went blank and when restarted, started with horizontal stiprs moving up and down. At moments, it clears out and the screen is visible. Also at times, when laptop is powered on its perfectly fine and then … | |
Hi all, Currently, I'm looking for an upgrade for my graphic card. A card that is below $100 and have better perfermance than my *NVIDIA Geforce4 MX 420* and can handle the game graphics such as world of warcraft. My computer model is Dell Dimension 4550 with 1GM ram and … | |
Hi guys, im pretty new to all this i may not get it straight away. My grilfriends comp wasnt working so we had to re install win 98, now we have we only have 16 colours available and I know everything was fine before re installing. I have tried deleting … | |
Hello, i just replaced a broken LCD on my gateway, the only thing i get is the back light, i switched the ribbon cable, didn't help, still the same, the external 15 pin work's, just find, beings that the LCD is used i thought id test it on another laptop … | |
I have an Acer AL1716 LCD monitor that decided to turn hazy this morning. Here's what happend moments before we noticed the hazy screen. The computer was running and i looked away for a minute and when i looked back the computer was in the process of restarting itself. I … | |
I have php code that retrieve data from mysql DB, and print it in html table. [PHP]<? print "<table>"; $result=mysql_query("select fd1,fd2,fd3 from tbl"); for ($i = 0; $i < mysql_num_rows($result); ++$i) { $line = mysql_fetch_row($result); print "<tr><td>$line[0]</td><td>$line[1]</td><td>$line[2]</td></tr>"; } print "</table>"; ?>[/PHP] I have no problem to implement above code, this … | |
I have read several threads about same issue, but with each thread there are different solutions, I got confused. I have acer LCD screen connected to WinXP SP2 box, recently I experienced one of these message : 1- “Input no supported”. 2- “No Signal” and LED turns from green color … | |
Shalom, I was recently vaccuming and cleaning my lap top and took off all the access doors on the bottom. When I powered the machine up, the screen was black. Is there some sort of a reset or something I need to do ... short of purchasing a new one. … | |
Please help can you help me debug my code i cant display the result and the computation for sum is error... help me please :sad: [code] #include <stdio.h> int i,counter; float sum; struct cgrade { char course[50]; float credit[50]; float grade[50]; }; struct cgrade GPA[50]; main(){ printf("Enter number of courses … | |
Hey again, Im seriosly having difficulty displaying the current date and time in java/jsp. THis is the code im using to get the date and time: public static void main(String args[]) { Date date=new Date(); SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yy"); String strDate = sdf.format(date); System.out.println(""+strDate); } but nothing seems to … | |
My screen has a pink haze over the original colors on my screen. I want to know how to get the pink haze out. I'm using my LCD TV/monitor a Philips model 20PF5120/28. I installed a ATI Radeon 9000 AGP card. Attached a DVI to VGA cable. Installed Radeon driver. … | |
Hi. I had my Radeon X800 Gto for a month and since i bought it, i noticed it kept getting hotter and hotter as the weeks went by. The last temps i recorded when it was working properly was 55C idle, ~100C load. I bought an after market cooler for … | |
Hi I have just bought a new TFT TV and hav rigged it up as my computer screen. Its MAX display resolution is supposed to be 640X480 (massive I know!) however my computer will allow other resolutions to be displayed as well. Most of them are distorted but I was … | |
As far as I can see, the following should work even on Netscape 4, but it doesn't. Can anyone tell me what I'm doing wrong? [code] <style> @media screen { .NotOnScreen { display: none; } } </style> On screen <span class="NotOnScreen">Not seen</span> More on screen [/code] | |
Hello everyone, I'm wrestling over the idea of buying an Apple 30 inch Cinema Display monitor. Is it worth it? I'm worried that all my videos will end up looking stretched out at the maximum resolution! Will I have to watch movies in small squares on the screen (shudder). I'm … | |
hi, i'm using a HP F70 17" LCD flatscreen monitor that i've had for a few years. recently, the cable that came with the monitor became damaged and the picture would go from red - blue - purple. i could still see the picture, but i knew i had to … | |
hey guys, my problem is weird and maybe many of ull havnt experienced it before. I was using Windows XP Professional on an LCD Monitor with a Intel(R) 82845G/GL/GE/PE/GV Graphics Controller as the driver installed. Im using an HIS motherboard. The problem started when I needed to switch to a … | |
hi....i installed activeX controller to install games then suddenly my laptop screen turn to sideways...until now. please anybody can help me? | |
I was on my laptop today and the plug came undone. no big deal, I plugged it back in and fired it up. The screen, however, was barely readable. Very dark but there was a picture in there. Any ideas how to fix this or what it means? is the … | |
hi there! Does anyone knows how to delete from Random Access File? I know how to add records in Random Acess File and then display in List box. Once i search the Product ID, i want to then delete that record from Random Access File. My teacher told me you … | |
Hi Guys, I chaged my computer's color from true to high color (the highest range) the only thing i can now see displayed on the screen is high frequecy H-95 V-59 and some lines crossing fast across the screen. Note that even after chaging this through the safe mode nothing … | |
Anyone know how to display the punctuations used in a text area , I used hash map. so here is my code of my hash map i was also thinking of using linear search and combine a if statement, if it is found display it. The jta.text(); is the name … | |
Ok, here's the story. On my Dell Inspiron laptop, one of the three power prongs got pushed into the case. So, I opened up the entire laptop, very very carefully, and pushed the prong back out. Problem fixed. However, after I put it back together the flipping screen won't work! … | |
I would be grateful if anyone can shed any light on this unusual (so I'm told) problem...we just purchased a brand new Dell latitide D620 laptop. We took it to a client and hooked it up to an overhead projector and it went completely beserk! It wouldn't let us get … | |
My comp is running very slow again, it's been fine for months now. My little brother has been on my p.c in the last day or two. I returned home from a short trip to find it is running like a bag of spanners. Here is my hijack this log.... … | |
Windows XP Pro. Right-click on desktop and hit Properties won't bring up display properties (to adjust resolution for example). Tried that in control panel to bring up display stil doesn't do it. I click it and nothing happens. I have checked over and over again there's no graphic card problem … | |
i bought a second hand xfx 7800 gs and when i play certain games the computer shuts down. battlefield usually lasts but the game that turns of eveytime after about 4 mins is unreal demo. I have not got a clue about what could cause this apart from this being … | |
Hi friends, I have a problem with my Laptop display. Actually, the laptop bag slips from my hand and from that display is coming but it is very dark, it's very hard to see. i have asked someone, he told me that might be u have to change the whole … | |
every thing work on it but the monitor i try using a desktop monitor but that didn't what is the problem | |
I downloaded the following: "Waterfalls3free.exe" as a screen saver. It was not satisfactory, so I deleted/uninstalled. In the process my Display Properties were reduced to 16 colors and 640 by 480 pixels. This is the only choice given. Pictures, etc. are very distorted.:sad: Is there anything I can do to … | |
Alright I'll explain this the best I can. I have a compaq monitor from several years ago. It was working fine and then the other day it started messing up, getting some lines through it and what not, and then it just powered off. The strange part is, the monitor … | |
I hate my life I always have errors when I wanna play my games!:sad: The problem with this game is, I install it and load it up. Working fine...try to log in and BAM!!! Im back to my desktop like I never even started the program... This used to happen … |
The End.