Jump to content

MARCELO

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by MARCELO

  1. Well, now it is working as you said. But i can t select any box i want. The email field, for example. How could i select it? Besides, in this example below i changed the input padding using the n child selection, but i couldnt move the YYYY to the beggining of the box. Is it possible? Thanks.
  2. In the case below, i tried to add nth child selector so i could stablish different size for a answer box in this multiplestep form. It worked only for the first tab (last name), and i tried to do the same to the second tab like i show in the case below (contact info: email), but it seems it wont work. How can i select it? https://www.w3schools.com/code/tryit.asp?filename=FPU3YSO7NHLC
  3. MARCELO

    Scroll down

    Is it possible to transform a scroll to the top button into a scroll down, starting from this code: https://www.w3schools.com/code/tryit.asp?filename=FPWUJPO1D0PN I tried to make some changes, but its really far from being the way i wanted it to be, Thanks,
  4. In the case below, i tried to add nth child selector so i could stablish different size for a answer box in this multiplestep form. It worked only for the first tab (last name), and i tried to do the same to the second tab like i show in the case below (contact info: email), but it seems it wont work. How can i select it? https://www.w3schools.com/code/tryit.asp?filename=FPU3YSO7NHLC
  5. I m trying to write some code....just to start... but how can i develop the zoomIN and zoomOUT specifications? It seems to me there s no property here related to this kind moviment.
  6. https://www.w3schools.com/code/tryit.asp?filename=FP6WCRLOZKXH I would like to know why i cant specify the duration by changing: /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 2.5s; }
  7. I was building A image gallery background, but i could not change the duration of each image. The CSS animation duration property specifies i must change the time of each cycle, but when i try to do this , something weird happens. Isn t the duration specified only by this: /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } Thanks.
  8. I m using nth-child in the example below. But i just cant change the font-size and padding for a specific item of the menu. However, i can make some other changes i wanted to. Why does it happen? https://www.w3schools.com/code/tryit.asp?filename=FP4GEVEWQ0O2 Thanks.
  9. Hello. I don t want anyone correcting this structure, but could someone tell me what should i rethink at it? I ve read php syntax and similars, but i could not find out what s wrong! So, just a tip on what should i study more would be enough! https://www.w3schools.com/code/tryit.asp?filename=FP36GWXPZB0F Thanks
  10. MARCELO

    Conditions

    Consider a custom checkbox (from 1 to 5) and a custom select (it might be VOLVO, FORD, VW and JEEP). For every number i choose in the checkbox (and i may choose more than one), a question will be shown (and so, more than one question may be shown). For the one i select in the custom select, a price for example will be shown. I know how to build these custom checkbox and custom select, but now i need to build these results for each action These both examples are related to JavaScript conditions, right? This is the closest i found about these ideas. Thanks.
  11. OK! Once i saw it and i thought that it would be a good idea...but ok it s not some i really need! ThankS!
  12. Ok, i thought this comment would specify something. Anyway, the information provided in each tab - like name and email - is considered one step completed in the form, right? But if i want to consider as a step completed the information being asked in two tabs - in one: name and email/ in the next: country and age - for example ? Is it possible? And this way, the little circle will change color only after these two tabs: that s the idea.
  13. In the multiple step form: https://www.w3schools.com/code/tryit.asp?filename=FP1EFB02JNJ0 we have this: <!-- One "tab" for each step in the form: --> So, if i wanted to be considered as a step two tabs (and not one), should n t i just change to this: <!-- Two "tabs" for each step in the form: --> But there s no effect. I can t see what must be changed - for me this s all that defines what s considered a step - and i guess the structure is ok (i didn t change it almost). Or it cannot be changed (number of tabs for each step)? THANKS.
  14. This is great and helped me a lot!
  15. I spend 6 hours working today in this form.... and i just can t continue because a portuguese form with an english word is too weird. That s bad! I will try to do something to make Enviar possible. If you come up with an idea, please let me know! Thanks!
  16. In portuguese, Submit is translated as Enviar. However, changing the word in the code, something is going wrong. What maybe? https://www.w3schools.com/code/tryit.asp?filename=FOYVUU48QIWK
  17. When it comes to tabs 1 - I want to establish a buttom size (the same of for each one) for all buttons. But the buttom size is proportional to the size of the word - as we can see here: https://www.w3schools.com/code/tryit.asp?filename=FOYRAGU6HYUG Is it possible to have only one buttom size for different size of words? 2 - In the same example (third buttom), is it possible to define the space between the lines (not line breaks br) ? Actually, this is a question i have wherever i am writing (buttom, text, etc). 3 - It seems there s a shadow in the right of the buttons. How do i remove it? THANKS.
  18. No, that s not my intention. In fact, the website i m building is much bigger than the support being offered here. But yes there are something i m starting from 0 or close to it. I think your answer is related to the other topic. By the way, you were the one who told me to search it by myself ( the effect in this topic ). And i have really tried to identify. Otherwise, i wouldn t be insisting in this question. That s a interesting link. Thanks.
  19. Sometime ago i asked a question in this forum, but noone could give me an answer. I thought that developing my skills i could find it by myself, but i still can t identify - when i m studying a the developers tool (i m not sure that s the name in english, but i m talking about the website html structure) - what i m looking for. It s this photo effect in websites like these: https://wedy.com/lauraemoabe Is there a simple code i can add to have this effect? Do i have to buy a plugin or something and install it? By the way, this is such a nice effect that some awarded websites (best sites in the world) uses this kind of effect! THANKS.
  20. Hi, Ingolme. Here s the result: https://www.w3schools.com/code/tryit.asp?filename=FOXJE1J4PMG0 Something is terribly wrong!
  21. Hello! What part of this html structure i have to change to turn this https://www.w3schools.com/code/tryit.asp?filename=FOX6H0MN95J2 into a not 100% video background. The ideia is to have only the first box with this background. I know i can style other boxes with an specific background color and it will be over the video and hiding it. However that s not what i wanted - my idea is to really have it in the first box and not having to hide anything. By the way, this is a website i guess do exactly that, but with a MUCH MORE complicated structure: https://coverr.co/ Thank you all!
  22. Hello. I m looking for something really similar to tabs like these https://www.w3schools.com/code/tryit.asp?filename=FOVNL36JZZ4W But the idea is to have 4 buttons separated. I tried to change these tabs styles but i could not get what i wanted. Is it possible to work on the buttoms below to build a similar way to show content or there s a easier way? https://www.w3schools.com/code/tryit.asp?filename=FOVNSLTB3LZB THANKS.
  23. MARCELO

    FORMS -

    YES, IT S NOT A GOOD STRUCTUTE. I WILL WORK ON IT.
×
×
  • Create New...