[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.

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

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

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: div outer several div's inside here /div div without transparency /div Set your div without transparency inside the outer div and keep it horizontally centered. Set your last div without transparency to have background-color:

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 div without transparency 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

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, but

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 further, but

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. hasLayout only