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.

~747 People Reached
Favorite Tags
Member Avatar for tqmd1

Dear Experts I have following codes [code]<html> <style type="text/css"> #menu { position:absolute; height:300px;width:200px; margin-left:60px;margin-top:50px; background:rgb(0%,100%,80%); font-family:arial; font-size:30pt;font-weight:18px; text-align:center;padding:20px;padding:10px; } #menu ul {margin:1px;} #menu ul li {display:block;width:140px;background:orange; font-family:arial; font-size:18pt;text-align:center;padding:1px;margin:1px;height:20px;text-decoration:none} #menu ul li a:link {width:140px;background:rgb(0%,80%,40%); font-family:arial; font-size:18pt;text-align:center;padding:1px;margin:1px;height:20px;} #menu ul li a:hover {background:#e3eeff;text-decoration:underline;padding:1px;margin:1px;height:20px;} #div1 { position:absolute; height:300px;width:200px; margin-left:280px;margin-top:50px; background:rgb(0%,80%,40%); font-family:arial; font-size:30pt;font-weight:18px; text-align:center;padding:20px; } …

Member Avatar for tqmd1
0
135
Member Avatar for Scu

Hello, I have this issue that the input tag has a class that's the same as other input tag. I want to change the icon to something else but it affects the other input that's not related to the icon. I wonder if it is possible to create a css …

Member Avatar for Scu
0
111
Member Avatar for Scu

I am making a program with list of classes. I have this situation that I'm not aware of how to use: [CODE=c] class clsMyClass { private: unsigned int id, nodStart, nodStop; float pipeLen, pipeDiam; public: void AddElement(clsConducte element); [/CODE] In another part of program I will have a variable list …

Member Avatar for Scu
0
112
Member Avatar for babydol

Hi i have an array [CODE]static int virtual_addr[10]= {8196,34893,38583,22883,61843,43532,333,8448,2334,9492};[/CODE] that i am trying to pass to a function [CODE]int determinePage(int virtual_addr){ int page_num; int page_size = 4096; page_num = floor(virtual_addr/page_size); return page_num; }[/CODE] however I am getting errors.Any help would be appreciated

Member Avatar for WaltP
0
103
Member Avatar for Scu

Hello, I'm new to C++ but after reading two books regardin this language I made this part of a program. While those two files (.h and .cpp) were concatenated in the main cpp file the program worked without errors, aldo it did not return anythig. As I split the program …

Member Avatar for Scu
0
286