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

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

Quicker here?

/Jakob
#css #problem
  • Profile picture of the author Michael71
    URL would be much more help instead of forcing people to go to another forum...
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[9231771].message }}
  • Profile picture of the author RobinInTexas
    Originally Posted by jakobia View Post

    I posted here to get help, but at this time no help:

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

    Quicker here?

    /Jakob

    I hope you explained the problem wherever else you posted it, because you sure didn't here.
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[9231774].message }}
  • Profile picture of the author Michael71
    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

    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[9231778].message }}
    • Profile picture of the author jakobia
      Thx will try to fix this. Great service you have "http://www.responsivedesigntest.net/", I see the problem, the footer are the only thing that looks good, that was mine code, can I use the same tactic and this tag to get it working in more resolution.
      Signature

      “I'm just happy being dumpy. Dumpy, fat and middle-aged.” - Moz

      {{ DiscussionBoard.errors[9232020].message }}
    • Profile picture of the author jakobia
      Interracial dating | Love has no boundaries | Testimonial

      That is using the standard template, that looks fine. So I have to use that body, I guess... wait I will test this.
      Signature

      “I'm just happy being dumpy. Dumpy, fat and middle-aged.” - Moz

      {{ DiscussionBoard.errors[9232025].message }}
    • Profile picture of the author jakobia
      Have tested the site here: Test responsive design » responsivedesigntest.net, and it look good I hope.
      But the arrow I dont see? Changed 130% to 100%.
      Signature

      “I'm just happy being dumpy. Dumpy, fat and middle-aged.” - Moz

      {{ DiscussionBoard.errors[9232116].message }}
  • Profile picture of the author Michael71
    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;
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[9233430].message }}
    • Profile picture of the author jakobia
      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?
      Signature

      “I'm just happy being dumpy. Dumpy, fat and middle-aged.” - Moz

      {{ DiscussionBoard.errors[9234361].message }}
      • Profile picture of the author jakobia
        I fixed that using float very easy.... problem solved.
        Signature

        “I'm just happy being dumpy. Dumpy, fat and middle-aged.” - Moz

        {{ DiscussionBoard.errors[9238619].message }}

Trending Topics