[css-d] Overflow problem in FF

2006-01-23 Thread Well Damn
I have a simple div which contains another div filled with lists. When the outer div is smaller than the larger div, i'd like it to hide the text -- not wrap. The code below works fine in IE, can anyone suggest what I'm doing wrong for firefox? div id=testdiv style=border:1px solid blue;

Re: [css-d] Overflow problem in FF

2006-01-23 Thread Well Damn
/06, Adam Kuehn [EMAIL PROTECTED] wrote: Well Damn wrote: When the outer div is smaller than the larger div, i'd like it to hide the text -- not wrap. The code below works fine in IE, can anyone suggest what I'm doing wrong for firefox? div id=testdiv style=border:1px solid blue; width:200px

[css-d] Pushing Div overlap...

2006-01-17 Thread Well Damn
Hi all... I've tried all various combinations of things I could possibly think of, and still have failed to get this working correctly. I have two issues: #1 - I have a page setup as follows: - outterdiv - maincontent - header - content - sidepane - modules