Saturday, 25. August 2007, 19:25:47
web, CSS
There are some useful tricks you can use in CSS to position content.
Some people frown upon absolute positioning, but that is because they don't know how useful it is if used properly. Relative positioning has some uses, too.
Here's some examples of using CSS
position: absolute and
position: relative.
Read more...
Tuesday, 31. July 2007, 02:58:27
CSS, web
I've recently been working on a few websites and there are some common problems that I've encountered in Internet Explorer and Firefox while developing these. Here's a small list of things that may cause problems and what to do to solve them.
Read more...