Slashdot Mirror


User: Slapo

Slapo's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Smartest workflow move ....ever! on GIMP 2.8 Will Sport a Redesigned UI · · Score: 1

    You can move utility windows (such as layers) into the toolbox window (below the toolbox itself) and use ctrl+b to bring it to top, at least in the 2.6 series. I think it could be done that way in 2.4 as well.

  2. Re:Ahhhh..... on Evolution installer for Win32 Released · · Score: 1

    Depends on the theme you choose, you know :)

  3. Re:pick a standard on The Future of HTML · · Score: 1

    You can actually make columns with different backgrounds with css easily using borders and negative margins, but, as usual, there would have to be a special portion of CSS just for IE, because it counts width of an element differently (and not in a standards compliant way, I think). Gecko based browsers, Opera and Konqueror all diplay it fine, just as it is supposed to be according to CSS specs and as it would seem logical. Use of CSS would be much easier if IE would behave as it should. And instead of releasing a bunch of fixes, they are going to make a new version.

  4. Re:pick a standard on The Future of HTML · · Score: 1

    'Want to use CSS to create a standard two- or three-column layout plus footer that works cross-platform' It's actually not very hard (rather easy, I'd say), unless you need the columns to be of equal height (e.g. because of the background, ...)