Jump to content

MARCELO

Members
  • Posts

    80
  • Joined

  • Last visited

Posts 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. 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.

  3. 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.

  4. 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.

     

     

     

     

     

  5. 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.

  6. 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!

     

  7. 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.

  8. 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.

  9. 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.

  10. 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!

  11. 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.

×
×
  • Create New...