Re: [css-d] JS Text box width differences

2006-04-22 Thread Iorhael
> I'm prepared to be corrected, but it looks like Firefox is doing the wrong > thing. The "margin box" of tables is not supposed to overlap floats. > > To get your fun facts over the table, you'd need to use positioning, but > then you'd run the risk of table text going underneath the funfacts bo

Re: [css-d] JS Text box width differences

2006-04-22 Thread Gunlaug Sørtun
Iorhael wrote: > Am still having a problem with moving the text box horizontally > though using negative margins...particularly on the Profile page. Do > you have any suggestions for fixing the Profile page problem? (I > would like to move the box over the left on the Programs page too but > u

Re: [css-d] JS Text box width differences

2006-04-22 Thread David Laakso
Iorhael wrote: > Am still having a problem with moving the text box horizontally...] > http://www.drkdesign.com/parkerpennington > http://www.drkdesign.com/parkerpennington/css/parker_main.css > Debbie Please see if this helps? Programs: .funfacts2 { margin: 100px 50px 0 0;} Profile: .funfacts1 {

Re: [css-d] JS Text box width differences

2006-04-22 Thread Andrew Gregory
On Sat, 22 Apr 2006 14:34:31 +0800, Iorhael <[EMAIL PROTECTED]> wrote: > Am still having a problem with moving the text box horizontally though > using > negative margins...particularly on the Profile page. Do you have any > suggestions for fixing the Profile page problem? (I would like to move

Re: [css-d] JS Text box width differences

2006-04-21 Thread Iorhael
>Currently you use a DocType that triggers 'quirksmode' in all browsers. > If you use a full doctype, e.g >> > "http://www.w3.org/TR/html4/loose.dtd";> > or >> > www.w3.org/TR/html4/strict.dtd"> Thank you Philippe and Andrew! I am not sure how the old document type got in there...I copied these

Re: [css-d] JS Text box width differences

2006-04-21 Thread Andrew Gregory
On Sat, 22 Apr 2006 12:21:46 +0800, Iorhael <[EMAIL PROTECTED]> wrote: > Hi, I have added a javascript text box to three pages on the following > site and am trying to figure out why the widths of the text box are so > different between Firefox and IE...it is making positioning a real pain!

Re: [css-d] JS Text box width differences

2006-04-21 Thread Philippe Wittenbergh
On Apr 22, 2006, at 1:21 PM, Iorhael wrote: > Hi, I have added a javascript text box to three pages on the > following site and am trying to figure out why the widths of the > text box are so different between Firefox and IE...it is making > positioning a real pain! Does anyone know how I c

[css-d] JS Text box width differences

2006-04-21 Thread Iorhael
Hi, I have added a javascript text box to three pages on the following site and am trying to figure out why the widths of the text box are so different between Firefox and IE...it is making positioning a real pain! Does anyone know how I can minimize the width differences between the two browser