css - Make set of buttons "squash in" if browser window reduced in size -
i have set of 8 buttons in horizontal row. how can make them buttons in www.dotacinema.com when smaller window buttons go (or zoom in, buttons still visible)
thanks
edit:
height: 38px; float: left; min-width: 60px; max-width: 140px; display: inline-block; width: 12.5%; background-image: url(button.jpg); background-size: 100%; color: white; font-family: "trebuchet ms", arial, helvetica, sans-serif; color: #d0d0d0; border: outset #555 1.5px; cursor: pointer; text-align: center; font-size: 16px; does not make buttons squish reason. pls help.
make width of buttons percentage of page, , set minimum button width using min-width: ; stop them getting smaller readable.
Comments
Post a Comment