-
Rounded corners
Sunday, August 10, 2008 by Martijn Broeders
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)Leave a comment › Posted in: CSS
-
Nice img over fix
Sunday, August 10, 2008 by Martijn Broeders
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.Leave a comment › Posted in: CSS
-
One week of extra work
Sunday, August 10, 2008 by Martijn Broeders
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....Leave a comment › Posted in: Daily
-
Started
Thursday, July 31, 2008 by Martijn Broeders
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.Leave a comment › Posted in: Sneak Peak
-
4elements, iPhone version
Monday, July 28, 2008 by Martijn Broeders
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..Leave a comment › Posted in: Apple