[support] Mac display problem
    Richard Burford 
    lists at freestylesystems.co.uk
       
    Sun Nov  7 13:32:08 UTC 2010
    
    
  
It sounds like the width of the browser window is changing the position of the logo and header. When using position: absolute you need to use position: relative on a parent element to anchor the child element to.
You can most likely avoid using position: absolute altogether. If you post a link to a live dev/staging site you will get a more precise answer.
psynaptic
http://drupalcontrib.org/
On 6 Nov 2010, at 22:50, Roger wrote:
> Our Drual pages display well in W7, xp. Ubuntu, Fedora, 
> firefox,chromium, IE etc on 5 different computers but on a wide screen 
> mac the logo and header are substantially off to the left.
> They are in the page block and position:absolute; in the style.css.
> If position:relative; to page they float to the left edge of the monitor
> 
> Got me tossed.
> Has anyone had this experience and found a way to fix it.
> Thanks in advance
> Roger
> -- 
> [ Drupal support list | http://lists.drupal.org/ ]
    
    
More information about the support
mailing list