Search the Community
Showing results for tags 'help needed'.
-
Hello, I have been using W3 tutorials to create custom code elements on my weebly website. Lately I have been having issues with a code I created from two separate tutorials: image roll over and responsive size. The code is situated within a greater grid created with weebly's building tools. Image rollover and responsive size work in W3's try it editor, but on my website only the rollover works. On a full size window everything looks just fine (the bottom left is the custom coded element) but a slighter smaller window results in a slide bar to view the full image, because it will not
- 2 replies
-
- help needed
- help
-
(and 8 more)
Tagged with:
-
using System; namespace ReadlinPractice { class Program { static void Main(string[] args) { string passWord = "pass123"; string userName = "user"; Console.WriteLine("Please enter your username below!"); string userName2 = Console.ReadLine(); if (userName != userName2); { Console.WriteLine("User not found! Please re-enter your username"); string userName3 = Console.ReadLine(); string result = (userName3 != userName) ? "Blocked, please try again in 5 m
-
I am having what I assume is a CSS issue, because there is a grey background where there should be none. I have attached the code and was hoping someone was able to assist with this issue. Screenshot of the issue: It should look like this: holman-bmw-ft-lauderdale-accordion-x7-page_v3 no carousel.html
-
hello! I cant find any code for tilled background for html any one help?😐 plz reply fast
- 1 reply
-
- help needed
- help
-
(and 2 more)
Tagged with:
-
So I have to finish a Project for my apprenticeship as an it technician. I have to add a few functions to an already existing code. The Problem is that i never ever porgrammed anything which means I am in huge Trouble.... I have to add following Features: a feature that hides apprentices after 3.5 years a function that allows you to edit apprentice data (room number or Picture) An upload button should be added which allows to upload data I don't even know if this is a lot of work ore an easy task, I am a totale noob at programming and dont even need it at my job (
-
i need to change the background color and other stuff of some <a> elements but not every single <a>, so i defined a class for the elements that i need to change but I don't know how to use the class name to define a:active or a:hover if i use #classname:hover it doesn't work. Can you tell me how to do it?
- 1 reply
-
- help needed
- css
-
(and 2 more)
Tagged with:
-
Hi, I'm trying to setup a sidenav with multiple accordion dropdowns. The first one seems to work fine but the rest just reopen the first in the list. Anyone any idea what I'm doing wrong? It may well be blatantly obvious as I'm no expert! Thanks, Dave. The code I'm using (css) is: ____________________________________________________________________________________ <nav class="w3-sidenav w3-light-grey w3-card-2" style="width:140px;"> <a href="index.php">Home</a> <div class="w3-accordion"> <a onclick="myAccFunc()" href="#">First group<i class="fa fa
- 12 replies
-
- sidenav accordions
- css navigation
-
(and 5 more)
Tagged with: