Questions tagged as 'css'

0
answers

Memorama JS, change shifts.

I am doing a Memorama, it works well, two cards are uncovered if they are the same, they remain uncovered, otherwise 3 seconds pass and they are hidden again. But as I do, if Player 1, make no mistake and add the pairs of Player 1, in the cor...
asked by 13.05.2018 / 23:32
1
answer

save css in database

I want to create the dining room of a restaurant and save the positions of the tables in the database. The tables are draggable but I do not know how to save those positions in the database to show the dining room afterwards as I have saved it....
asked by 15.05.2018 / 22:15
1
answer

Hover in Image with Boostrap

I tried to make a simple hover of resizing with the image but it did not just come out, I leave CSS and HTML code: .baseNumeros { z-index:4; } .RNumeros { width: 100%; height: 100%; transition: transform .2s; } .RNumeros:hove...
asked by 10.05.2018 / 17:34
2
answers

Does the CSS serif font change depend on the device?

I know that the sources (typograficas) serif are a type of sources. Now my question is in CSS when you put a paragraph to the source type font-family: serif; which source it takes. I would like to know if this changes in different...
asked by 27.07.2018 / 19:19
1
answer

How do I make sure that my fixed header does not overlap the images?

<DOCTYPE HTML> <HTML> <HEAD> <TITLE>TITLE UNICOLOR</TITLE> <STYLE> *{padding:0; margin:0; list-style:none; text-decoration:none; color:inherit;} HEADER{width:100%; height:8%; border-...
asked by 01.05.2018 / 11:52
0
answers

Problem with the menu collapse

I have two menus, one is invisible to see the content below (as long as the responsive design allows it) and another with a dark blue background, which will be the browser to use when the screens are not so large or Scrolling down. I'm doing...
asked by 30.04.2018 / 12:04
0
answers

How to direct a bootstrap library to a html DIV

here is a small example of an html, what you happen is that I have a page which presents its own design (styles.css), and I am implementing a design for a multiselect, which requires bootstrap-multiselect.css and bootstrap-3.3.2.min.css .... so...
asked by 30.04.2018 / 17:23
1
answer

Bootstrap super put pull-down menu in the mobile version above the content below

   My problem arises when putting the small version (mobile) with the menu, you know that with bootstrap when you increase the size of a menu it becomes a button with a drop-down with the icon of three dashes, well then my problem that little bu...
asked by 29.04.2018 / 13:57
0
answers

I have an XML, problems to get the XSL

I have this XML and this photo, and I have to take out an XSL so that the XML looks like the photo, do you have any idea how to do it? Some help? I'm pretty lost ... <?xml version="1.0" encoding="utf8"?> <taldea kodea="IS-31">...
asked by 27.04.2018 / 10:26
2
answers

Borders / HTML blank spaces

I put this image and I get those white edges around, I would like it to fit 100% of the screen, without those white edges. <html> <head> <title>Prueba</title> <style> .imagen { height: 100%;...
asked by 27.04.2018 / 16:31