Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~896 People Reached

7 Posted Topics

Member Avatar for Debscrafty

Don't over think it, that is my main problem. The small things usually make the biggest difference.

Member Avatar for diafol
0
149
Member Avatar for geniliasen
Member Avatar for NickRx

This is what I want my outcome to look like [url]http://teh-shepherd.webege.com/[/url] Tried changing to css, but i cant get positioning done right [CODE] <div id="nofade" align="center"> <b>block 1</b> </div> <div id="fade80"> </div> <div id="nofade" align="center"> <b>block 2</b> </div> <div id="fade40"> </div> [/CODE] [CODE]#nofade { position:static; background-color:transparent; position:absolute; z-index:3; } #fade40 …

Member Avatar for Asiic
0
82
Member Avatar for NickRx

[code] <script language="Javascript"> window.onresize = function (){ alert("Thanks for resizing!"); } </script> [/code] Is there any reason this gets sent twice to IE? Is there anyway I can make it so it will wait until the user is done resizing before it sends it(IE problem)?

Member Avatar for macgurl70
0
128
Member Avatar for stjohn999
Member Avatar for rajendra.parmar
0
113
Member Avatar for NickRx

I'm new to C++. I want to know if there's any way to shorten this code. [code] #include <iostream> using namespace std; int a, b, result; int main () //Addition (main function of this program) { cout << "Lets add numers\nEnter you first number\n"; cin >> a; //First value cin.clear …

Member Avatar for Narue
0
159
Member Avatar for NickRx

Hey, I'm new to programming in C++ So I just got done writing this and everything seems fine to me, but I got an errors. I've had many problems with compilers in the past, but I'm not sure if this is from the code or the compiler. If it helps …

Member Avatar for Nick Evan
0
113

The End.