[css-d] ie bug with css positioned div over dropdown form element

2006-01-04 Thread chuck clark
Hi, How can i correct this bug where a drop down form element is showing ontop of an absolute positioned div with a higher z-index. div#popup{border:1px solid #000; background-color:#ccc; width:200px; z-index:100; position: absolute;} Lorem ipsum dolor sit amet, consectetuer adipiscing

[css-d] gap in header in IE

2005-10-31 Thread chuck clark
Hi, I am trying to figure out where the 3 pixel gap between my header and tab navigation is coming from. http://chucklarge.mine.nu/csstest/element/ I appreciate any help in advance, chuck __

Re: [css-d] false table

2005-09-16 Thread chuck clark
Hi Ben, That works great! I am curious about the top:-18px; How do you arrive at that value? does it have anything to do with font size and line spaceing? Thanks, Chuck On 9/16/05, Ben Ward <[EMAIL PROTECTED]> wrote: > > I don't know if this is what you were after, but > > > > body{ bac

[css-d] false table

2005-09-16 Thread chuck clark
Hi, I am trying to create a simple table that displays prices. I guess a real html table can be used here, but i am trying to stick with what i have, or close to it. this is what i have body{ background-color:#ccc; color:#000; margin:0; padding:10px;} div#currentTotal{border:1px solid #000;

[css-d] fieldset margin issue with Safari

2005-08-03 Thread chuck clark
Hello, Safari seems to be ignoring margin on my form fieldset. I want spacing between fieldsets in a form and Safari just crams them together, all other browsers i have tested put space between them. form fieldset{margin:20px 0; padding:0; border-style:none; clear:both;} http://www.largebuttons