Re: [css-d] Floating problem?

2007-09-08 Thread trevor bayliss
Thanks a lot Georg that works a treat! - Pinpoint customers who are looking for what you sell. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FA

Re: [css-d] Floating problem?

2007-09-08 Thread Gunlaug Sørtun
trevor bayliss wrote: > Hi all, Thanks a lot for those pointers George and Alan, I have > implemented the solutions which work with Firefox but with IE the > #contentinright div is dropped down and doesn`t seem to clear the > #contentinleft div. > http://216.219.94.105/about2.htm The #content

Re: [css-d] Floating problem?

2007-09-08 Thread trevor bayliss
Hi all, Thanks a lot for those pointers George and Alan, I have implemented the solutions which work with Firefox but with IE the #contentinright div is dropped down and doesn`t seem to clear the #contentinleft div. I tried the right negative margin to try and allows the #contentinright to

Re: [css-d] Floating problem?

2007-09-08 Thread Alan Gresley
Gunlaug_Sørtun wrote in reply to Trevor Balis > trevor bayliss wrote: > >> All the columns seem to have moved right for some reason. Why is this >> happening? How can I correct it? I am learning css so I would be >> interested to hear if I am approaching this from the right angle- two >> divs fo

Re: [css-d] Floating problem?

2007-09-07 Thread Gunlaug Sørtun
trevor bayliss wrote: > All the columns seem to have moved right for some reason. Why is this > happening? How can I correct it? I am learning css so I would be > interested to hear if I am approaching this from the right angle- two > divs for example would it have been better as divs? TIA > h

[css-d] Floating problem?

2007-09-07 Thread trevor bayliss
Hi all, I want to put two columns inside the divs: #wrapper { float : left; width : 100%; margin-left : -180px; padding-top : 15px; } #content { margin-left : 180px; width : 743px; } which I have done with and #contentinleft { margin-left : 180px; width : 500px; float: left; }

Re: [css-d] Floating Problem - IE

2006-12-09 Thread Gunlaug Sørtun
Stephan Wehner wrote: > On 12/8/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > >> Stephan Wehner wrote: >>> http://test.spacetimebrowser.org/test.html >>> >>> How can I make IE lay out the page the same way that FF does? >> >> Try adding... .content {padding: 1px 0; margin: -1px 0; position: >>

Re: [css-d] Floating Problem - IE

2006-12-09 Thread Stephan Wehner
On 12/8/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Stephan Wehner wrote: > > http://test.spacetimebrowser.org/test.html > > > > How can I make IE lay out the page the same way that FF does? > > Try adding... > .content {padding: 1px 0; margin: -1px 0; position: relative;} > > regards >

Re: [css-d] Floating Problem - IE

2006-12-08 Thread Gunlaug Sørtun
Stephan Wehner wrote: > http://test.spacetimebrowser.org/test.html > > How can I make IE lay out the page the same way that FF does? Try adding... .content {padding: 1px 0; margin: -1px 0; position: relative;} regards Georg -- http://www.gunlaug.no __

[css-d] Floating Problem - IE

2006-12-08 Thread Stephan Wehner
I've condensed my problem down to the HTML and CSS below. I'm trying to get IE 6 to use the same layout as FF 1.5. In FF the "Lorem ipsum" paragraph is at the top of the page, while IE 6 shifts it down close to the height of the "Message Box" HTML, CSS below -- or See http://test.spacetimebrowse