Questions tagged as 'css'

3
answers

Drupal, place the Web Form on top of the content.

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...
asked by 02.06.2015 / 18:05
2
answers

Hide Menu Tab

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...
asked by 29.05.2018 / 13:19
1
answer

Website icon in the Shortcut when adding site to the mobile screen in the option that chrome has Android

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...
asked by 05.06.2018 / 22:49
2
answers

Problem leaving a background img no body {} reponsive

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:...
asked by 03.01.2018 / 16:57
2
answers

Using Pseudo Classes in CSS

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...
asked by 26.08.2018 / 03:44
2
answers

Trigger event to change slider image by clicking the directional arrows on the keyboard

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...
asked by 17.11.2014 / 05:23
1
answer

CSS menu marked after going to the submenu

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...
asked by 02.12.2014 / 19:41
1
answer

Catch Media Screen CSS

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...
asked by 10.12.2014 / 17:15
2
answers

CSS Menu on Diagonal

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...
asked by 19.02.2018 / 21:27
2
answers

How to add css to all elements whose id contains "..."?

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...
asked by 21.02.2018 / 11:54