Re: [css-d] Transparent Rows

2009-02-19 Thread Kathy Wheeler
On 19/02/2009, at 1:02 PM, Bill Brown wrote: background: rgba(153,153,153,0.5); Ooooh ... rgba ... I like it. How well supported is the a (alpha)? KathyW. __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Transparent Rows

2009-02-19 Thread Bill Brown
Kathy Wheeler wrote: On 19/02/2009, at 1:02 PM, Bill Brown wrote: background: rgba(153,153,153,0.5); Ooooh ... rgba ... I like it. How well supported is the a (alpha)? http://css-tricks.com/rgba-browser-support/ -- !-- ! Bill Brown macnim...@gmail.com ! Web Developologist,

[css-d] Using margin on paragraph wrapped around block

2009-02-19 Thread Thom Brown
Hi, I'm trying to get some text to appear shifted to the right, which works unless it's being wrapped around a block on the left. See: http://killingcupid.co.uk/blog2.php Obviously because it's wrapping, margins and padding don't get used until they finally reach the text from where the

Re: [css-d] Superscript issues

2009-02-19 Thread Gene Falck
HI Joseph, You wrote: Why do you use a span with a class when you already have the html tags for them? Can't you just tell the sup and sub tags to look the way you wish with css instead of making new classes? They are already there, and they seem more semantic (maybe not, kinda like b and

Re: [css-d] Superscript issues

2009-02-19 Thread Bill Brown
Gene Falck wrote: You wrote: Why do you use a span with a class when you already have the html tags for them? Can't you just tell the sup and sub tags to look the way you wish with css instead of making new classes? They are already there, and they seem more semantic (maybe not, kinda like

Re: [css-d] Using margin on paragraph wrapped around block

2009-02-19 Thread Bobby Jack
From: Thom Brown thombr...@gmail.com See: http://killingcupid.co.uk/blog2.php So basically I want non-titles to appear further right than the title. Floating the paragraph actually does this, but then it no longer wraps. Hi Thom, A very simple option is to apply extra right margin on the

Re: [css-d] Using margin on paragraph wrapped around block

2009-02-19 Thread Thom Brown
2009/2/19 Bobby Jack bobbykj...@yahoo.co.uk From: Thom Brown thombr...@gmail.com See: http://killingcupid.co.uk/blog2.php So basically I want non-titles to appear further right than the title. Floating the paragraph actually does this, but then it no longer wraps. Hi Thom, A very

[css-d] Text position in IE

2009-02-19 Thread Del Wegener
Good Afternoon; Please take a look at http://www.edi-cp.com/newweb/products_ul_intro.php in FF and IE. The text on the left side is supposed to wrap around the picture and the divs on the right. It looks proper in FF, but in IE the text is shoved far down the page -- none of it is to the left

Re: [css-d] New to List First question.

2009-02-19 Thread David Hucklesby
On Wed, 18 Feb 2009 23:28:03 +0100, Gunlaug Sørtun wrote: Kathy Wheeler wrote: [...] do you mean you *only* throw ie6, 5.5 and 5 into quirks mode? But * not* ie7, 8 or any other browser? And of so, what do you find the best way to do that please? How about this way...

[css-d] What is this CSS?

2009-02-19 Thread Sarah Atkinson
Found this in one of the css files a co worker sent me with his design templete. What is it for? Anyone know? Is it legal? And what is with the * * html #facebox_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight document.body.offsetHeight ?

Re: [css-d] What is this CSS?

2009-02-19 Thread Jack Timmons
On Thu, Feb 19, 2009 at 4:58 PM, Jack Timmons jorac...@gmail.com wrote: On Thu, Feb 19, 2009 at 4:51 PM, Sarah Atkinson sarah.atkin...@cookmedical.com wrote: Found this in one of the css files a co worker sent me with his design templete. What is it for? Anyone know? Is it legal? And what

Re: [css-d] Can CSS compare the href to the URL and if they match, highlight the href?

2009-02-19 Thread David Hucklesby
On Wed, 18 Feb 2009 14:02:07 -0500, Sandy wrote: I am working on a site that uses menus that are includes. I have been wrestling with a way to highlight the link to the page you are on in the included menu. I have a way that works, but it's kind of labour intensive - every page needs a unique

Re: [css-d] What is this CSS?

2009-02-19 Thread Jack Timmons
On Thu, Feb 19, 2009 at 5:22 PM, Atkinson, Sarah sarah.atkin...@cookmedical.com wrote: It's facebox not facebook Sent from my iPhone On Feb 19, 2009, at 6:01 PM, Jack Timmons jorac...@gmail.com wrote: On Thu, Feb 19, 2009 at 4:51 PM, Sarah Atkinson sarah.atkin...@cookmedical.com

Re: [css-d] New to List First question.

2009-02-19 Thread Gunlaug Sørtun
David Hucklesby wrote: On Wed, 18 Feb 2009 23:28:03 +0100, Gunlaug Sørtun wrote: http://www.gunlaug.no/contents/wd_additions_16.html I do enjoy your articles, Georg. Thanks :-) Just one thing more -- visitors coming to your website via Google's cache will see IE 6 in quirks mode

Re: [css-d] What is this CSS?

2009-02-19 Thread Jonny Stephens
On Feb 19, 2009, at 10:51 PM, Sarah Atkinson wrote: Found this in one of the css files a co worker sent me with his design templete. What is it for? Anyone know? Is it legal? And what is with the * * html #facebox_overlay { /* ie6 hack */ position: absolute; height:

Re: [css-d] before pseudo element and opera

2009-02-19 Thread David Hucklesby
On Wed, 18 Feb 2009 20:23:06 -0500, Scott Schumpert wrote: I am hoping that someone else has experienced this and has figured out some solution, but I just can't seem to... I'd like to put an rightwards arrow in front of a link and using the 2192 code it works fine in safari, firefox and my

[css-d] Form in IE7 has no left margin

2009-02-19 Thread Brett
I have a site with a form on it and it displays correctly in IE6, FF3, Opera 9 on WIN, and FF3, Opera 9, Safari 3 on MAC. However, in IE7 WIN the form does not seem to have the 20px left padding as specified in the style sheet. Here's the link:

Re: [css-d] Text position in IE

2009-02-19 Thread Gunlaug Sørtun
Del Wegener wrote: http://www.edi-cp.com/newweb/products_ul_intro.php The text on the left side is supposed to wrap around the picture and the divs on the right. No divs on the right, only spans wrapped in paragraphs. Those paragraphs need to go, or they can replace the spans and take over

Re: [css-d] What is this CSS?

2009-02-19 Thread David Laakso
Sarah Atkinson wrote: Found this in one of the css files a co worker sent me with his design templete. What is it for? Anyone know? Is it legal? And what is with the * * html #facebox_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight

Re: [css-d] Text position in IE

2009-02-19 Thread Del Wegener
Del Wegener wrote: http://www.edi-cp.com/newweb/products_ul_intro.php The text on the left side is supposed to wrap around the picture and the divs on the right. A mix of markup and CSS modifications necessary to make IE7 and 6 play along, so here's the page...

Re: [css-d] Fixed header with html select

2009-02-19 Thread zhangzhongliang
Thanks for your reply. I got a solution which was not perfect, at least, in my opinion. The page can only display about 25 rows, so I record the index of the row that should be visible, that means, the for loop does not set the visibility of select element, just records the index, and then, I