Solve your computer problem with the help of experts!

Happens with every browser ?

Yes,Download stops with every browser. There is nothing special in it for posting a screenshot everything stops and it doesn't start.
 
I just have installed Adobe Photoshop CS4 but whenever I tries to start it it opens but with only menu bar and title bar and doesn't show anything in work area (only shows grey screen) with also mouse in waiting for a long time. When I wait to Photoshop to open properly, it takes lot of time (in minutes). Even then if photoshop has opened properly when I try to close it, it again goes to waiting and I have to close with task manager. Sometimes it also gives repairing the photoshop error. I have repaired it many times, set compatibly to Window XP but still no success .

It was working fine on XP before I upgraded to Windows 7 32 bit. Hopefully I can find solution.
 
One question about GFX card there many cores to the GPU right then the core clock for e.g 800MHz is for all combines cores ? or each core has 800MHz ?
 
One question about GFX card there many cores to the GPU right then the core clock for e.g 800MHz is for all combines cores ? or each core has 800MHz ?
The GPU has only one traditional core. What you're talking about a shader cores, they exist in clusters. The shader clock is generally different (higher as well). I'd guess its the clockspeed for the whole shader cluster, so yes, every piece of silicon in there would be working at that frequency.
 
Quick CSS (Well I think it is) question here:

Picture2.png

Thats what my brother has got so far. I'm just having trouble with the CSS code that he's got. As you can see with the navigation strip to the right theres that black line cutting straight through. Would anyone know how I can get rid of it for him? Here is the CSS code below:

Code:
body {
	background: #CACACA url(images/stockvault_11326_20080511.jpg);
	font-family: "Trebuchet MS", Verdana, serif;
        
}
#container {
	margin: 0 auto;
	width: 900px
}
#header {
	width: 100%
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('images/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 30px;
	background: #FFFFFF url('images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('images/background_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 9px;
	margin: 10px auto
}
.content {
	float: left;
	width: 610px;
	text-align: justify;
	padding: 0 30px 0 40px;
	font-size: 12px
}
.menu {
	width: 159px;
	float: right;
	padding: 0 20px 0 20px;
	font-size: 12px
}
.menu ul {
	margin: 1;
	padding: 10px 0 20px 15px
}
.menu il {
	list-style-type: disc
}
#header h1 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #666666
}
.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #666666
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:01px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A666666
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 1px;
	list-style-type: circle
}
a {
	color: #666666;
	font-weight: none;
	text-decoration: none
}
a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none
}
a.menu_link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}

If its not that I can post the Source for the page as well if necessary.
 
It's for his project or assignment so its not actually a registered domain. I can upload his folder with most of files. Would that work?
 
Do you want to remove the line altogether, or just put it in a way so that it divides the menu from the main text?

Abhas added 13 Minutes and 18 Seconds later...

If you're fine with having the line as a divider, simply make this change:

#container {
margin: 0 auto;
width: 950px
}

(Earlier width was 900) This increases the space given to the main text.

Still trying to figure out how to remove the line though. I'm not good at CSS unfortunately.
 
i was wondering if I would be able to use two routers in one connection. The problem is that I have a dir 628, when I run it using the 5ghz band some of my adapters won't pick it up and when I use it with the 2.4 ghz band the signal is extremely low.

I have another router DIR-625, I was wondering if I could use that with the 628 to create a 5ghz and 2.4ghz network. Is this possible? Another thing, my modem also has a built in wireless G router in it but I have turned it off.


Hope I made sense, I'm on my ipod.
 
Do you want to remove the line altogether, or just put it in a way so that it divides the menu from the main text?

Abhas added 13 Minutes and 18 Seconds later...

If you're fine with having the line as a divider, simply make this change:

#container {
margin: 0 auto;
width: 950px
}

(Earlier width was 900) This increases the space given to the main text.

Still trying to figure out how to remove the line though. I'm not good at CSS unfortunately.

Cheers :)

* sigh * Is there something I could change in order to edit the colour and size (height) of the divider? Because right now he reckon's its "sort of disturbing the colour palette" :fail
 
Last edited:

Users who are viewing this thread

Top