4Elements, Amsterdam, Holland

  1. Rounded corners

    This will work in Safari and FireFox only:

    #box_with_corner {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999999;
    border-bottom-color: #666666;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    }

    And who knows that Microsoft will include CSS3 into IE8. (wishful thinking)

     

    0 Comments

    Leave a comment › Posted in: CSS

    1. Nice img over fix

      We found a nice CSS .img mouse over fix that works in all browsers.

      .img {
      padding:5px;
      border:1px solid #333333;
      background-color: #FFFFFF;
      }
      .img:hover {
      border:1px solid #589FBF;
      }

      Leave away the "." in .img and all your mouse_over images will be handled the same.

       

      0 Comments

      Leave a comment › Posted in: CSS

    1. One week of extra work

      A lot of changes have been made in the last week.
      - Navigation, portfolio is set as last instead as first to show.
      - Textual, rewrite of almost all our text.
      - Images, browser frame has been removed from all portfolio work.
      - Portfolio, the text is now hidden by default.

      And our website is now compatible with the following browsers:

      (Mac and PC)
      Safari: 2, 3, 4
      IE: 6, 7
      Firefox: 2, 3
      Opera: 8, 9, 9.5

      Again, Microsoft IE 6 and 7 took the most time.
      All other browsers worked without any adjustments or style sheet switches....

       

      0 Comments

      Leave a comment › Posted in: Daily

    1. Started

      Today we started working on THE new project.

      I won't say anything yet, only that it will be a service and doesn't exist on the internet.

       

      0 Comments

      Leave a comment › Posted in: Sneak Peak

    1. 4elements, iPhone version

      I made a very simple version of 4elements.com for the iPhone.

      Interested: http://m.4elements.com (use with cellphone or iPhone only)

      It's not done yet of course. But it's a nice way for me to see what's possible.
      Later on I will add more information and an automatically redirect to http://m.4elements.com for those who visit my site with an iPhone.

      Stay tuned..

       

      4 Comments

      Leave a comment › Posted in: Apple

  • Page 6 of 7 pages « First  <  4 5 6 7 >