Some CSS problem!

by 9 replies
11
I posted here to get help, but at this time no help:

. v7n .com/forums/coding-forum/367623-css-problem.html

Quicker here?

/Jakob
#programming #css #problem
  • URL would be much more help instead of forcing people to go to another forum...

  • I hope you explained the problem wherever else you posted it, because you sure didn't here.
  • width:130% and appearance are your problems...

    Besides that, the site looks pretty ugly when using 1024x768 pixles, which every good developer should work at smallest size for desktop...

    Not to mention this site is not watchable in sizes < 1024 pixels width.

    Take a look at the picture

    • [ 1 ] Thanks
    • [3] replies
  • To make a site responsive you need CSS knowledge or at least a good framework, and knowledge.

    ---

    appearance ... kick these out of your CSS for the form
    Code:
    .select-style4 select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
    Delete

    Code:
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    • [1] reply
    • Thx but I didn't manage to use that code, I used a background image, instead. And I think it is decent now. But one more problem. The "Date of birth:" selection boxes, what is the quickest and fastest way to get them in one row?
      • [1] reply

Next Topics on Trending Feed