Re: [css-d] Semi-transparent PNGs as background images in IE6

2007-04-16 Thread Scott Bicknell
On Friday, April 13, 2007 5:12 pm, Roger Gordon wrote: Therefore my question is: can anyone point me to a page that explains the use of semi-transparent PNGs as background images in IE6 and lower through the MS-proprietary filter:progid:DXImageTransform.Microsoft .AlphaImageLoader

Re: [css-d] CSS Conditional Statements

2006-12-05 Thread Scott Bicknell
On Tuesday 05 December 2006 8:23 pm, Diona Kidd wrote: Thanks Shelly and Andy. :) Shelly, that was a misnomer or mis-type. I followed the article and added the stylesheets to the head of the document after the global stylesheet. I have also seen conditionals in css, although I can't find

[css-d] Mixing % width and pixel width

2006-11-28 Thread Scott Bicknell
I want to create a site with a sidebar div {width:200px; float: left;} rule and a content div that stretches to fill the remaining space and that centers the content within that remaining space. When I specify a percentage width for the content div it behaves as if the floated div is not

Re: [css-d] Mixing % width and pixel width

2006-11-28 Thread Scott Bicknell
On Tuesday 28 November 2006 8:35 am, Scott Bicknell wrote: Barney Carroll gave me a nice solution to this problem: Create a containing div for both the content and left bar, and give the container padding-left: 200px; ...And the left bar position: relative; right: 200px; margin-left

Re: [css-d] font-size Different in li and p

2006-08-22 Thread Scott Bicknell
On Tuesday, August 22, 2006 8:47 am, R. Alan Payne wrote: Problem: font-size seems to be rendered differently for li class=issue and for p class=issue. (Example is in: www.dvmvac.com/snippet/ ... CSS: www.dvmvac.com/snippet/DVMcss.css (pls ignore background - I just did a quick file copy and

Re: [css-d] z-index in Internet Explorer (Version 6.0)

2006-07-27 Thread Scott Bicknell
On Thursday, July 27, 2006 10:10 am, Matthew Stoneback wrote: I am using a z-index in my css document to place a header. The following browsers display the page correctly: Firefox 1.5, Netscape 7.2, and Opera 8.51. Internet Explorer 6.0 places the image in the lowest z-index which totally