Hot Software News at Z5software

We deliver breaking news related to Software Development Industry

  • May
    21

    I have been doing Website design in Photoshop for some time now and just thought I’ll give fireworks a try since its been a long time using it. So I did up my Mockup design in fireworks which is not very heavy detailed. This was the reason why I wanted to use fireworks. So I’m breaking out of my comfort zone more like it Best Hosting Guide - Web Hosting Fan - The Guide to Web Hosting, CMS and Blogging..

    But after doing some research, it seems that a lot designers are using photoshop for almost everything e.g. plain layout or complex designs.

    What I want to know is, would it be easier to do the whole mockup in photoshop or just the graphics and use fireworks for layout? I know it comes down to personal choice but I strongly believe in improving a strategic way of doing mockups and slicing. So I’m pretty much looking for ways of cutting down time as much as can.
    service desk

    SEO UK

    Read the rest of this entry »

    No Comments
  • Oct
    12

    I am trying to set the width of a form so it stays on the same line in a table “td” with other items.

    Please see code below and offer any help.

    Suggestion:

    First - no width attribute on a hidden input, and width is invalid on input type=”image” as well. I’m *pretty sure* the same is true of the border on input type=”image”, if you want a border you’re best to style it. Or, use input type=”submit” and style the submit with a background image.

    Try

    form { margin:0;padding:0; white-space: nowrap; }
    #submit-img { border: 1px solid #000000; }

    No Comments