Re: [css-d] Layout problem in IE

2005-12-07 Thread Gunlaug Sørtun
Ingo Chao wrote: > Remy Merriex wrote: >> [http://www.pdsxp.com/bov/wow.html > The offset problem is due to the positioning and floating of the > images, I think. A border on the top-right212.gif shows that IE tries > to align the container alongside these floats. Can be solved by adding: * ht

Re: [css-d] Layout problem in IE

2005-12-07 Thread Ingo Chao
Remy Merriex wrote: > This is a repost of a problem I had last week, I got no responses so I > thought I'd try one more time. The original post is below, thanks! Try to rephrase instead of reposting. 75% of these list's postings are due to a "Layout problem in IE". > [http://www.pdsxp.com/bov/wow

Re: [css-d] Layout problem in IE

2005-12-06 Thread Gunlaug Sørtun
Remy Merriex wrote: > [http://www.pdsxp.com/bov/wow.html Had a look at your page, and fixed a copy to pixel-perfection for IE/win. However, I'm not satisfied with the solution, because I haven't pinned down the exact cause for the offset-problem. --- However, your stylesheet needs a bit of cleani

Re: [css-d] Layout problem in IE

2005-12-06 Thread Joe Huggins
Well one thing to start with is you have this: I think that needs to be inside your . That may be throwing IE into quirks mode and leading to a bunch of issues. Remy Merriex wrote: >I've been lurking for a while, learning as much as I can about pure CSS > layouts and I finally came to

Re: [css-d] Layout problem in IE

2005-12-06 Thread Troy Brophy
2005 3:08 PM > To: css-d@lists.css-discuss.org > Subject: [css-d] Layout problem in IE > > ...it breaks badly in I.E.. > I've > tried for 3 days to figure out what I'm doing wrong and how to make this &

[css-d] Layout problem in IE

2005-12-06 Thread Remy Merriex
This is a repost of a problem I had last week, I got no responses so I thought I'd try one more time. The original post is below, thanks! I've been lurking for a while, learning as much as I can about pure CSS layouts and I finally came to a point where I felt comfortable enough to try my own.