Re: [css-d] 2 divs in centered, floating

2005-11-22 Thread rashantha de silva
On Nov 22, 2005, at 11:52 AM, Eystein Mack Alnæs wrote: >>> This works for me in Safari and Firefox, but doesn't in IE5.2 on >>> Mac. >>> So it's a problem with _that_ browser. Perhaps the Holly hack will >>> work. I assume it's got something to do with the Explorer hasLayout >>> issue. >> >> "

Re: [css-d] 2 divs in centered, floating

2005-11-22 Thread Eystein Mack Alnæs
>> This works for me in Safari and Firefox, but doesn't in IE5.2 on Mac. >> So it's a problem with _that_ browser. Perhaps the Holly hack will >> work. I assume it's got something to do with the Explorer hasLayout >> issue. > > "hasLayout" only affects IE on Windows. > >> Sorry I'm not helping you

Re: [css-d] 2 divs in centered, floating

2005-11-22 Thread Nick Fitzsimons
> This works for me in Safari and Firefox, but doesn't in IE5.2 on Mac. > So it's a problem with _that_ browser. Perhaps the Holly hack will > work. I assume it's got something to do with the Explorer hasLayout > issue. "hasLayout" only affects IE on Windows. > Sorry I'm not helping you further,

Re: [css-d] 2 divs in centered, floating

2005-11-22 Thread Eystein Mack Alnæs
>> Set your div without transparency inside the outer div and keep it >> horizontally centered. Set your last to >> have background-color: #fff; (or whatever color you want). > > nested divs all contain the transparency of the outer div no matter > what i do. > > rush. This works for me in

Re: [css-d] 2 divs in centered, floating

2005-11-22 Thread rashantha de silva
On Nov 22, 2005, at 8:25 AM, Eystein Mack Alnæs wrote: >> >> several div's inside here >> >> >> >> > > > Set your div without transparency inside the outer div and keep it > horizontally centered. Set your last to > have background-color: #fff; (or whatever color you want). nested divs

Re: [css-d] 2 divs in centered, floating

2005-11-22 Thread Eystein Mack Alnæs
> > > several div's inside here > > > > Set your div without transparency inside the outer div and keep it horizontally centered. Set your last to have background-color: #fff; (or whatever color you want). -eystein __

[css-d] 2 divs in centered, floating

2005-11-22 Thread rashantha de silva
i have a div that is centered on the web browser, that is if the browser is size is changed the div will always remain in the center of the page (vertically and horizontally). this div has a transparency setting. i need to place another without a transparency setting directly below it. can