some useful tools to have
Moderator: kfury77
some useful tools to have
Here are a couple of useful tools to have in designing web sites particularly if you are or have been considering html5
Note: they all work better in FF
1. HSL color picker
http://hslpicker.com/#372F2F
2. CSS3 generator
http://www.thisiserichoffman.com/css3-generator/
3. CSS wrap << this I like very much
http://csswarp.eleqtriq.com/
enjoy
mapleleaf
Re: some useful tools to have
Some nice finds, particularly like the CSS Wrap, funky!
Re: some useful tools to have
MikeyB wrote:Some nice finds, particularly like the CSS Wrap, funky!
Thanks, glad you like it. Here is a shot of it being used. It did take a bit of time to get the hang of it.


I have been toying with the wrap and using it on my web site; still thinking about it.
There is one problem namely IE as it works well in FF, Opera, Safari, Google and Maxthon.
So, as a solution against IE I had to do the following:
Code: Select all
<!--[if lt IE9]>
<script>
location.href='design.html';
</script>
<![endif]-->
I do however, see plenty of possibilities in the use of wrap in web design.
mapleleaf
[/color]