Thanks to Hadley Stern, I now have a screen shot of LEM on IE6/Win. Now 
I see what the problem is. Instead of sitting flush against the left 
side of the page, the adbar is set in about 160px. Like this:

LEM LOGO             SEARCH LEM
         BANNER AD
NAVIGATION BAR
      VERT TEXT IS           AD
      ICAL OVERLAPPED        RT
      AD   BY AD BAR
      BAR  <--

It should be like this:

NAVIGATION BAR
VERT  TEXT NOT               AD
ICAL  OVERLAPPED             RT
AD    BY AD BAR
BAR    <--

Quick & dirty HTML for this section:

<div id="content">
        <div id="main-text">
                INCLUDE TEXT HERE
        </div>
        <div id="adbar">
                INCLUDE ADS HERE
        </div>
</div>

And the CSS:

#content {position: relative;
background-color: #ffffff; }

#main-text {margin-left: 170px;
padding: 0.5em;
position: static;
top: 0px; }

#adbar {position: absolute;
top: 0px;
left: 0px;
width: 160px;
line-height: 1.25; }

Any tips on fixing this greatly appreciated!

Dan Knight, LowEndMac.com

-- 
Mac Webmasters is sponsored by <http://lowendmac.com/> and...

Small Dog Electronics has Lasso, Filemaker, and FileMaker Server on Sale!
High Technology for low prices.   http://www.smalldog.com

      Support Low End Mac <http://lowendmac.com/lists/support.html>

Mac Webmasters info:    <http://lowendmac.com/lists/macweb.shtml>
  --> AOL users, remove "mailto:";
Send list messages to:  <mailto:[email protected]>
To unsubscribe, email:  <mailto:[EMAIL PROTECTED]>
For digest mode, email: <mailto:[EMAIL PROTECTED]>
Subscription questions: <mailto:[EMAIL PROTECTED]>
List archive:
      <http://www.mail-archive.com/mac.webmasters%40mail.maclaunch.com/>

iPod Accessories for Less
at 1-800-iPOD.COM
Fast Delivery, Low Price, Good Deal
www.1800ipod.com

Reply via email to