Welcome to TalkGraphics.com
Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26
  1. #21

    Default Re: Page alignment and popup trigger

    Try the attached .web file with the Tweak for WD6.

    Nothing needed on the tracker field.
    There's a slight flicker with IE8, but that's IE8 for you.


    Quote Originally Posted by rickasaurus View Post
    One of the implications is that left-alignment will improve this rating (for left/right).
    Actually, in fact - having your monitor face north also helps a lot.

    Quote Originally Posted by rickasaurus View Post
    Any views on this?
    He who pays the Piper..
    Attached Files Attached Files

  2. #22
    Join Date
    Mar 2009
    Location
    Sydney, Australia
    Posts
    67

    Default Re: Page alignment and popup trigger

    Thanks Steve. I copied the Left Align Page placeholder to each page on the website. Is that the best way to implement it? Anyway, with one exception, that works.

    But I still have a strange phenomenon: the index.htm page will not left align when viewed in IE8. All other pages are OK, and it works with FF.

    What do you suggest?

    Rick
    Follow me, it's better if we are lost together!

  3. #23

    Default Re: Page alignment and popup trigger

    Quote Originally Posted by rickasaurus View Post
    Thanks Steve. I copied the Left Align Page placeholder to each page on the website. Is that the best way to implement it?
    I believe so, yes.

    the index.htm page will not left align when viewed in IE8
    I can't repeat that. Works in IE8 for me.
    Are there any other scripts in that page that may be conflicting?
    Have you made certain to have removed the left align script from the tracker code area that you had put their before?

  4. #24
    Join Date
    Mar 2009
    Location
    Sydney, Australia
    Posts
    67

    Default Re: Page alignment and popup trigger

    Problem solved, thanks Steve. In doing a test page, I had left some files out which was preventing the page from fully loading. All fine now.

    There is still an issue: the page loads initially in the centre, then shifts to the left, usually with a delay. It seems it only moves after most of the page has loaded.

    Is there a way to give the left-alignment instruction early in the page loading? I put the placeholders close to the top of the page, but that did not seem to make any difference.

    Rick
    Follow me, it's better if we are lost together!

  5. #25
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Page alignment and popup trigger

    Quote Originally Posted by rickasaurus View Post
    Is there a way to give the left-alignment instruction early in the page loading?
    No.
    John.

  6. #26
    Join Date
    May 2009
    Location
    Germany
    Posts
    145

    Default Re: Page alignment and popup trigger

    Hi,
    Is there a way to give the left-alignment instruction early in the page loading?
    you can try to call the "Left-alignment" after DOM is ready. (window.onload will be fired after all resources are loaded)
    I changed the code a little, maybe this is what you need.

    Sebastian
    Attached Files Attached Files
    Last edited by Sebastian; 27 May 2010 at 06:16 AM.

 

 

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
  •