How can I vertically scroll content in one table column with browser scrollbar?
-
تاریخ: 1396/6/14 ساعت: 18:46
I am a bit stumped on how to do this. I have created an image showing what I would like to achieve: The black text is the HTML code, the red is the description of the element and the purple is what I would like to achieve. I have found code that does something like this but the scroll bar is not the...
Atom feed for dummies?
-
تاریخ: 1396/6/14 ساعت: 18:46
Hi, I have been let down by my previous 2 developers which has cost me around 18 months of lost time. So I am forced to lea how to build, and edit my own sites and use filezilla to manage my server. I have a blog, here:https://www.seignaletplus.com/blog/ I found a file which I've worked out is an at...
Need some help with a while loop in JavaScript
-
تاریخ: 1396/6/14 ساعت: 18:46
Hi. I am fairly new to JavaScript, I am going through Coding with JavaScript for dummies and the book is filled with coding errors. As I am a neewbie some of them are difficult to correct my self. So I hope someone can help me with this while loop : Code: <html> <head> <title> Guess the word...
Coding a csgo gamble site
-
تاریخ: 1396/6/14 ساعت: 18:46
i want to create a csgo gamble site, but i dont how to get started, if anyone help me for the code plz contact me, im really willing to pay.
Trying to send mass email using checkbox values
-
تاریخ: 1396/6/14 ساعت: 18:46
I'm trying to figure a way to allow members of a website to send email messages via the system without allowing the member to see the email addresses. They should be able to select either just one user, or a number of them, or all of them if they want. I've got as far as successfully outputting the ...
Footer in Lightbox
-
تاریخ: 1396/6/2 ساعت: 23:38
How do I remove my web page footer from my lightbox? Using Dreamweaver to do the coding. I assume the solution will be script rather than html or css.
How do I go about building a big web site?
-
تاریخ: 1396/6/2 ساعت: 23:38
I have several really good ideas for a good web site but I don't know anything about how to go about doing this. There will be plenty of money for everyone involved. I need some good help. I live in seattle washington.
Opacity under simple letters not under boxes.
-
تاریخ: 1396/6/2 ساعت: 23:38
Hello. First sorry for my english. I need help. I find on google many tutorials how to make opacity boxes, like on my site : But how to make opacity only under letters like here : This black = background. Thanks for help :) Greetings from Poland ! Attached Thumbnails
upright pyramid
-
تاریخ: 1396/6/2 ساعت: 23:38
How do I make this pyramid upright please Code: var num=prompt("enter"); function draw(line, n){ for(i=n; i<num; i++){ } for(i=n; i>0; i--){ document.write(i); } for(i=2; i<=n; i++){ document.write(i); } } for(x=num; x>0; x--){ document.write('<br/>'); draw(0,x); }
HSBC is offering various Digital careers for talented professionals
-
تاریخ: 1396/6/2 ساعت: 23:38
A digital revolution is happening right now at HSBC. Wex92re developing global digital solutions that will help millions of customers worldwide to manage their personal and business finances. We are looking for talented professionals to work with a growing team of experts from leading technology com...
Looking for a CTO / Tech Co-Founder Full-Stack Developer in Munich / Germany
-
تاریخ: 1396/6/2 ساعت: 23:38
One would think that a small startup who would like to take it up with Facebook, Whatsapp, Twitter, Instagram, WeChat, Payback and a whole bunch of other major players at the same time might have lost its mind, right?! Yeah, maybe. But its exciting :). And you could be the CTO in all that craziness....
Trying to change the size of one letter, but it's not written in the html codes
-
تاریخ: 1396/6/2 ساعت: 23:38
As the title says. I'm using a template i found online, so i'm not really sure how to change the letter/symbol. It's small in the browser version, but not the phone version. Code: <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta ...
need help finding an element on a page
-
تاریخ: 1396/6/2 ساعت: 23:38
Hi everyone, I'm still a novice at html/css but I managed to land a job doing both at a company. I'm trying to find the source of the background image element but I can't seem to locate it. tried to 'inspect' it but it's not popping up in the code window, I can't even save the background image of th...
submit button outside the box
-
تاریخ: 1396/6/2 ساعت: 23:38
I just need to get the submit button inside of the box and make it prettier but nothing I do seems to work. Code: <!DOCTYPE html> <html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="en-gb" http-equiv="Content-Language"/> <meta conte...
Need help with an assignment.
-
تاریخ: 1396/6/2 ساعت: 23:38
I am taking a HTML/JavaScript class and part of the assignment is killing me. I created the 4 function calculator and have all the validations correct except one. I need to validate if One or both input fields < -9999 or greater than 9999. I am told I need to convert the values to Integers, and then...
Accordion within another element is being cut down
-
تاریخ: 1396/6/2 ساعت: 23:38
Hey community, I hope I will find here somebody who is kind to help me. I am creating webiste for my job within x wordpress theme. And struggling to complete my vision... It is almost finished.. but in an odd way, where theme x support says its not anymore within the scope of their business. So I ha...
Small Project - 3 Fixxing Scripts
-
تاریخ: 1396/6/2 ساعت: 23:38
Hello i Look for a Coder there fix for my bugs in 3 Scripts i will pay in bitcoin , when this god worked i have more things for the coder Thx for ur help greets
Correct use of call ?
-
تاریخ: 1396/6/2 ساعت: 23:38
Hey guys, I'm trying to lea how to use call, and I think I got it, but I don't understand why it's important. Here's a code I wrote without using code: Code: var haveri = {num: 2}; function Add(a,b) { retu b.num+a; } console.log(Add(3, haveri)); And it's possible to write the same thing with call:...
Is there a way to use "inspect" & javascript to click a button?
-
تاریخ: 1396/6/2 ساعت: 23:38
is there a way to inspect element and click a button automatically? I want to create a javascript script that automatically clicks a button for me.
Problem with checkboxes
-
تاریخ: 1396/6/2 ساعت: 23:38
Hi guys, i wrote a script for convert a json with hmtl inside, in a rendered pdf, everything works, but! I never used html so I'm getting a bit mad, how can i add checkboxes in the second for cicle(<li></li>) ? The f variable is a list of answers(from the json), i need to add a checkbox in every ans...