Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Jan 2010
    Location
    Bradford, England
    Posts
    1,827

    Default Re: WebDesigner^, Xara3D, MenuMaker???

    Jinker, Merlin Thank you so much for your comments.

    Jinker, I know what you mean, about the software not being perfect, but as a wise man once said nobody's (nothing) perfect. I am used to working with master pages in Indesign and would love them to be used in xwd perhaps in future releases. Also when you say the pages move slightly left to right, I'll be honest and say that I have not noticed this myself. I wonder if the header thing could be solved with iframes!?!??
    Flawless Form. Faultless Function. Crafted by Cloud

    https://www.cloudwebagency.co.uk

  2. #12
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: WebDesigner^, Xara3D, MenuMaker???

    We have strayed a bit from the OP but as he has not returned...

    Try this in a place holder named <head>

    Code:
    <style type="text/css">
    html {
    min-height: 100.5%;
    margin-bottom: 1px;
    }
    </style>
    I looked for the original thread (with a working example) but had no luck.

    Alternatively

    Code:
    <style type="text/css">
    html { overflow-y: scroll; }
    </style>
    Last edited by Drwyd; 29 January 2011 at 10:10 PM.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •