I need to do in the Drupal theme to put this Web Form on top of the content instead of below. I do not know how Drupal works, however I have some knowledge of creating Wordpress templates, I downgraded the theme but I do not know which file I sh...
I'm trying to hide the nav menu bar when it enters a specific form, would you like to give some example?
Thisistheindexofmyform:@usingPagedList.Mvc;@modelPagedList.IPagedList<BlogWeb.Models.Abastecimento><!DOCTYPEHTML><p>@H...
I have a responsive website that is widely used on the mobile by customers, we always indicate that the customer uses Google Chrome, as it offers an option to create a shortcut to the site on the phone, except that it creates the shortcut and th...
I have a problem with leaving an img background in the body {} reponsive.
img:
code:
body{
background-position: center;
background-repeat: no-repeat;
color: #000000;
background-attachment: fixed;
background-size:...
I know that the pseudo classes are: :link , :visited , :hover and :active , but I'd like to know if you can use pseudo classes through class , id or inline . Sometimes I do not want to use :hover on all h1...
I'm using a jQuery slider, but I would like to improve it in Accessibility .
I would like the keyboard arrows ← and right → to navigate my slider similarly to the click navigation arrows. But I would also like that when pressing the dire...
I need to make the selected menu item remain marked after the user moves to the submenu. For example, in my menu, there are items with up to 3 submenus. When the user hover over the item, it opens the submenu, but leaves no markup in the previou...
Good afternoon, I would like to know some way to block the user from adjusting the resolution in the mobile version of the site (by sliding two fingers).
As in this example: link (with the mobile browser you can not afford the size of the reso...
I'm developing a layout of a mobile application, which will be developed at IONIC, the client sent us an example of how you would like the application menu, as you can see in the link below:
link
Could you give me an idea how to get this...
I have several elements whose id contain, for example "elem", can be "% elem" or "elem%", can have characters before the String elem as before or before and then ("% elem%"). And I would like to add all the elements that css with jQuery. How ca...