Tim Wolak wrote:
> Morning all,
>
> Also one of my pages has a back line on it and for the life of me I 
> can't figure out where its coming from and its in every browser except IE.
>
> Thanks,
> Tim
>
> <http://dev.howsmykiddriving.org>
> Page with line: http://dev.howsmykiddriving.org/aboutus.php
>
>
>


I think it may be a collapsing-margin [1] issue (if so, IE is saved by 
its own stupid stupidity).
Try:
#wrapper {
border: 1px solid fuchsia; <----:: 4 position only (delete it)
padding-top:1px; <-------------- :: add this
    background:url(/images/bgsmall_03.jpg);
    background-repeat:repeat;
    position:relative;
}

[1] <http://www.w3.org/TR/CSS21/box.html#collapsing-margins>


-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to