Re: [WSG] I can't get my DIVs to overlap or position correctly?

2005-01-30 Thread Gunlaug Sørtun
Joey wrote: But yes i wonder about the "margin-left" problem in IE too? If anyone knows why we have to use "margin-left: expression('8px');"? Correcting front-margins on a float in IE/win like this: margin-left: 17px; margin-left: expression('8px'); /* correct IE */ ...is the same as writing: margi

Re: [WSG] I can't get my DIVs to overlap or position correctly?

2005-01-30 Thread Joey
Hi Dmitry, Thank you for your response that worked, But yes i wonder about the "margin-left" problem in IE too? If anyone knows why we have to use "margin-left: expression('8px');"? Thank you Josef Dmitry Baranovskiy wrote: Hi Joey, try to update CSS classes to this: #ctpic { background-col

Re: [WSG] I can't get my DIVs to overlap or position correctly?

2005-01-30 Thread Dmitry Baranovskiy
Hi Joey, try to update CSS classes to this: #ctpic { background-color: #F0F0F0; float: left; width: 470px; height: 557px; margin-top: 22px; margin-left: 131px; text-align: center; } #ctpic img { margin-top: 71px; } #logo { floa

[WSG] I can't get my DIVs to overlap or position correctly?

2005-01-30 Thread Joey
I everyone, this is such a simple problem, i havent been coding in CSS for a long time, and i have come accross a problem, if you look at this page: http://www.burninthespotlight.com/cssprob/homepage.htm = Problem page http://www.burninthespotlight.com/cssprob/css/default.css = CSS for problem