[css-d] NN7 footer display fixed

2006-10-09 Thread Leigh Baker-Foley
Hi again, list, Thanks to the help of uber-talented Paul O'Brien, the footer at: http://notlimitednyc.com/COSA/footpain.shtml now works perfectly in NN7, too, rendering the page nearly identically in 33 browsers and pushing the footer down to the bottom of the page regardless of which column

[css-d] div sizing problem

2006-10-09 Thread Alexandru E. Ungur
Hi all, I have a problem trying to setup a div so that it show the same (size) in IE and FF/Opera/etc. The problem is kind of classic: if I set padding in the example below, in FF will be added to the height of the div, making it taller than I want it to be, while in IE it won't. Last time I

Re: [css-d] div sizing problem

2006-10-09 Thread Bradley Wright
On 09/10/2006 07:35, Alexandru E. Ungur wrote: I have a problem trying to setup a div so that it show the same (size) in IE and FF/Opera/etc. The problem is kind of classic: if I set padding in the example below, in FF will be added to the height of the div, making it taller than I want it to

Re: [css-d] div sizing problem

2006-10-09 Thread Jens Nedal
Hi, I would not try to use the hack on top property but rather on the height property since that is what is causing the problem. IE reads the height placing the padding-top outside of the box and FF takes it inside the box, like it should be according to W3C box model. Either use IE Conditionals

Re: [css-d] div sizing problem

2006-10-09 Thread Alexandru E. Ungur
sender: Jens Nedal date: Mon, Oct 09, 2006 at 10:53:04AM +0200 EOQ Hi, Hi, I would not try to use the hack on top property but rather on the height property since that is what is causing the problem. IE reads the height placing the padding-top outside of the box and FF takes it inside the

Re: [css-d] div sizing problem

2006-10-09 Thread Jens Nedal
Since the hack did not work for you, you might be testing this on IE7? For IE 7 this hack has been fixed. You will find more on conditional comments here. http://www.quirksmode.org/css/condcom.html Conditionals can only be used for Windows Internet Explorer, not on Internet Explorer for Mac OS

[css-d] strikouts on style sheets

2006-10-09 Thread Gary Williamson
Generator Microsoft Word 11 (filtered medium) I' ve started to recently use DW8 and noticed that some of the style sheet attributes are crossed out in the CSS panel. I know that this is something to do with inheritance (or lack of it!) but I can' t find a reasonable explanation which goes into

[css-d] Opera collapsing contentbox on input hover

2006-10-09 Thread James Leslie
Hi, First post, after a fair amount of lurking/learning and i think it is a tricky one (sorry!) I have a problem in (seemingly) all versions of Opera (windows) where my contentboxes collapse to a certain extent when an input on my menu is hovered over. The page has an outer box and inner box

Re: [css-d] strikouts on style sheets

2006-10-09 Thread Jens Nedal
Examples of crossed out style sheet attributes would be helpful. Generator Microsoft Word 11 will surely make alot of mess out the generated HTML and possibly not be compliant with standards. regards, Jens On 10/9/06, Gary Williamson [EMAIL PROTECTED] wrote: Generator Microsoft Word 11

[css-d] form fieldset legend in Safari

2006-10-09 Thread Suzanne Goodwin
Hi, can someone please help me figure out how to get rid of this big vertical gap from the legend down to the first div class=row in my form on Safari? http://www.outlooksoft.com/kc-about_us/contact_us.htm All other browsers I've checked look just fine. It's happening in all the forms on the

Re: [css-d] Opera collapsing contentbox on input hover

2006-10-09 Thread Gunlaug Sørtun
James Leslie wrote: [...] Opera seems to throw the widths around when hovering over the innertabs. http://metafaq18.metafaq.com/clients/metafaq18/html/processQuery.html Probably a bug in Opera, but I don't know which one :-) Anyway, the following addition seems to get Opera out of the state