Re: [css-d] absolute positioning problem in IE6

2009-12-03 Thread Debbie Campbell
Hi David, That was very close; I had to add just a few more lines to it: > #logo { > float: left; > margin-top: -10px; > padding-left: 15px; > height: 133px; > width: 278px; > } > #tagline { > float: right; > padding: 45px 18px 0 0; > width: 408px;

Re: [css-d] absolute positioning problem in IE6

2009-12-03 Thread David Laakso
Debbie Campbell wrote: > In this page: > > >> http://www.redkitecreative.com/projects/hbs/index.html >> > > My two elements at the top right, #tagline and #header-call-text, are > very out of place in IE6. I've tried placing them in containing divs > with a height assigned, changing posit

[css-d] absolute positioning problem in IE6

2009-12-03 Thread Debbie Campbell
In this page: > http://www.redkitecreative.com/projects/hbs/index.html My two elements at the top right, #tagline and #header-call-text, are very out of place in IE6. I've tried placing them in containing divs with a height assigned, changing position to relative, no luck. The logo was having