Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
Member Avatar for Doctor Inferno

[b]TEAM A[/b]: includes members whose BC username start with A C E G I K M O Q S U V W [b]TEAM B[/b]: includes members whose BC username start with B D F H J L N P R T X Y Z [b]SCORE Board[/b] Team A: 4 Team …

Member Avatar for cproger
9
45K
Member Avatar for Luckychap
Member Avatar for shadiadiph

I have this menu which works fine in firefox etc but just will not work in I.E 7 can anyone tell me why? [code] <html> <head> <title></title> <style type="text/css"> #mainmenu{ width: auto; height: 30px; } #mainmenu{ margin: 0px; padding: 0px; z-index: 1; } #mainmenu li{ float:left; position:relative; width: 140px; border: …

Member Avatar for jayesh123
0
269
Member Avatar for OlyComputers

I have a website with a lot of information and a design that needs a relatively high screen resolution. I'd like to be able to create an innitial page with a redirect to send mobile browsers to a streamlined m.olycomputers.com page with just rates and contact info, in a resolution …

Member Avatar for ifuschini
0
880
Member Avatar for ccube921

I am getting an expected primary-expression before '=' token, how can I fix this? [CODE]void vldtmv() { if ( brd[opx][opy].cont[1]=='H' ) { if ( ( npx - opx !== 2 && -2 || npy - opy !== 1 && -1 ) && (npx-opx !== 1 && -1 || npy-opy !== …

Member Avatar for frogboy77
0
169
Member Avatar for ccube921

I wanted the program to display each piece with its assigned color preceding it (eg a white rook would be 'WR'). [CODE]#include <iostream> using namespace std; struct attrib{ char x; int y; char cont[5]; char clr; }; attrib brd[8][8]; void prntbrd(void) { for ( int y =0; y<8; y++) //accesses …

Member Avatar for doolali
0
83
Member Avatar for ccube921

I don't know what the problem on line 12 is. [CODE]void mkbrd(void) { for ( int y =0; y<8; y++) //accesses all columns in the array { for ( int x=0; x<8; x++) //accesses all rows in the array { brd[x][y].x= char (65+x); //assigns columns names A-H brd[x][y].y= y+1; //assigns …

Member Avatar for gerard4143
0
70
Member Avatar for ccube921

Windows is shutting it down with a send error message option. [CODE]#include <iostream> using namespace std; struct attrib{ char x; int y; char cont; }; attrib brd[8][8]; int main() { for ( int x =-1; x<8; x++) //accesses all columns in the array { for ( int y=-1; y<8; y++) …

Member Avatar for NathanOliver
0
130
Member Avatar for ccube921

I wanted every variable in the array to have .x, .y, and .cont, the error occuired on line 11: [CODE]#include <iostream> using namespace std; struct attrib{ char x; int y; char cont; } attrib brd[8][8]; //ERROR WAS HERE int main() { for ( x=-1; X<8; x++) //accesses all columns in …

Member Avatar for Unimportant
0
124
Member Avatar for ccube921

Line 34 and 35 won't execute unless I insert them into the for loop. [CODE]#include <iostream> using namespace std; int main() { cout<<"Please enter an integer.\n"; int intege; int integ; for ( int inte = 1; inte = 1; ) { cin>> intege; cin.ignore(); cout<<"Please enter it again."; cin>> integ; …

Member Avatar for ccube921
0
272
Member Avatar for ccube921

When I press enter after the execution of the code, it doesn't terminate and tell me the process time etc. it just skips a line. [CODE]#include <iostream> using namespace std; int main() { cout<<"Please enter an integer.\n"; int intege; int integ; for ( int inte = 1; inte = 1; …

Member Avatar for ccube921
0
205
Member Avatar for ccube921

I don't know why my compiler didn't like my for loop [CODE]#include <iostream> using namespace std; int main() { cout<<"Please enter an integer.\n"; int intege; cin>> intege; cin.ignore(); cout<<"Please enter it again." for ( int inte = 1; inte = 1; ) { cin>> integ; if (intege==integ) { inte=0 cout<<"Thank …

Member Avatar for Stefano Mtangoo
0
70
Member Avatar for manishempire

I am having a problem with a div in my page which is set to floating on right side which works good in Chrome but in IE and firefox its not showing properly. Here is the [URL="http://www.justwants.com/sms/"]link[/URL] and the css code is [CODE] #sidebarsms { float:right; width:200px; }[/CODE] Please help …

Member Avatar for teedoff
0
113
Member Avatar for dflor

I've read about, but I don't have any larger monitor to test. So, I'm asking: how can I resize fonts to fit screen? If I write font-size: 12px/18px, will font be resized according screen resolution? Or it's better to express font-size in em? Please give me an answer.

Member Avatar for landlessness
0
1K
Member Avatar for Designer_101

Hi I need an onHover effect for a blog. I would like it to look similar in design to daniwebs. (where you roll your mouse over the title and the box appears with the first few lines of text from the topic) Could anyone suggest some code for this ? …

Member Avatar for pmcd9
-1
367
Member Avatar for Brian.oco

I've said before that I'm not a big fan of Netflix. Anything that makes me keep tabs on envelopes, stamps, and post offices is so 20th century. Plus, I already have video on demand via Direct TV and don't see the need. But guess what? That puts me in the …

Member Avatar for Viking0102
0
208
Member Avatar for surekhavk

given below is the css, html, script of my page want to adjust div as per page resize and need to have scroll bars for the div [code=html]<table style="width: 96%; height: 40px;" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left"> <img alt="" src="images/silver/btn-login.gif" /><a href="stockregister.aspx"><img alt="" src="images/silver/btn-reorder.gif" /></a> </td> <td> </td> <td …

Member Avatar for MJ Pieterse
0
103
Member Avatar for Designer_101

Hi would anyone be able to inform me of the average pay of a web designer/developer ? Thankyou in advance

Member Avatar for mboyanas
0
164
Member Avatar for veledrom

Hi, I want middle Div to be automatically adjusted between left and right divs. When i write a long sentence or add something into middle div, the right div is pushed down. How can i make them stable? Thanks [code] <body> <div style="height:100px; background-color:#CCCCCC">TOP </div> <div style="width:200px; height:800px; float:left; background-color:#E9F3DE">LEFT …

Member Avatar for manishbhatt
0
128
Member Avatar for AGU.Jessica

If I give you the code to my website, is there any chance you would be kind & take a look at it - to tell me where the conflict is - and how to improve/resolve it? ^.^

Member Avatar for MidiMagic
0
186
Member Avatar for Modo

Hello guys, how are you doing? I have a couple of questions please, I would appreciate any help. 1- I have three "relative <div>" I want to put them next to each other and making sure if someone has less resolution, there wont be a scroll bar. But instead the …

Member Avatar for MidiMagic
0
117
Member Avatar for EvilOrange

Hi, I have a website in development and i've made it centered regardless of width of the viewing browser window (eg. the browser is 1000px wide and the content is 600px wide and is centered with 200px each side) by using div's. Now it works perfectly in FF, IE and …

Member Avatar for dflor
0
192
Member Avatar for Pim

Hello, This is the css: [code] ul { float: left; /*Het plaatje van de persoon*/ position: fixed; margin-left: 20px; margin-top: 2px; } li { float: top; postion: fixed; margin left: 20px; margin-top: 5px; list-style: none; } p { margin left: 5px; } body { background-color: #66FF66; } [/code] And the …

Member Avatar for Pim
0
180
Member Avatar for neoseeker191

I was wondering if someone could tell me if it is possible to take the navbar I made for the website, [URL="http://www.rcamodels.com"]Website[/URL] which was created using Dreamweaver and Fireworks, and convert it to CSS. What I am trying to do is convert the site to mainly CSS. I'm not looking …

Member Avatar for ccube921
0
118
Member Avatar for MidiMagic

Design your pages for accessibility. In my position as a college instructor, I see many places where fancy web page design gets people with visual problems, dyslexia, or learning disabilities into trouble. Here are my suggestions for making your web pages more accessible: 1. No angry fruit salad. If you …

Member Avatar for SmartBeaver
0
248
Member Avatar for web_master

I have applied an image background to the search box using its ID. Its funny but when i type inside the search box as the text reaches the end of the box it start moving the background image to the left but only in IE6 (which i can ignore) and …

Member Avatar for ccube921
0
133
Member Avatar for jtucker33

I have created a drop-down menu using Dreamweaver and have edited the display using the css file that Dreamweaver created. On IE there is a border around the entire sub menus, but in FF in only appears around the left half. I added in border-right, border-top, border-bottom, etc. to try …

Member Avatar for ccube921
0
124
Member Avatar for SHAWTY721

I created a form using Dreamweaver and am trying to figure out how to get the form contents saved to a database. Does anyone know of a way to to do this.

Member Avatar for ccube921
0
116
Member Avatar for ayi_102

i found a css code that make my toolbar stay in the bottom of the page but it is not working when there is scrolling on the page the toolbar is floating, the position is not absolute bottom this is piece of my code [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for ayi_102
0
152
Member Avatar for TheBeast32

Hi, I'm making a website. I want it to look professional. I don't want to use templates because I think of that as cheating. I want to be able to make one myself. Whenever I make a web page, it doesn't look very good. If anyone has any tips. Please …

Member Avatar for ccube921
0
120