[css-d] align 3 divs in a row

2006-09-15 Thread Bevan Christians
Hi, I'm a bit new to CSS. and i've tried googling but i may getting the search terms wrong. Question: I have 3 divs in a row with a parent div. in Firefox they align up perfectly (horizontally), yet in IE the #slider_track div pushes lower than the other two DIVS so it looks like: __

Re: [css-d] align 3 divs in a row

2006-09-15 Thread Bradley Wright
On 15/09/2006 12:55, Bevan Christians wrote: Is there any particular reason for this? It seems to me that if you adjust the width of #slider_track to something lower (like 75px) it sits back up in the middle, so I'd say it's a calculations issue. There are some other things, too: 1) IE

Re: [css-d] align 3 divs in a row

2006-09-15 Thread Bradley Wright
On 15/09/2006 13:53, Bradley Wright wrote: #slider_holder div { margin:0; padding:0; border: 1px solid #000; text-align:center; position: absolute; } #slider_holder { width: 150px; margin-left:5px; margin-right:5px;

Re: [css-d] align 3 divs in a row

2006-09-15 Thread ~davidLaakso
Bevan Christians wrote: Hi, I'm a bit new to CSS. and i've tried googling but i may getting the search terms wrong. Question: I have 3 divs in a row with a parent div. in Firefox they align up perfectly (horizontally), yet in IE the #slider_track div pushes lower than the other two DIVS so