Geoffrey Alan Colbath wrote:
> Hey all,
>
> I'm looking for some help with funky margin issues in FF. Amazingly
> enough, IE is displaying everything just fine. Here's a link to what I'm
> working on:
>
> http://www.id.iit.edu/~colbath/StratCon06/about.html
>
> You can see the div with the "more..." graphic isn't aligning with the
> header div. I had to wrap all the little sidebar divs in a container to
> solve some other layout issues... and now I'm getting this funky margin.
>   
This may(?) help, at least in FF:

#sideBarContainer {
        position: absolute;
        /*top: 100px;*/
        top: 92px;
        left: 588px;
        padding: 0 0 0 0;}

In general, using absolute positioning to layout a page, and setting 
height on containers, often proves problematic.Same for the tiny pixel 
set fonts and line-height. The page should hold font zoom in all 
browsers-- even IE. Those good folks at the Illinois Institute of 
Technology Institute of Design Strategy (whatever that means) might go 
for your page with colors disabled-- I did, and I'm from Chicago, well I 
was from there-- they kicked me out.
> -=gc=-
>
>
>   
Best,
~davidLaakso

-- 

Typography exists to honor content. 
--Robert Bringhurst
<http://www.dlaakso.com/>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to