10,651 Topics

Member Avatar for
Member Avatar for jim3472

I am an employee of an IT support company. I need to design the network of one of our client. But i am confused with types of Fiber optic cable and the media converter. Some says i need two media converter and sobbody says i need one. So i am …

Member Avatar for rubberman
0
170
Member Avatar for Violet_82

Hi peeps, As I'm beginning to build websites for people, well in fact this will be the first one, I was just wondering what's the best approach to take. The website in question is apparently a small one, no more than 5 pages, static (only HTML and CSS, maybe some …

Member Avatar for Violet_82
0
170
Member Avatar for Bensirpent07

As you can see in the picture below, the whenever I hover over an element in the corner, the element is seeming to over-ride the border and is going over it instead of behind it. I'm assuming that's because of the "box-sizing: border-box;" in the CSS, how would I deal …

Member Avatar for Bensirpent07
0
282
Member Avatar for mattyd

Hello. I am currently attempting to convert my inline-css for text boxes into classes for my external style sheet; I thought of using class selectors but do not fully understand some aspects of them. An example I found online: ` <!DOCTYPE html> <html> <head> <style> .center { text-align: center; color: …

Member Avatar for Bensirpent07
0
203
Member Avatar for tqmd1

Sir I have these codes <html> <head> <style type="text/css"> #pic { float:left; width: 170px; border: 1px solid red; padding: 1px; text-align: center; font-size:12px; } #pic img { float:left; width: 50px; height: 45px; } </style> </head> <body> <div id="pic"> <p> <img src="https://www.gravatar.com/avatar/ecefb26ed5fc91eca453b31a1f7cdfd8? d=identicon&s=80"> General Manager<br/> Azhar Sharif<br/> 0302-1234567 </p> </div> <body> …

Member Avatar for gentlemedia
0
152
Member Avatar for birchy

I've had two users request that we add a space between their first and last names as displayed in a table. Problem is: there is a space. Common denominator is they are using an iOS device, using Safari, I think. One was able to provide a screen shot. I tried …

Member Avatar for birchy
0
1K
Member Avatar for Krysis

Hey all, This is my first time posting on GoExpert, so I'm excited to see what the community here has to offer! Anyway, I am currently working on creating a compiler (using Flex and Bison) in C for a subset of the Pascal programming language in my Compilers course... and …

Member Avatar for Schol-R-LEA
0
1K
Member Avatar for suavedesign

I have section blocks on my site, with menu tabs on top of the first section. I want to make the tabs scroll with the user so that it appears to show up on top of each section, but without seeing it scroll- see my page: [http://www.chailifeline.org/events/win4chai/](http://www.chailifeline.org/events/win4chai/) Any tutorials to …

Member Avatar for DaveAmour
0
67
Member Avatar for Ivan_7

Hi , I try to create form , but it should be like this on image, So I need : 1. Country image + Country number (eg. +381) + mobile number type (As you can see on this image) 2. I also need somthing like this @yahoo.com. ![slikaaaaaaa4321123443211234.png](/attachments/small/4/566e50ca2105ba740fd9e8ae5b777e4e.png "align-left")

Member Avatar for AleMonteiro
0
186
Member Avatar for stupid guy

hi All, I am new to wordpress and buddy press.I have to customize buddy press.I visited wordpress and buddypress websites and couple of blogs but there is lengthy info and quite advanced level.If some one could let me know in nutshell the anatomy of buddy press and wordpress and how …

Member Avatar for stupid guy
0
275
Member Avatar for dusk2dawm

Could anyone please assist me by naming the technique used or a link to describing site where I can learn more about how to build a page where the background changes as the upper layer is scrolled? Example here: http://www.bbc.co.uk/news/resources/idt-dc75304f-e77c-4125-aacf-83e7714a5840

Member Avatar for Troy III
0
201
Member Avatar for rubberman

The title is a take on Douglas Adams' quip in Hitch Hiker's Guide to the Galaxy, when the Earth was about to be plowed under for a hyperspace bypass, and the only really intelligent species on the planet, dolphins, squeaked "Goodbye, and thanks for all the fish!" as they left …

Member Avatar for rubberman
0
339
Member Avatar for vantrendin
Member Avatar for diafol
-1
336
Member Avatar for fireburner29
Member Avatar for Suzie999

When I add a particular form to my project (AdminConfirmForm.cs) I can no longer access design view of Form1. It appears to run a particular section of the code from a static class (Init()), but since the part of the code it runs should only occur if the folder it …

Member Avatar for TekknoDraykko
0
224
Member Avatar for patk570

Hello everyone, Have a code that works well but I need it to open to the right on hover. Right now its going below the element and making my page look bad. Here is the code i have: <style type="text/css"> .hide_img3 { display: none; } .hide_img3 { background: none repeat …

Member Avatar for sudhir869939
0
2K
Member Avatar for samson.oba.77

Dear camerades. I´m working on a some responsive website and it to fit into the screen perfectly , so no scrolling will be required. Two problems i have noticed. 1) The page still needs scrolling, despite all my correction tries so far. 2) There is still some margin b/w the …

Member Avatar for diafol
0
221
Member Avatar for luckynisarg

i want to design a software for a robot. i want to use the arrow keys of keyboard to direct the robot. can any one tell me that how can i do coding of that?

Member Avatar for Sohail_4
0
2K
Member Avatar for jonsan32

In the random and continous manner that this fiddle changes the color of the blocks: http://jsfiddle.net/fenderistic/48KzD/ , how would I change the color for a block of words? At first I was simply going to have each word in the phrase change with the hover and active properties, but I …

Member Avatar for jonsan32
0
438
Member Avatar for ddanbe

I’m working on a little matrix class for my own use and because for me, it is just fun! Now I noticed a lot (10 and more) of the methods always seem to follow the same pattern: - Iterate over the rows - For each row iterate over the columns …

Member Avatar for ddanbe
0
365
Member Avatar for OnceUponaDime

A recent assignment requires me to create a pseudocode for a game of tic tac toe. And I'm a bit lost. Here's the details: ++++++++++++++++++++++++++++++++++++++ Design a program that allows two players to play a game of tic-tac-toe. Use a two-dimensional String array with three rows and three columns as …

Member Avatar for rubberman
0
1K
Member Avatar for Shaziahussain

Sir I have these codes <html> <head> <title>My Company</title> <style type="text/css"> #box1{ float:left; width:250px; height:150px; border:1px solid red; padding:5px; background:url(b21.jpg); background-repeat:no-repeat; background-size:contain; } </style> </head> <body> <div id="box1"> <div style=position:relative;padding:5px;width:150px;height:50px;margin-top:20px;background:orange;color:blue;border:1px solid blue;font-weight:bolder;text-decoration:underline;>How are you</div> </div> </body> </html> I want to ask why these properties are not work in my inline …

Member Avatar for JorgeM
0
142
Member Avatar for gahhon

1. What is the format for the first line of a method? 2. How can you view javadoc for a class? For the (1.) I am totally understand by depending on the developer design of the method. But how am i going to explain this since the tutor won't ask …

Member Avatar for stultuske
0
242
Member Avatar for tqmd1

Sir I have following codes <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title> Test </title> <style type="text/css"> #aboutus { border: 1px solid silver; color: white; font-size: 12pt; width: 250px; margin: 0 auto; background: #F0FFF0; background: url(images/dream2.jpg); background-size: cover; text-align: center; padding: …

Member Avatar for DaveAmour
0
136
Member Avatar for Ivan_7

Hi , I try to creat Chess table in HTML , I use DIV to create Content.... I create everything , and as always I have only one problem and that is I cant put my figures in center I try everything <center> , align="center", but nothing. <html> <head> <title>Chess …

Member Avatar for gentlemedia
0
194
Member Avatar for James_43

Hi everyone, Just after some general advice. I have developed a website that contains several news widgets that will eventually need updating. I am not too fussed about keeping a record of past news events, but that could be nice. Basically my question is, what is the best way to …

Member Avatar for mlesniak
0
197
Member Avatar for tqmd1

Sir I have these codes <html> </head> <style type="text/css"> #box1{ width:300px; border:1px solid green; overflow:hidden; margin:0 auto; padding:10px; } th { background:#6495ED; padding-bottom:5px; color:white; } td { border-collapse: collapse; text-align:center; } .format{ padding:5px; background:white; border:1px solid #90bade; } .namebold { color:brown; font-size:12pt; font-weight:bold; text-align:center; font-family: Georgia, "Times New Roman", Times, …

Member Avatar for Wuhoo
0
889
Member Avatar for SimonIoa

I have created a cycle image style using CSS. The thing is when i put the images on anchor <a> the style is lost... This is the css code .poster { width:25%; height:25%; position:absolute; margin-left:20px; z-index:0; } .poster a img { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; height:55px; width:55px } …

Member Avatar for SimonIoa
-1
278
Member Avatar for Shaziahussain

Sir I am trying to create dropdown menu, so i have these codes <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <style type="text/css"> #box1 { width:350px; height:150px; padding:5px; border:1px solid blue; margin:50px auto; overflow:auto; } #menu ul li { …

Member Avatar for UK-1991
0
214
Member Avatar for newbi11

Hi everyone Please I would really appreciate if someone could help with a code on how to add an image to a footer using css: Here's is my footer code: CSS: #footer { width:920px; margin:0 auto; background:url(../../images/footer.png) } .footer-cities { padding:15px 10px 10px 20px; border-bottom:1px dotted #fff } .footer-cities-holder { …

Member Avatar for alisajjad160
0
5K

The End.